Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h651 static std::atomic<pthread_t> owner_thread;
678 owner_thread.store(pthread_self(), std::memory_order_relaxed);
697 if (pthread_equal( owner_thread.load(std::memory_order_relaxed), pthread_self() )) {
722 owner_thread.store(pthread_self(), std::memory_order_relaxed);
H A Dfrontend.cpp710 std::atomic<pthread_t> RecursiveMallocCallProtector::owner_thread; member in rml::internal::RecursiveMallocCallProtector