thread_num
unsigned int thread_num;
entry->thread_num = 1;
entry->thread_num++;
max_smt_thread_num = max(max_smt_thread_num, entry->thread_num);
unsigned int thread_num;
thread_num = ((i2c_adapter_id(ssif_info->client->adapter)
"kssif%4.4x", thread_num);
u32 thread_num;
OFFSET_CHECK(struct rogue_pollinfo, thread_num, 0);
opts->thread_num = (int)num;
opts->thread_num = 1;
if (opts->thread_num == 0) {
msblk->max_thread_num = opts->thread_num;
int thread_num;
opts->thread_num = 0;
pthread_t thread_ids[thread_num];
for (int i = 0; i < thread_num; i++)
ASSERT_EQ(skel->bss->threads_cnt, thread_num + 2, "threads_cnt");
ASSERT_EQ(skel->bss->proc_threads_cnt, thread_num + 2, "proc_threads_cnt");
for (int i = 0; i < thread_num; i++)
thread_num = 10 * sysconf(_SC_NPROCESSORS_ONLN);
thread = malloc(thread_num * sizeof(pthread_t));
for (i = 0; i < thread_num; i += 2) {
for (i = 1; i < thread_num; i += 2) {
for (i = 0; i < thread_num; i++) {
int thread_num;