Searched refs:thread1 (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/tests/skywalk/ |
| H A D | skt_utun27302538.c | 57 thread1(void *unused) in thread1() function 103 error = pthread_create(&thread, NULL, &thread1, NULL); in skt_utun27302538a_main() 126 error = pthread_create(&thread, NULL, &thread1, NULL); in skt_utun27302538b_main() 149 error = pthread_create(&thread, NULL, &thread1, NULL); in skt_utun27302538c_main() 172 error = pthread_create(&thread, NULL, &thread1, NULL); in skt_utun27302538d_main()
|
| H A D | skt_shutdown2.c | 48 thread1(void *unused) in thread1() function 83 error = pthread_create(&thread, NULL, &thread1, NULL); in skt_shutdown2_common()
|
| H A D | skt_utunloop.c | 843 pthread_t thread1, thread2; in skt_tunloop_common() local 923 error = pthread_create(&thread1, NULL, sktc_channel_worker_xfer12, NULL); in skt_tunloop_common() 994 error = pthread_join(thread1, 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 1008 …ad_start_priority((thread_continue_t)thread_lock_unlock_kernel_primitive, &targs[1], 85, &thread1); in ts_kernel_primitive_test()
|