Home
last modified time | relevance | path

Searched defs:init_lock (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/base/
Dthread_task_runner.cc61 std::mutex init_lock; in ThreadTaskRunner() local
/external/perfetto/src/profiling/perf/
Dunwinding.h254 std::mutex init_lock; in UnwinderHandle() local
/external/jemalloc_new/src/
Djemalloc.c128 static malloc_mutex_t init_lock = SRWLOCK_INIT; variable
130 static malloc_mutex_t init_lock; variable
160 static malloc_mutex_t init_lock = MALLOC_MUTEX_INITIALIZER; variable
/external/jemalloc_new/include/jemalloc/internal/
Drtree.h81 malloc_mutex_t init_lock; member