Home
last modified time | relevance | path

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

/external/valgrind/main/none/tests/
Dpth_rwlock.c12 pthread_rwlock_t locks[LOCKS]; in main() local
/external/compiler-rt/lib/builtins/
Datomic.c80 static Lock locks[SPINLOCK_COUNT] = { [0 ... SPINLOCK_COUNT-1] = {0,1,0} }; variable
93 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0 variable
110 static Lock locks[SPINLOCK_COUNT]; variable
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_deadlock_detector_test.cc165 set<uptr> locks; in RunRemoveNodeTest() local
249 set<uptr> locks; in RunMultipleEpochsTest() local
/external/valgrind/main/helgrind/
Dhg_errors.c800 static void show_LockP_summary_textmode ( Lock** locks, const HChar* pre ) in show_LockP_summary_textmode()