HomeSort by relevance Sort by last modified time
    Searched full:mutexunlock (Results 1 - 12 of 12) sorted by null

  /hardware/intel/common/libwsbm/src/
wsbm_driver.h 59 void (*mutexUnlock) (struct _WsbmMutex *);
77 (_mutex)->func->mutexUnlock(_mutex);
wsbm_driver.c 86 .mutexUnlock = n_mutexNone,
221 .mutexUnlock = p_mutexUnlock,
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.cc 177 MutexUnlock(thr, pc, addr);
220 return MutexUnlock(thr, pc, addr, true);
tsan_rtl_mutex.cc 188 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all) {
189 DPrintf("#%d: MutexUnlock %zx all=%d\n", thr->tid, addr, all);
tsan_interface_ann.cc 281 MutexUnlock(thr, pc, m);
tsan_interceptors.cc     [all...]
tsan_rtl.h 691 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all = false);
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 189 MutexUnlock(thr, 0, addr);
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 201 void mutexUnlock();
qcamera_test.cpp 169 * FUNCTION : mutexUnLock
177 void CameraContext::mutexUnlock()
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 169 // Printf("T%p MutexUnLock: %zx\n", cb->lt, m->id);
  /external/llvm/test/CodeGen/PowerPC/
2008-07-15-Bswap.ll 366 declare void @MutexUnlock(%struct.Mutex*)

Completed in 130 milliseconds