Home
last modified time | relevance | path

Searched refs:pthread_mutex_destroy (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dpthread_w.hpp102 extern int pthread_mutex_destroy(pthread_mutex_t *mutex);
H A Dpthread.cpp132 int pthread_mutex_destroy(pthread_mutex_t *mutex) { in pthread_mutex_destroy() function
/oneTBB/src/tbb/tools_api/
H A Dittnotify_config.h334 #define __itt_mutex_destroy(mutex) pthread_mutex_destroy(mutex)
408 int pthread_mutex_destroy(pthread_mutex_t*) __attribute__((weak));
413 …hread_mutex_init && pthread_mutex_lock && pthread_mutex_unlock && pthread_mutex_destroy && pthread…