Home
last modified time | relevance | path

Searched refs:pthread_t (Results 1 – 14 of 14) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dpthread.cpp55 int pthread_create(pthread_t *thread, in pthread_create()
59 pthread_t th; in pthread_create()
68 th = (pthread_t)malloc(sizeof(pthread_s)); in pthread_create()
80 int pthread_join(pthread_t th, void **thread_return) { in pthread_join()
H A Dpthread_w.hpp72 typedef struct pthread_s *pthread_t; /* one of the few types that's pointer, not struct */ typedef
94 extern int pthread_create(pthread_t *thread,
98 extern int pthread_join(pthread_t th, void **thread_return);
H A Dtrace.threads.cpp262 pthread_t *threads = (pthread_t *)alloca(nthreads * sizeof(pthread_t)); in thread_trace()
H A Dtrace.threads2d.cpp314 pthread_t *threads = (pthread_t *)alloca(nthreads * sizeof(pthread_t)); in thread_trace()
/oneTBB/test/common/
H A Dutils_concurrency_limit.h271 pthread_t this_thread = pthread_self(); in can_change_thread_priority()
299 pthread_t this_thread = pthread_self(); in ~increased_priority_guard()
306 pthread_t this_thread = pthread_self(); in get_current_schedparam()
315 pthread_t this_thread = pthread_self(); in increase_thread_priority()
/oneTBB/src/tbb/
H A Drml_thread_monitor.h104 typedef pthread_t handle_type;
198 pthread_t handle; in launch()
H A Dco_context.h76 using handle_type = pthread_t;
/oneTBB/test/tbb/
H A Dtest_eh_thread.cpp71 pthread_t mHandle{};
/oneTBB/doc/main/tbb_userguide/
H A Dappendix_B.rst66 std::vector<pthread_t> id( M );
/oneTBB/examples/common/gui/
H A Dmacvideo.cpp150 pthread_t handle; in main_loop()
/oneTBB/src/tbb/tools_api/
H A Dittnotify_config.h269 typedef pthread_t TIDT;
412 pthread_t pthread_self(void) __attribute__((weak));
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h651 static std::atomic<pthread_t> owner_thread;
H A Dfrontend.cpp183 std::atomic<pthread_t> tid;
710 std::atomic<pthread_t> RecursiveMallocCallProtector::owner_thread;
/oneTBB/python/rml/
H A Dipc_server.cpp83 pthread_t handle; in launch()