Searched refs:owner_thread (Results 1 – 2 of 2) sorted by relevance
651 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);
710 std::atomic<pthread_t> RecursiveMallocCallProtector::owner_thread; member in rml::internal::RecursiveMallocCallProtector