Searched refs:thread_id (Results 1 – 1 of 1) sorted by relevance
/math/ |
A D | test-fenv-tls.c | 153 pthread_t thread_id; in do_test() local 156 pret = pthread_create (&thread_id, NULL, test_round, NULL); in do_test() 164 pret = pthread_join (thread_id, &vret); in do_test() 172 pret = pthread_create (&thread_id, NULL, test_raise, NULL); in do_test() 180 pret = pthread_join (thread_id, &vret); in do_test() 188 pret = pthread_create (&thread_id, NULL, test_enable, NULL); in do_test() 196 pret = pthread_join (thread_id, &vret); in do_test()
|
Completed in 2 milliseconds