Home
last modified time | relevance | path

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

/stdlib/
A Dtest-atexit-race-common.c56 pthread_attr_t attr; in do_test() local
58 xpthread_attr_init (&attr); in do_test()
59 xpthread_attr_setdetachstate (&attr, 1); in do_test()
70 xpthread_attr_setstacksize (&attr, kStacksize); in do_test()
73 xpthread_create (&attr, threadfunc, NULL); in do_test()
75 xpthread_attr_destroy (&attr); in do_test()
A Dtest-cxa_atexit-race2.c74 pthread_attr_t attr; in test_and_exit() local
76 xpthread_attr_init (&attr); in test_and_exit()
77 xpthread_attr_setdetachstate (&attr, 1); in test_and_exit()
79 xpthread_create (&attr, thread_func, NULL); in test_and_exit()
80 xpthread_attr_destroy (&attr); in test_and_exit()

Completed in 6 milliseconds