Searched refs:thread_num (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/fontconfig/dist/test/
H A Dtest-crbug1004254.c71 int thread_num = thr_arg->thr_num; local in function:run_test_in_thread
73 fprintf (stderr, "Worker %d: started (round %d)\n", thread_num % 2, thread_num / 2);
74 if ((thread_num % 2) == 0)
82 fprintf (stderr, "Worker %d: done (round %d)\n", thread_num % 2, thread_num / 2);
H A Dtest-pthread.c61 int thread_num = thr_arg->thr_num; local in function:run_test_in_thread
64 for(;i<NTEST;i++) test_match(thread_num,i);
66 printf("Thread %d: done\n",thread_num);
/xsrc/external/mit/ico/dist/
H A Dico.c158 int thread_num; member in struct:closure
913 len = sprintf(buf, "Ico: thread %d", closure->thread_num);
1322 closure->thread_num = i;

Completed in 7 milliseconds