HomeSort by relevance Sort by last modified time
    Searched full:held (Results 176 - 200 of 2106) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock.h 94 // Release this SpinLock, which must be held by the calling thread.
110 // Determine if the lock is held. When the lock is held by the invoking
  /external/llvm/include/llvm/Support/
circular_raw_ostream.h 35 /// held stream.
106 /// responsible for managing the held stream, doing memory
157 /// releaseStream - Delete the held stream if needed. Otherwise,
  /external/valgrind/main/helgrind/
hg_lock_n_thread.c 87 /* Lock is either r- or w-held. */
91 /* Held in write-mode */
96 /* Held in read-mode */
hg_lock_n_thread.h 89 WordSetID locksetA; /* WordSet of Lock* currently held by thread */
90 WordSetID locksetW; /* subset of locksetA held in w-mode */
131 /* If the lock is held, place where the lock most recently made
145 .heldW is True: lock is w-held by threads in heldBy
146 .heldW is False: lock is r-held by threads in heldBy
  /frameworks/base/core/java/android/app/
UiAutomation.java 187 // Calling out without a lock held.
232 // Calling out without a lock held.
284 // Calling out without a lock held.
311 // Calling out without a lock held.
338 // Calling out without a lock held.
359 // Calling out without a lock held.
381 // Calling out without a lock held.
417 // Calling out without a lock held.
454 // Note: We have to release the lock since calling out with this lock held
460 // Execute the command *without* the lock being held
    [all...]
  /external/oprofile/events/ppc64/power6/
events 230 event:0X0230 counters:0 um:zero minimum:1000 name:PM_DPU_HELD_THERMAL_GRP35 : (Group 35 pm_freq) DISP unit held due to thermal condition
231 event:0X0231 counters:1 um:zero minimum:1000 name:PM_DPU_HELD_POWER_GRP35 : (Group 35 pm_freq) DISP unit held due to Power Management
241 #Group 37 pm_disp_held, Dispatch held conditions
242 event:0X0250 counters:0 um:zero minimum:1000 name:PM_DPU_HELD_THERMAL_GRP37 : (Group 37 pm_disp_held) DISP unit held due to thermal condition
243 event:0X0251 counters:1 um:zero minimum:1000 name:PM_DPU_HELD_POWER_GRP37 : (Group 37 pm_disp_held) DISP unit held due to Power Management
245 event:0X0253 counters:3 um:zero minimum:1000 name:PM_DPU_HELD_SMT_GRP37 : (Group 37 pm_disp_held) DISP unit held due to SMT conflicts
247 #Group 38 pm_disp_held2, Dispatch held conditions
248 event:0X0260 counters:0 um:zero minimum:1000 name:PM_DPU_HELD_GPR_GRP38 : (Group 38 pm_disp_held2) DISP unit held due to GPR dependencies
249 event:0X0261 counters:1 um:zero minimum:1000 name:PM_DPU_HELD_GRP38 : (Group 38 pm_disp_held2) DISP unit held
250 event:0X0262 counters:2 um:zero minimum:1000 name:PM_DPU_HELD_CW_GRP38 : (Group 38 pm_disp_held2) DISP unit held due to cache writes
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 281 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
286 // * While lock_ is not held, recursion_count_ is 0 (and
290 // both lock_ and owner_lock_ are held. They may be read under
319 RAW_CHECK(recursion_count_ > 0, "unlock when not held");
321 "unlock when not held, and recursion_count_ is wrong");
336 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
378 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
433 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
439 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
501 RAW_CHECK(LockIsHeld(), "should be held (by this thread)")
    [all...]
  /external/valgrind/main/drd/
drd_rwlock.c 545 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; local
546 if (held > DRD_(s_shared_threshold_ms))
550 rwlock, p->acquired_at, held, DRD_(s_shared_threshold_ms) };
575 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; local
576 if (held > DRD_(s_exclusive_threshold_ms))
580 rwlock, p->acquired_at, held,
  /developers/samples/android/common/src/java/com/example/android/common/util/
Pools.java 112 * objects that can be held in this pool.
147 * not already held in the pool.
221 * not already held in the pool.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_timedlock.c 250 * Add mutex to the per-thread robust mutex currently-held list.
268 * Add mutex to the per-thread robust mutex currently-held list.
312 * Add mutex to the per-thread robust mutex currently-held list.
  /external/chromium_org/tools/site_compare/drivers/win32/
keyboard.py 71 {abc}: type characters with ALT held down
72 [abc]: type characters with CTRL held down
164 # Release the modifier keys, if held
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 50 * Power consumption when CPU is awake (when a wake lock is held). This
52 * when a wake lock is held. Otherwise, this is the power consumption in
53 * addition to POWERR_CPU_IDLE due to a wake lock being held but with no
  /packages/apps/InCallUI/src/com/android/incallui/
ProximitySensor.java 181 * whenever the phone is off hook. (When held, that wake lock causes
188 * Proximity wake lock will *not* be held if any one of the
203 // is being held in a horizontal position.
  /dalvik/vm/alloc/
Heap.h 93 * will be in progress and the heap lock will be held by the caller.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XUnresolvedVariableSimple.java 33 * held in the template.
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.h 74 // Information about the message box is held in the following variables.
  /external/chromium/net/proxy/
proxy_resolver.h 59 // Frees any unneeded memory held by the resolver, e.g. garbage in the JS
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
gl-matrix.rb 4 warranty. In no event will the authors be held liable for any damages
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPicture.java 68 // Effectively a local variable of draw(), but held as a member to avoid GC churn.
  /external/chromium_org/ash/wm/
lock_state_controller.h 74 // Amount of time that the power button needs to be held before we lock the
78 // Amount of time that the power button needs to be held before we shut down.
85 // When the button has been held continuously from the unlocked state, amount
307 // Started when the screen is locked while the power button is held. Adds a
  /external/chromium_org/base/threading/
thread_checker.h 44 // base::NonThreadSafe, but it is meant to be held as a member variable, rather
  /external/chromium_org/cc/trees/
blocking_task_runner.cc 40 // SingleThreadTaskRunner has one ref, then it is being held alive only
  /external/chromium_org/chrome/browser/extensions/activity_log/
database_string_table.h 60 // Reduces the size of the cache if too many entries are held in it.
  /external/chromium_org/chrome/browser/signin/
signin_names_io_thread.h 44 // Releases all resource held by object. Once released, GetEmails() no
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.h 74 // Information about the message box is held in the following variables.

Completed in 2015 milliseconds

1 2 3 4 5 6 78 91011>>