Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h250 MallocMutex listLock; // protects operations in the list variable
H A Dfrontend.cpp664 MallocMutex::scoped_lock lock(listLock); in registerThread()
675 MallocMutex::scoped_lock lock(listLock); in unregisterThread()
690 MallocMutex::scoped_lock lock(listLock); in cleanup()
700 MallocMutex::scoped_lock lock(listLock, /*block=*/false, &locked); in markUnused()