Home
last modified time | relevance | path

Searched defs:th (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dpthread.cpp59 pthread_t th; in pthread_create() local
80 int pthread_join(pthread_t th, void **thread_return) { in pthread_join()
/oneTBB/include/oneapi/tbb/
H A Dtask_arena.h101 inline void enqueue_impl(task_handle&& th, d1::task_arena_base* ta) { in enqueue_impl()
393 void enqueue(d2::task_handle&& th) { in enqueue()
466 inline void enqueue(d2::task_handle&& th) { in enqueue()
H A Dtask_group.h109 task_handle th = std::forward<F>(f)(); in task_ptr_or_nullptr_impl() local