Searched refs:create_pthread (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/test/interbench/ |
H A D | interbench.c | 472 void create_pthread(pthread_t * thread, pthread_attr_t * attr, in create_pthread() function 625 create_pthread(&burnthreads[i], NULL, burn_thread, in emulate_burn() 753 create_pthread(&ringthreads[i].pthread, NULL, in emulate_ring() 853 create_pthread(&hackthread.pthread, NULL, hackbench_thread, (void *) 0); in emulate_hackbench() 955 create_pthread(&th->tk_pthread, NULL, timekeeping_thread, in emulation_thread() 1230 create_pthread(&th->pthread, NULL, emulation_thread, (void*)(long)i); in initialise_thread()
|