Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/tests/jitter/ !
H A Dtimer_jitter.c237 pthread_t secthread; in main() local
344 res = pthread_create(&secthread, NULL, second_thread, &secargs); in main()
418 res = pthread_join(secthread, NULL); in main()