Searched refs:memPoolListLock (Results 1 – 1 of 1) sorted by relevance
268 static MallocMutex memPoolListLock; member in rml::internal::MemoryPool300 MallocMutex MemoryPool::memPoolListLock; member in rml::internal::MemoryPool1101 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()