Home
last modified time | relevance | path

Searched refs:held (Results 1 – 25 of 190) sorted by relevance

12345678

/external/valgrind/tsan/
Dts_util.cc515 bool held; member
551 bool held; member
590 rep_->held = false; in TSLock()
600 rep_->held = true; in Lock()
603 rep_->held = false; in Unlock()
607 DCHECK(rep_->held); in AssertHeld()
615 bool held; member
620 rep_->held = false; in TSLock()
628 rep_->held = true; in Lock()
631 rep_->held = false; in Unlock()
[all …]
/external/valgrind/unittest/output_tests/
Dfun_hist_test.tmpl3 T1 .test-thread-1. .locks held: ...:
7 T2 .test-thread-2. .locks held: ...:
Doutput_test1.tmpl3 T2 .test-thread-2. .locks held: .L\d+..:
7 T1 .test-thread-1. .locks held: .L\d+..:
/external/libxml2/
Dthreads.c123 unsigned int held; member
306 tok->held = 0; in xmlNewRMutex()
364 if (tok->held) { in xmlRMutexLock()
366 tok->held++; in xmlRMutexLock()
371 while (tok->held) in xmlRMutexLock()
377 tok->held = 1; in xmlRMutexLock()
409 tok->held--; in xmlRMutexUnlock()
410 if (tok->held == 0) { in xmlRMutexUnlock()
/external/valgrind/main/drd/tests/
Dhold_lock_1.stderr.exp6 Lock on mutex 0x........ was held during ... ms (threshold: 500 ms).
17 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
Dhold_lock_2.stderr.exp8 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
/external/valgrind/main/drd/
Ddrd_rwlock.c552 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; in DRD_() local
553 if (held > DRD_(s_shared_threshold_ms)) in DRD_()
557 rwlock, p->acquired_at, held, DRD_(s_shared_threshold_ms) }; in DRD_()
582 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; in DRD_() local
583 if (held > DRD_(s_exclusive_threshold_ms)) in DRD_()
587 rwlock, p->acquired_at, held, in DRD_()
Ddrd_mutex.c411 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; in DRD_() local
412 if (held > s_mutex_lock_threshold_ms) in DRD_()
416 mutex, p->acquired_at, held, s_mutex_lock_threshold_ms }; in DRD_()
/external/oprofile/events/ppc64/power6/
Devents230 …inimum:1000 name:PM_DPU_HELD_THERMAL_GRP35 : (Group 35 pm_freq) DISP unit held due to thermal cond…
231 … minimum:1000 name:PM_DPU_HELD_POWER_GRP35 : (Group 35 pm_freq) DISP unit held due to Power Manage…
241 #Group 37 pm_disp_held, Dispatch held conditions
242 …m:1000 name:PM_DPU_HELD_THERMAL_GRP37 : (Group 37 pm_disp_held) DISP unit held due to thermal cond…
243 …mum:1000 name:PM_DPU_HELD_POWER_GRP37 : (Group 37 pm_disp_held) DISP unit held due to Power Manage…
245 …nimum:1000 name:PM_DPU_HELD_SMT_GRP37 : (Group 37 pm_disp_held) DISP unit held due to SMT conflict…
247 #Group 38 pm_disp_held2, Dispatch held conditions
248 …imum:1000 name:PM_DPU_HELD_GPR_GRP38 : (Group 38 pm_disp_held2) DISP unit held due to GPR dependen…
249 …61 counters:1 um:zero minimum:1000 name:PM_DPU_HELD_GRP38 : (Group 38 pm_disp_held2) DISP unit held
250 …nimum:1000 name:PM_DPU_HELD_CW_GRP38 : (Group 38 pm_disp_held2) DISP unit held due to cache writes
[all …]
/external/libgsm/
DNOTICE7 software for any purpose nor are held responsible for any defects of
29 of this software for any purpose nor are held responsible
/external/webkit/Source/JavaScriptCore/
DTHANKS8 Christian Kirsch <ck@held.mind.de> - for his contribution to the Date object
/external/tinyxml/
DNOTICE2 warranty. In no event will the authors be held liable for any
/external/webkit/Tools/iExploder/iexploder-1.3.2/
DLICENSE.txt5 # In no event will the authors be held liable for any damages arising from the
/external/opencv/
DLICENSE_Android_NDK5 In no event will the authors be held liable for any damages arising from the use of this software.
/external/zlib/
DNOTICE4 warranty. In no event will the authors be held liable for any damages
/external/mksh/
DNOTICE16 * may a licensor, author or contributor be held liable for indirect,
/external/chromium/chrome/browser/sync/protocol/
Dpassword_specifics.proto37 // Properties of password sync objects. The actual password data is held in a
/external/chromium/chrome/browser/resources/ntp4/
Dapps_page.css34 /* Grabbed is set (and pressed is cleared) when the app has been held. */
/external/libpng/contrib/gregbook/
DLICENSE7 be held liable for any damages arising in any way from the use of
/external/chromium/chrome/browser/ui/cocoa/
Dconfirm_quit_panel_controller.mm227 // combination held down, the system will start sending the Cmd+Q event to
236 // Based on how long the user held the keys, record the metric.
285 // The user held down the combination long enough that quitting should
/external/bluetooth/bluez/audio/
Dtelephony-maemo6.c865 struct csd_call *held, *wait; in telephony_call_hold_req() local
868 held = find_call_with_status(CSD_CALL_STATUS_HOLD); in telephony_call_hold_req()
873 else if (call && held) in telephony_call_hold_req()
878 if (held) in telephony_call_hold_req()
879 err = unhold_call(held); in telephony_call_hold_req()
Dtelephony-maemo5.c833 struct csd_call *held, *wait; in telephony_call_hold_req() local
836 held = find_call_with_status(CSD_CALL_STATUS_HOLD); in telephony_call_hold_req()
841 else if (call && held) in telephony_call_hold_req()
846 if (held) in telephony_call_hold_req()
847 err = unhold_call(held); in telephony_call_hold_req()
/external/speex/
DNOTICE47 software for any purpose nor are held responsible for any defects of
/external/zlib/contrib/minizip/
DMiniZip64_info.txt58 warranty. In no event will the authors be held liable for any damages
/external/bluetooth/glib/
DNEWS.pre-1-339 check() so it is not held over user code
57 as prepare() are called while the main_loop lock is being held.

12345678