Searched refs:thread2 (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/tests/skywalk/ |
| H A D | skt_utun27302538.c | 211 thread2(void *unused) in thread2() function 229 error = pthread_create(&thread, NULL, &thread2, NULL); in skt_utun27646755_common()
|
| H A D | skt_utunloop.c | 843 pthread_t thread1, thread2; in skt_tunloop_common() local 925 error = pthread_create(&thread2, NULL, sktc_channel_worker_xfer21, NULL); in skt_tunloop_common() 996 error = pthread_join(thread2, NULL); in skt_tunloop_common()
|
| /xnu-11215/osfmk/tests/ |
| H A D | kernel_tests.c | 976 thread_t owner, thread1, thread2; in ts_kernel_primitive_test() local 1011 …ad_start_priority((thread_continue_t)thread_lock_unlock_kernel_primitive, &targs[1], 90, &thread2); in ts_kernel_primitive_test()
|