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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_deadlock_detector_test.cc 81 d.onUnlock(&dtls, n2);
82 d.onUnlock(&dtls, n1);
93 d.onUnlock(&dtls, n1);
94 d.onUnlock(&dtls, n2);
107 d.onUnlock(&dtls, n2);
108 d.onUnlock(&dtls, n1);
112 d.onUnlock(&dtls, n3);
113 d.onUnlock(&dtls, n2);
125 d.onUnlock(&dtls, n1);
126 d.onUnlock(&dtls, n3)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 169 dd.onUnlock(&cb->lt->dd, m->id);
sanitizer_deadlock_detector.h 327 void onUnlock(DeadlockDetectorTLS<BV> *dtls, uptr node) {

Completed in 2850 milliseconds