HomeSort by relevance Sort by last modified time
    Searched refs:MutexTypeInvalid (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 23 MutexTypeInvalid,
tsan_mutex.cc 30 /*0 MutexTypeInvalid*/ {},
52 if (z == MutexTypeInvalid)
72 if (i == j || leaf[j] || j == MutexTypeInvalid)
126 u64 max_idx = MutexTypeInvalid;
137 if (max_idx == MutexTypeInvalid)
185 CHECK_GT(type, MutexTypeInvalid);

Completed in 35 milliseconds