Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp64 typedef MallocMutex ProxyMutex; typedef
80 static ProxyMutex new_lock;
92 ProxyMutex::scoped_lock lock(new_lock); in InternalOperatorNew()