HomeSort by relevance Sort by last modified time
    Searched full:semaphore (Results 376 - 400 of 571) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/util/concurrent/locks/
LockSupport.java 16 * (in the sense of the {@link java.util.concurrent.Semaphore
17 * Semaphore} class). A call to {@code park} will return immediately
  /bionic/libc/bionic/
sysconf.cpp 52 #define SYSTEM_SEM_VALUE_MAX 0x3fffffff /* see bionic/semaphore.c */
  /external/chromium/base/
shared_memory.h 13 #include <semaphore.h>
  /external/valgrind/main/drd/
drd_clientobj.c 253 case ClientSemaphore: return "semaphore";
drd_error.c 373 print_err_detail("%s%s: semaphore 0x%lx%s\n", what_prefix,
374 VG_(get_error_string)(e), sei->semaphore, what_suffix);
376 first_observed(sei->semaphore);
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Error.h 117 #define M4OSA_SEMAPHORE 0x83 /**<OSAL semaphore*/
  /hardware/ti/omap4xxx/libtiutils/
MessageQueue.cpp 68 @brief Destructor for the semaphore class
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse-simple.so 
libpulse-simple.so.0 
libpulse-simple.so.0.0 
libpulse-simple.so.0.0.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpulse-simple.so 
libpulse-simple.so.0 
libpulse-simple.so.0.0 
libpulse-simple.so.0.0.1 
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TLSMessageChannel.java 508 .logWarning("Dropping message -- could not acquire semaphore");
552 // Note that the semaphore is released in event
559 sipStack.getStackLogger().logWarning("Could not get semaphore... dropping response");
SIPDialog.java 76 import java.util.concurrent.Semaphore;
137 private transient String stackTrace; // for semaphore debugging.
242 private transient Semaphore ackSem = new Semaphore(1);
261 private Semaphore timerTaskLock = new Semaphore(1);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
datapart_decode.cpp 698 /* modified to new semaphore for post-proc */
700 // @todo Deblocking Semaphore for INTRA block
740 /* @todo Deblocking Semaphore for INTRA block, for inter just test for ringing */
  /packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 50 import java.util.concurrent.Semaphore;
475 private Semaphore mCountingSemaphore;
479 mCountingSemaphore = new Semaphore(0);
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 25 import java.util.concurrent.Semaphore;
62 * Semaphore to control preview calls
64 private final Semaphore mLock;
624 /** Semaphore timed out */
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 935 public void await(Semaphore semaphore) {
937 assertTrue(semaphore.tryAcquire(LONG_DELAY_MS, MILLISECONDS));
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp 603 // Open the thread semaphore
668 // Close the semaphore first
673 ALOGV("stopPreview: close semaphore returns 0x%x", err);
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_thread.c 38 #include <semaphore.h>
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 41 #include <semaphore.h>
330 DAL_PRINT("Release Read Semaphore");
521 /* unlock read semaphore */
842 DAL_PRINT("NFC Init Semaphore creation Error");
    [all...]

Completed in 560 milliseconds

<<11121314151617181920>>