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

1 23 4 5 6 7 8 91011>>

  /external/sfntly/cpp/src/sfntly/port/
lock.h 42 // If the lock is not held, take it and return true. If the lock is already
43 // held by something else, immediately return false.
  /hardware/libhardware/include/hardware/
bt_hf.h 60 /* CHLD - Call held handling */
63 BTHF_CHLD_TYPE_RELEASEHELD, // Terminate all held or set UDUB("busy") to a waiting call
64 BTHF_CHLD_TYPE_RELEASEACTIVE_ACCEPTHELD, // Terminate all active calls and accepts a waiting/held call
65 BTHF_CHLD_TYPE_HOLDACTIVE_ACCEPTHELD, // Hold all active calls and accepts a waiting/held call
66 BTHF_CHLD_TYPE_ADDHELDTOCONF, // Add all held calls to a conference
270 * 1. Number of active/held/ringing calls
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 85 /// Warn about lock function calls for locks which are already held.
91 /// Warn about situations where a mutex is sometimes held and sometimes not.
94 /// 2, or a mutex is only held at the start of some loop iterations,
101 /// mutex is no longer held
108 /// Warn when a mutex is held exclusively and shared at the same point. For
118 /// Warn when a protected operation occurs while no locks are held.
157 /// We traverse the blocks in the CFG, compute the set of mutexes that are held
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 244 * <p>Acquires the lock if it is not held by another thread and returns
250 * <p>If the lock is held by another thread then the
263 * <p>Acquires the lock if it is not held by another thread and returns
269 * <p>If the lock is held by another thread then the
310 * Acquires the lock only if it is not held by another thread at the time
313 * <p>Acquires the lock if it is not held by another thread and
328 * <p>If the lock is held by another thread then this method will return
332 * current thread, or the lock was already held by the current
340 * Acquires the lock if it is not held by another thread within the given
344 * <p>Acquires the lock if it is not held by another thread and return
    [all...]
ReentrantReadWriteLock.java 34 * approximately arrival-order policy. When the currently held lock
41 * will block if either the write lock is held, or there is a waiting
62 * readers are not allowed until all write locks held by the writing
67 * when write locks are held during calls or callbacks to methods that
94 * are held or contended. These methods are designed for monitoring
266 * The number of reentrant read locks held by current thread.
423 * 1. If write lock held by another thread, fail.
691 * <p>Acquires the read lock if the write lock is not held by
694 * <p>If the write lock is held by another thread then
706 * <p>Acquires the read lock if the write lock is not held
    [all...]
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 173 // Calling out with a lock held is fine since if the system
186 // Calling out with a lock held is fine since if the system
199 // Calling out with a lock held is fine since if the system
211 // Calling out with a lock held is fine since if the system
215 // Calling out with a lock held is fine since if the system
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.h 75 // Returns the held texture id. Only call this if the GLFrame holds a
82 // Returns the held FBO id. Only call this if the GLFrame holds an FBO. You
95 // Binds the held texture. This may result in creating the texture if it
99 // Binds the held FBO. This may result in creating the FBO if it
103 // Generates the mipmap chain of the held texture. Returns true, iff
  /art/compiler/trampolines/
trampoline_compiler.cc 37 case kJniAbi: // Load via Thread* held in JNIEnv* in first argument (R0).
65 case kJniAbi: // Load via Thread* held in JNIEnv* in first argument (A0).
90 // All x86 trampolines call via the Thread* held in fs.
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.h 19 // Adds the login held in |form| to the password store |store|. Even though
24 // Update the data held in password store |store| with a modified |form|.
34 // Removes the login held in |form| from the password store |store|. This
  /external/chromium_org/chrome/browser/ui/search/
instant_loader.h 68 // Returns the contents currently held. May be NULL.
71 // Replaces the contents held with |contents|. Any existing contents is
75 // Releases the contents currently held. Must only be called if contents() is
  /external/chromium_org/ppapi/cpp/
directory_entry.h 38 /// increments a reference count of the <code>FileRef</code> held by this
45 /// held by this <code>DirectoryEntry</code>.
64 /// This function returns the <code>FileRef</code> held by this
  /external/chromium_org/ppapi/shared_impl/
resource_tracker_unittest.cc 84 // Make a resource with one ref held by the plugin, and delete the instance.
107 // Make a resource with one ref held by the plugin and one ref held by us
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.h 70 // should not be held, since this function will send out notifications of
85 // In the debug mode, asserts that |lock_| is not held by this thread. It's
  /external/chromium_org/third_party/WebKit/public/web/
WebServiceWorkerContextClient.h 52 // newly created WorkerGlobalScope. The proxy is held by WorkerGlobalScope
53 // and should not be held by the caller. No proxy methods should be called
  /external/chromium_org/tools/traceline/traceline/scripts/
crit_sec.js 60 // Look for long-held / contended locks. We can't really know it is
62 // Just look for locks are are held a long time? Not so good...
  /external/libogg/doc/libogg/
ogg_sync_state.html 49 <dd>Current allocated size of the stream buffer held in <tt>*data</tt>.</dd>
51 <dd>The number of valid bytes currently held in <tt>*data</tt>; functions as the buffer head pointer.</dd>
  /external/valgrind/main/drd/tests/
hold_lock_1.stderr.exp 6 Lock on mutex 0x........ was held during ... ms (threshold: 500 ms).
17 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
  /external/valgrind/main/helgrind/tests/
free_is_write.stderr.exp 18 Locks held: none
25 Locks held: none
hg03_inherit.stderr.exp 17 Locks held: none
23 Locks held: none
locked_vs_unlocked2.c 8 /* Test of the mechanism for showing all locks held by a thread. Test
9 the case where the earlier thread held, at the time of the access,
  /dalvik/vm/alloc/
DdmHeap.h 35 * the heap lock must already be held.
  /external/chromium/chrome/browser/net/
net_pref_observer.h 27 // held to |prerender_manager| if it is non-NULL.
  /external/chromium/chrome/browser/sync/protocol/
password_specifics.proto 37 // Properties of password sync objects. The actual password data is held in a
  /external/chromium/chrome/browser/sync/syncable/
directory_change_listener.h 18 // 2. Perform final work while the transaction is held
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
version.rb 4 # warranty. In no event will the authors be held liable for any damages

Completed in 1197 milliseconds

1 23 4 5 6 7 8 91011>>