Home
last modified time | relevance | path

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

/external/valgrind/tsan/
Dts_util.cc515 bool held; member
551 bool held; member
615 bool held; member
644 bool held; member
/external/valgrind/main/drd/
Ddrd_rwlock.c552 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; in DRD_() local
582 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; in DRD_() local
Ddrd_mutex.c411 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; in DRD_() local
/external/libxml2/
Dthreads.c123 unsigned int held; member
/external/bluetooth/bluez/audio/
Dtelephony-maemo6.c865 struct csd_call *held, *wait; in telephony_call_hold_req() local
Dtelephony-maemo5.c833 struct csd_call *held, *wait; in telephony_call_hold_req() local
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2677 inline explicit LockInverter(SpinLock* held, SpinLock *temp) in LockInverter()