Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cc28 struct BlockDesc { struct
29 bool begin;
30 Mutex mtx;
31 SyncVar *head;
33 BlockDesc() in BlockDesc() function
40 ~BlockDesc() { in ~BlockDesc()