OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mtxmem
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc
124
u64
mtxmem
[1024] = {};
local
125
BlockingMutex *mtx = new(
mtxmem
) BlockingMutex(LINKER_INITIALIZED);
Completed in 596 milliseconds