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

<<31323334353637383940>>

  /bionic/libc/upstream-dlmalloc/
malloc.h 147 if n is for fewer bytes than already held by p, the newly unused
288 are held during the entire traversal. It is a bad idea to invoke
314 hblkhd: total bytes held in mmapped regions
  /external/chromium_org/third_party/sqlite/src/src/
backup.c 64 ** be held when either of these functions are invoked.
613 ** corresponding to the source database is held when this function is
646 ** corresponding to the source database is held when this function is
btreeInt.h 396 ** 2) The number of locks held by other connections drops to zero.
434 BtLock *pLock; /* List of locks held on this shared-btree struct */
454 u16 nLocal; /* Amount of payload held locally */
  /external/compiler-rt/BlocksRuntime/
runtime.c 596 // get rid of the __block data structure held in a Block
600 // get rid of a referenced Block held by this Block
605 // get rid of a referenced object held by this Block
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 256 SM_STATE(AUTH_PAE, HELD)
261 SM_ENTRY_MA(AUTH_PAE, HELD, auth_pae);
414 SM_ENTER(AUTH_PAE, HELD);
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 549 // destructor is called by the TrackBase destructor with mLock held
    [all...]
  /frameworks/base/core/java/android/view/
DisplayList.java 73 * held by a display list as soon as possible.</p>
76 * // and release resources held by this display list
207 * Clears resources held onto by this display list. After calling this method
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 281 // AT+CHLD=0 means "release held or UDUB"
282 // so if the phone isn't ringing, this could hang up held
632 // we may have switched or held or answered (but not hung up)
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
Condition.java 92 * guaranteed ordering for notifications, or not requiring a lock to be held
436 * not held. Typically, an exception such as {@link
454 * not held. Typically, an exception such as {@link
AbstractQueuedLongSynchronizer.java 119 * only accessed when exclusively held. Upon await, a node is
398 * Thread to unpark is held in successor, which is normally
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 61 // Hot PageID-to-sizeclass mappings are held by pagemap_cache_. If this cache
    [all...]
  /dalvik/vm/
Thread.cpp 153 finishing its current task. If the thread blocks on a resource held
164 A better approach is to declare that certain resources can only be held
176 (3) Ensure that only resources in the CRS can be held while in a critical
340 * This lock is always held for very brief periods, so as long as
357 * This is held while "suspend all" is trying to make everybody stop. If
480 " it's held, no suspend pending",
897 * NOTE: The threadListLock must be held by the caller (needed for
    [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 422 // enqueue callback with no lock held
711 // callback with no lock held
735 // callback with no lock held
763 // callback with no lock held
837 // callback with no lock held
    [all...]
  /art/runtime/
debugger.cc 710 // TODO: Enable annotalysis. We know lock is held in constructor, but abstraction confuses
858 // TODO: Enable annotalysis. We know lock is held in constructor, but abstraction confuses
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 119 LogMsg("mDNS_AddDNSServer: Lock not held! mDNS_busy (%ld) mDNS_reentrancy (%ld)", m->mDNS_busy, m->mDNS_reentrancy);
170 LogMsg("PenalizeDNSServer: Lock not held! mDNS_busy (%ld) mDNS_reentrancy (%ld)", m->mDNS_busy, m->mDNS_reentrancy);
303 // MUST be called with lock held
309 LogMsg("GetAuthInfoForName_internal: Lock not held! mDNS_busy (%ld) mDNS_reentrancy (%ld)", m->mDNS_busy, m->mDNS_reentrancy);
350 // MUST be called with the lock held
553 // Must be called with the mDNS_Lock held
612 // Must be called with the mDNS_Lock held
687 // Lock must be held -- otherwise m->timenow is undefined
    [all...]
  /external/valgrind/main/drd/docs/
drd-manual.xml 345 held longer than the time specified in milliseconds. This
472 Print an error message if a reader lock has been held longer
800 has been held longer than the specified threshold. An example:
808 ==10668== Lock on mutex 0x7fefffd50 was held during 503 ms (threshold: 10 ms).
818 <literal>hold_lock.c</literal> and released at line 55 was held during
864 Sending a signal to a condition variable while no lock is held
    [all...]
  /external/valgrind/main/helgrind/
hg_errors.c 278 XE_UnlockForeign, // unlocking a lock held by some other thread
322 Lock* lock; /* lock (that is held by 'owner') */
860 VG_(umsg)( "%sLocks held: none", pre );
862 VG_(umsg)( "%sLocks held: %lu, at address%s ",
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 234 * not enabled. Since this variable is used only within HELD state,
284 SM_STATE(SUPP_PAE, HELD)
286 SM_ENTRY(SUPP_PAE, HELD);
371 SM_ENTER(SUPP_PAE, HELD);
387 SM_ENTER(SUPP_PAE, HELD);
956 return "HELD";
    [all...]
  /bionic/libc/bionic/
pthread.c 374 * mutexes but won't cleanup if a process dies with the mutex held.
451 * If the result is nonzero, this lock is already held by another thread.
523 * sleep since the lock is still held. If the new thread is "fast",
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
touch_handler.js 28 * When your element is touched and held without any drag occuring, the
103 // Fired when an element is held for a period of time. Prevents dragging
236 * The time, in milliseconds, that a touch must be held to be considered
  /external/chromium/chrome/browser/resources/touch_ntp/
touchhandler.js 28 * When your element is touched and held without any drag occuring, the
103 // Fired when an element is held for a period of time. Prevents dragging
236 * The time, in milliseconds, that a touch must be held to be considered
  /external/chromium_org/base/memory/
scoped_ptr.h 411 // The return value is the current pointer held by this object.
521 // The return value is the current pointer held by this object.
666 // The return value is the current pointer held by this object.
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model.cc 786 // NOTE: this is called in such a way that url_lock_ is already held. As
882 // NOTE: this method should be always called with |url_lock_| held.
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
datefmt.h 277 * different from the internal calendar held by this
297 * different from the internal calendar held by this
417 * is different from the internal calendar held by this
  /external/chromium_org/ui/aura/
root_window.cc 786 // We may have a held event for a period between the time move_hold_count_
885 // We may have a held event for a period between the time move_hold_count_
    [all...]

Completed in 1954 milliseconds

<<31323334353637383940>>