Searched refs:thread_num (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-tmspr.c | 95 int thread_num; in test_tmspr() local 101 thread_num = 10 * sysconf(_SC_NPROCESSORS_ONLN); in test_tmspr() 103 thread = malloc(thread_num * sizeof(pthread_t)); in test_tmspr() 108 for (i = 0; i < thread_num; i += 2) { in test_tmspr() 114 for (i = 1; i < thread_num; i += 2) { in test_tmspr() 119 for (i = 0; i < thread_num; i++) { in test_tmspr()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/ |
| H A D | mk_common.h | 52 int thread_num; member 100 API_EXPORT void API_CALL mk_env_init1(int thread_num,
|
| H A D | mk_transcode.h | 40 API_EXPORT mk_decoder API_CALL mk_decoder_create(mk_track track, int thread_num);
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | builderthread.py | 83 def __init__(self, builder, thread_num, incremental, per_board_out_dir): argument 87 self.thread_num = thread_num 400 work_dir = self.builder.GetThreadDir(self.thread_num)
|
| H A D | builder.py | 1355 def GetThreadDir(self, thread_num): argument 1361 return os.path.join(self._working_dir, '%02d' % thread_num) 1363 def _PrepareThread(self, thread_num, setup_git): argument 1372 thread_dir = self.GetThreadDir(thread_num) 1384 Print('\rCloning repo for thread %d' % thread_num,
|
| /OK3568_Linux_fs/kernel/drivers/char/ipmi/ |
| H A D | ipmi_ssif.c | 1904 unsigned int thread_num; in ssif_probe() local 1906 thread_num = ((i2c_adapter_id(ssif_info->client->adapter) in ssif_probe() 1911 "kssif%4.4x", thread_num); in ssif_probe()
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | worker.cc | 2508 int thread_num, in CpuCacheCoherencyThread() argument 2513 cc_thread_num_ = thread_num; in CpuCacheCoherencyThread()
|