Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_thread.cpp76 pthread_attr_t attr; in Thread() local
79 if (pthread_attr_init(&attr) == 0 && pthread_attr_setstacksize(&attr, stacksize) == 0) { in Thread()
80 mValid = pthread_create(&mHandle, &attr, thread_routine, /* arg = */ nullptr) == 0; in Thread()
/oneTBB/examples/common/gui/
H A Dmacvideo.cpp151 pthread_attr_t attr; in main_loop() local
152 pthread_attr_init(&attr); in main_loop()
153 pthread_create(&handle, &attr, &thread_func, (void *)nullptr); in main_loop()
/oneTBB/examples/parallel_for/tachyon/src/
H A Dpthread_w.hpp95 pthread_attr_t *attr,
H A Dpthread.cpp56 pthread_attr_t *attr, in pthread_create() argument