HomeSort by relevance Sort by last modified time
    Searched refs:Semaphore (Results 101 - 125 of 190) sorted by null

1 2 3 45 6 7 8

  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 158 // signal cancel semaphore incase somebody is waiting
202 Semaphore mCancelSem;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 37 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
53 from threading import Lock, RLock, Semaphore, BoundedSemaphore
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 37 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
53 from threading import Lock, RLock, Semaphore, BoundedSemaphore
  /hardware/ti/omap4-aah/camera/
ANativeWindowDisplayAdapter.cpp 121 Utils::Semaphore sem;
144 // Send the semaphore to signal once the command is completed
288 Utils::Semaphore sem;
316 // Send the semaphore to signal once the command is completed
363 Utils::Semaphore sem;
368 // Send the semaphore to signal once the command is completed
980 ///Signal the semaphore if it is sent as part of the message
984 CAMHAL_LOGDA("+Signalling display semaphore");
985 Utils::Semaphore &sem = *((Utils::Semaphore*)msg.arg1)
    [all...]
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 191 Semaphore sem;
214 // Send the semaphore to signal once the command is completed
359 Semaphore sem;
393 // Send the semaphore to signal once the command is completed
438 Semaphore sem;
443 // Send the semaphore to signal once the command is completed
1011 ///Signal the semaphore if it is sent as part of the message
1015 CAMHAL_LOGDA("+Signalling display semaphore");
1016 Semaphore &sem = *((Semaphore*)msg.arg1)
    [all...]
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 66 import java.util.concurrent.Semaphore;
249 * A {@link Semaphore} to prevent the app from exiting before closing the camera.
251 private Semaphore mCameraOpenCloseLock = new Semaphore(1);
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 59 import java.util.concurrent.Semaphore;
161 * A {@link Semaphore} to prevent the app from exiting before closing the camera.
163 private Semaphore mCameraOpenCloseLock = new Semaphore(1);
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 64 import java.util.concurrent.Semaphore;
175 * A {@link Semaphore} to prevent the app from exiting before closing the camera.
177 private Semaphore mCameraOpenCloseLock = new Semaphore(1);
  /development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
Camera2BasicFragment.java 66 import java.util.concurrent.Semaphore;
249 * A {@link Semaphore} to prevent the app from exiting before closing the camera.
251 private Semaphore mCameraOpenCloseLock = new Semaphore(1);
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
Camera2VideoFragment.java 59 import java.util.concurrent.Semaphore;
161 * A {@link Semaphore} to prevent the app from exiting before closing the camera.
163 private Semaphore mCameraOpenCloseLock = new Semaphore(1);
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 54 import java.util.concurrent.Semaphore;
463 // Stack semaphore (global lock).
464 private Semaphore stackSemaphore = new Semaphore(1);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 47 import java.util.concurrent.Semaphore;
131 private Semaphore semaphore; field in class:SIPTransaction
332 this.semaphore = new Semaphore(1,true);
    [all...]
  /external/v8/test/cctest/
test-thread-termination.cc 34 v8::base::Semaphore* semaphore = NULL; variable
38 semaphore->Signal();
168 semaphore->Wait();
181 semaphore = new v8::base::Semaphore(0);
198 delete semaphore;
199 semaphore = NULL;
381 semaphore = new v8::base::Semaphore(0)
    [all...]
cctest.h 231 v8::base::Semaphore gate_;
235 static v8::base::Semaphore all_tests_done_;
  /frameworks/base/services/core/java/com/android/server/notification/
ValidateNotificationPeople.java 41 import java.util.concurrent.Semaphore;
163 final Semaphore s = new Semaphore(0);
  /external/v8/src/
d8.h 161 base::Semaphore next_semaphore_;
162 base::Semaphore done_semaphore_;
profile-generator.h 301 base::Semaphore current_profiles_semaphore_;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 48 from multiprocessing.synchronize import Lock, BoundedSemaphore, Semaphore, Condition
291 # eventually the counter's semaphore may overflow causing Bad Things
299 self._unfinished_tasks = Semaphore(0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 48 from multiprocessing.synchronize import Lock, BoundedSemaphore, Semaphore, Condition
291 # eventually the counter's semaphore may overflow causing Bad Things
299 self._unfinished_tasks = Semaphore(0)
  /external/deqp/framework/platform/android/
tcuAndroidRenderActivity.cpp 124 de::Semaphore waitSem(0);
190 message.payload.semaphore->increment();
  /frameworks/volley/src/test/java/com/android/volley/
RequestQueueIntegrationTest.java 37 import java.util.concurrent.Semaphore;
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 78 CAMHAL_LOGEB("Error mInitSem semaphore count %d", mInitSem.Count());
935 CAMHAL_LOGEB("Error mFlushSem semaphore count %d", mFlushSem.Count());
    [all...]
  /external/deqp/modules/egl/
teglColorClearCase.cpp 264 typedef de::SharedPtr<de::Semaphore> SemaphoreSp;
360 *sem = SemaphoreSp(new de::Semaphore(0));
386 // Create and launch threads (actual rendering starts once first semaphore is signaled).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 299 lock = threading.Semaphore()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 299 lock = threading.Semaphore()

Completed in 1770 milliseconds

1 2 3 45 6 7 8