Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp268 static MallocMutex memPoolListLock; member in rml::internal::MemoryPool
300 MallocMutex MemoryPool::memPoolListLock; member in rml::internal::MemoryPool
1101 MallocMutex::scoped_lock lock(memPoolListLock); in init()
1138 MallocMutex::scoped_lock lock(memPoolListLock); in destroy()
2875 MallocMutex::scoped_lock lock(MemoryPool::memPoolListLock, /*wait=*/!main_thread, &locked); in doThreadShutdownNotification()