Searched refs:attr (Results 1 – 2 of 2) sorted by relevance
56 pthread_attr_t attr; in do_test() local58 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()
74 pthread_attr_t attr; in test_and_exit() local76 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