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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 181 # Free all the blocks in the pending list - called with the lock held.
193 # that it's called while self._lock is held: in that case,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Queue.py 29 # mutex must be held whenever the queue is mutating. All methods
194 # These will only be called with appropriate locks held
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 181 # Free all the blocks in the pending list - called with the lock held.
193 # that it's called while self._lock is held: in that case,
  /system/core/libpixelflinger/arch-mips/
t32cb16blend.S 25 * blend one of 2 16bpp RGB pixels held in dreg selected by shift
26 * with the 32bpp ABGR pixel held in src and store the result in fb
  /bionic/libc/bionic/
pthread_debug.cpp 58 To make this work, we need to keep track of the locks held by each thread,
64 To support recursive locks, we always allow re-locking a currently-held
378 LOGW("+++ Currently held locks in this thread (in reverse order):");
443 // no other locks held in this thread -- no deadlock possible!
686 * the checks before the lock is held.)
703 * still held (ie: before calling the real unlock)
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.stderr.exp 23 Locks held: none
27 Locks held: none
105 Thread #x: pthread_cond_{timed}wait called with un-held mutex
120 Thread #x: pthread_cond_{signal,broadcast}: dubious: associated lock is not held by any thread
130 Thread #x: pthread_cond_{signal,broadcast}: dubious: associated lock is not held by any thread
140 Thread #x: pthread_cond_{timed}wait called with un-held mutex
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 549 # - The child thread forks. (See LOCK HELD and WORKER THREAD FORKS
557 # lock was held across the fork.
571 # LOCK HELD: Main thread holds lock across this call.
615 # we know the lock will be held across the fork, it is not safe to
616 # release locks held across forks on all platforms, so releasing the
656 # Waiter lock held here, condition lock released.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 549 # - The child thread forks. (See LOCK HELD and WORKER THREAD FORKS
557 # lock was held across the fork.
571 # LOCK HELD: Main thread holds lock across this call.
615 # we know the lock will be held across the fork, it is not safe to
616 # release locks held across forks on all platforms, so releasing the
656 # Waiter lock held here, condition lock released.
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
BufferUtils.java 220 * number of vertices that need to be held by the newly created
237 * number of vertices that need to be held by the newly created
476 * number of vertices that need to be held by the newly created
493 * number of vertices that need to be held by the newly created
734 * number of doubles that need to be held by the newly created
859 * number of ints that need to be held by the newly created
922 * number of bytes that need to be held by the newly created
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_os2.c 71 int locktype; /* Type of lock currently held on this file */
335 OSTRACE(( "LOCK %d %d ok (already held)\n", pFile->h, locktype ));
434 /* Update the state of the lock has held in the file descriptor then
450 ** This routine checks if there is a RESERVED lock held on the specified
451 ** file by this or any other process. If such a lock is held, return
717 ** is held when required. This function is only used as part of assert()
759 ** Either os2ShmNode.mutex must be held or os2ShmNode.nRef==0 and
791 ** All other fields are read/write. The os2Shm.pShmNode->mutex must be held
797 u32 sharedMask; /* Mask of shared locks held */
798 u32 exclMask; /* Mask of exclusive locks held */
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 176 // must be called with EffectModule::mLock held
553 // must be called with EffectModule::mLock held
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCardApplication.java 194 /** Assumes mLock is held. */
254 /** REMOVE when mIccLockEnabled is not needed, assumes mLock is held */
451 * Notifies specified registrant, assume mLock is held.
478 * Notifies specified registrant, assume mLock is held.
506 * Notifies specified registrant, assume mLock is held.
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 93 // callback with no lock held
170 // enqueue callback with no lock held
213 // callback with no lock held
242 // callback with no lock held
285 // callback with no lock held
  /external/chromium/base/memory/
scoped_ptr.h 115 // The return value is the current pointer held by this object.
222 // The return value is the current pointer held by this object.
339 // The return value is the current pointer held by this object.
  /external/chromium/chrome/browser/resources/ntp4/
grabber.js 137 * The class to apply when an element has been held (including when it is
204 * Invoked when the element is held (without being dragged)
209 assert(!this.grabbed_, 'Got longPress while still being held');
  /external/chromium/chrome/browser/resources/touch_ntp/
grabber.js 137 * The class to apply when an element has been held (including when it is
204 * Invoked when the element is held (without being dragged)
209 assert(!this.grabbed_, 'Got longPress while still being held');
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc 239 // Ensure that |lock_| is not held by this thread, since this function will
361 // not held when the notifications are sent. Also, |auto_reset| must be still
569 // |Lock::Acquire()| will assert if the lock is held by this thread.
  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_quit_panel_controller.mm 246 // combination held down, the system will start sending the Cmd+Q event to
255 // Based on how long the user held the keys, record the metric.
304 // The user held down the combination long enough that quitting should
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc 77 // Buffers currently held by this client.
208 // Take back all buffers held by the |client|.
244 // If this buffer is not held by this client, or this client doesn't exist
  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.cc 167 // Some of the methods called during set-up check that the lock is held.
194 // Some of the methods called during set-up check that the lock is held.
215 // Some of the methods called during tear-down check that the lock is held.
  /external/chromium_org/third_party/cld/base/
scoped_ptr.h 100 // The return value is the current pointer held by this object.
235 // The return value is the current pointer held by this object.
384 // The return value is the current pointer held by this object.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
central_freelist.cc 192 inline explicit LockInverter(SpinLock* held, SpinLock *temp)
193 : held_(held), temp_(temp) { held_->Unlock(); temp_->Lock(); }
208 // Grab lock, but first release the other lock held by this thread. We use
common.h 245 // fails. Requires pageheap_lock is held.
249 // Requires pageheap_lock is held.
254 // Requires pageheap_lock is held.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
central_freelist.cc 193 inline explicit LockInverter(SpinLock* held, SpinLock *temp)
194 : held_(held), temp_(temp) { held_->Unlock(); temp_->Lock(); }
209 // Grab lock, but first release the other lock held by this thread. We use
  /external/llvm/include/llvm/ADT/
PointerUnion.h 106 /// isNull - Return true if the pointer held in the union is null,
257 /// isNull - Return true if the pointer held in the union is null,
365 /// isNull - Return true if the pointer held in the union is null,

Completed in 766 milliseconds

<<11121314151617181920>>