OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unheld
(Results
1 - 9
of
9
) sorted by null
/art/compiler/llvm/
runtime_support_builder.cc
176
// Is thin lock,
unheld
and not recursively acquired.
177
Value*
unheld
= irb_.CreateICmpEQ(real_monitor, irb_.getInt32(0));
local
183
irb_.CreateCondBr(
unheld
, bb_fast, bb_slow, kLikely);
/external/valgrind/main/helgrind/
hg_lock_n_thread.c
76
/*
Unheld
. We arbitrarily require heldW to be False. */
hg_lock_n_thread.h
142
/* .heldBy is NULL: lock is
unheld
, and .heldW is meaningless
hg_main.c
278
tl_assert(lk->heldBy == NULL && !lk->heldW); /* must be
unheld
*/
673
address. If not, create one of the stated 'kind' in
unheld
state.
897
// since lk is
unheld
, then (no lockset contains lk)
[
all
...]
/dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.cpp
254
// Is lock
unheld
on lock or held by us (==threadId) on unlock?
307
// Is lock
unheld
on lock or held by us (==threadId) on unlock?
/art/compiler/dex/quick/x86/
call_x86.cc
158
// If lock is
unheld
, try to grab it quickly with compare and exchange
/art/compiler/dex/quick/arm/
call_arm.cc
478
// Is lock
unheld
on lock or held by us (==thread_id) on unlock?
509
// Is lock
unheld
on lock or held by us (==thread_id) on unlock?
/art/runtime/base/
mutex.h
189
// 0 is
unheld
, 1 is held.
/frameworks/base/services/java/com/android/server/power/
PowerManagerService.java
111
// Dirty bit: screen on blocker state became held or
unheld
[
all
...]
Completed in 386 milliseconds