Home
last modified time | relevance | path

Searched refs:thread2 (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/tests/skywalk/
H A Dskt_utun27302538.c211 thread2(void *unused) in thread2() function
229 error = pthread_create(&thread, NULL, &thread2, NULL); in skt_utun27646755_common()
H A Dskt_utunloop.c843 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 Dkernel_tests.c976 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()