Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/thread/
Dpthread5.cc102 pthread_attr_t tattr; in main() local
103 int ret = pthread_attr_init (&tattr); in main()
105 ret = pthread_attr_setscope(&tattr, PTHREAD_SCOPE_SYSTEM); in main()
111 if (pthread_create(&threads[worker], &tattr, in main()
/openbsd/src/regress/sys/kern/fork-exit/
Dfork-exit.c119 pthread_attr_t tattr; in create_threads() local
123 error = pthread_attr_init(&tattr); in create_threads()
128 error = pthread_attr_setstacksize(&tattr, in create_threads()
143 error = pthread_create(&thrs[i], &tattr, run_thread, NULL); in create_threads()