HomeSort by relevance Sort by last modified time
    Searched full:acquire (Results 76 - 100 of 467) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/opengl/libagl/
TokenManager.cpp 39 *tokens++ = mTokenizer.acquire();
Tokenizer.h 36 uint32_t acquire();
  /libcore/luni/src/main/java/libcore/base/
Streams.java 46 // acquire the shared skip buffer.
  /system/core/libpixelflinger/tinyutils/
SharedBuffer.cpp 89 void SharedBuffer::acquire() const { function in class:android::SharedBuffer
  /external/chromium/base/
atomicops.h 80 // a store with appropriate memory-ordering instructions. "Acquire" operations
83 // after the operation. "Barrier" operations have both "Acquire" and "Release"
waitable_event_posix.cc 156 kernel_->lock_.Acquire();
169 sw.lock()->Acquire();
183 // We can't acquire @lock_ before releasing the SyncWaiter lock (because
191 kernel_->lock_.Acquire();
228 // We need to acquire the locks in a globally consistent order. Thus we sort
260 sw.lock()->Acquire();
283 raw_waitables[i]->kernel_->lock_.Acquire();
314 waitables[0].first->kernel_->lock_.Acquire();
atomicops_internals_x86_gcc.cc 72 // instruction doesn't act as a read-acquire barrier if followed by a
  /external/clearsilver/util/
ulocks.h 61 * Function: fLock - acquire file lock.
64 * Input: lock - Lock to acquire.
  /external/ipsec-tools/src/racoon/doc/
README.gssapi 10 needs to acquire its credentials. The usual method (already used
34 credential that racoon will try to acquire. The default value
  /external/skia/include/core/
SkPixelRef.h 128 acquire a mutex for thread safety, so this method need not do that.
132 already acquire a mutex for thread safety, so this method need not do
  /external/stlport/test/unit/
locale_test.cpp 289 //We check that resulting locale has correctly acquire loc2 facets.
305 //We check that resulting locale has not wrongly acquire loc1 facets that hasn't been combine:
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCompiledSql.java 117 * returns true if acquire() succeeds. false otherwise.
119 /* package */ synchronized boolean acquire() { method in class:SQLiteCompiledSql
  /frameworks/base/core/java/android/os/
TokenWatcher.java 57 * Record that this token has been acquired. When acquire is called, and
66 public void acquire(IBinder token, String tag) method in class:TokenWatcher
  /ndk/tests/device/test-gnustl-full/unit/
locale_test.cpp 289 //We check that resulting locale has correctly acquire loc2 facets.
305 //We check that resulting locale has not wrongly acquire loc1 facets that hasn't been combine:
  /ndk/tests/device/test-stlport/unit/
locale_test.cpp 289 //We check that resulting locale has correctly acquire loc2 facets.
305 //We check that resulting locale has not wrongly acquire loc1 facets that hasn't been combine:
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
mmc_omap_api.h 51 SDIO_TIMEOUT - Timeout menas that attempt to acquire bus was failed.
164 are not available, try to acquire it within acquire_window
315 routine should try to acquire SDIO interface within acquire window.
326 are not available, try to acquire it within acquire_window
346 routine should try to acquire SDIO interface within acquire window.
357 are not available, try to acquire it within acquire_window
  /external/chromium/sdch/open-vcdiff/src/
mutex.h 67 // function that tries to acquire this mutex -- but that all happens
90 // avoid trying to acquire a mutex in a global constructor, if you
146 inline void Lock(); // Block if needed until free then acquire exclusively
155 inline void ReaderLock(); // Block until free or shared then acquire a share
157 inline void WriterLock() { Lock(); } // Acquire an exclusive lock
  /frameworks/base/libs/ui/
InputReader.cpp 261 { // acquire device registry writer lock
281 { // acquire device registry writer lock
356 { // acquire device registry reader lock
396 { // acquire state lock
401 { // acquire device registry reader lock
413 { // acquire state lock
421 { // acquire state lock
427 { // acquire device registry reader lock
475 { // acquire state lock
483 { // acquire device registry reader loc
    [all...]
  /development/apps/Development/src/com/android/development/
Connectivity.java 134 mScreenonWakeLock.acquire();
253 mWakeLock.acquire();
293 mScreenonWakeLock.acquire();
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 322 sem.acquire();
348 sem.acquire();
366 sem.acquire();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
ExperimentService.java 106 mWakeLock.acquire();
  /cts/tests/tests/net/src/android/net/wifi/cts/
ScanResultTest.java 83 mWifiLock.acquire();
  /dalvik/vm/
Sync.h 88 * Acquire the object's monitor.
  /external/elfutils/libelf/
common.h 80 /* Acquire lock for the descriptor and all children. */
  /external/kernel-headers/original/asm-generic/
mutex-xchg.h 78 * __mutex_fastpath_trylock - try to acquire the mutex, without waiting

Completed in 5489 milliseconds

1 2 34 5 6 7 8 91011>>