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

1 2 3 4 5 67 8

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 160 # Return the value of a semaphore
669 sem = self.Semaphore(2)
688 sem = self.Semaphore(0)
730 sleeping = self.Semaphore(0)
731 woken = self.Semaphore(0)
773 sleeping = self.Semaphore(0)
774 woken = self.Semaphore(0)
856 # instead of None. API Shear with the semaphore backed mp.Event
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 93 import java.util.concurrent.Semaphore;
    [all...]
  /external/deqp/modules/egl/
teglMultiThreadTests.cpp 167 de::Semaphore m_barrierSemaphore1;
168 de::Semaphore m_barrierSemaphore2;
    [all...]
  /external/v8/test/cctest/
test-lockers.cc 165 v8::base::Semaphore semaphore_;
test-debug.cc 47 using ::v8::base::Semaphore;
    [all...]
test-api.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 31 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread',
411 def Semaphore(*args, **kwargs):
412 """A factory function that returns a new semaphore.
430 # After Tim Peters' semaphore class, but not quite the same (no maximum)
434 raise ValueError("semaphore initial value must be >= 0")
440 """Acquire a semaphore, decrementing the internal counter by one.
479 """Release a semaphore, incrementing the internal counter by one.
497 """A factory function that returns a new bounded semaphore.
499 A bounded semaphore checks to make sure its current value doesn't exceed its
503 If the semaphore is released too many times it's a sign of a bug. If no
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 31 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread',
411 def Semaphore(*args, **kwargs):
412 """A factory function that returns a new semaphore.
430 # After Tim Peters' semaphore class, but not quite the same (no maximum)
434 raise ValueError("semaphore initial value must be >= 0")
440 """Acquire a semaphore, decrementing the internal counter by one.
479 """Release a semaphore, incrementing the internal counter by one.
497 """A factory function that returns a new bounded semaphore.
499 A bounded semaphore checks to make sure its current value doesn't exceed its
503 If the semaphore is released too many times it's a sign of a bug. If no
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py     [all...]
  /external/v8/src/
log.cc 646 base::Semaphore buffer_semaphore_;
742 // Reset 'paused_' flag, otherwise semaphore may not be signalled.
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 235 HANDLE Semaphore;
246 PVOID Semaphore;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 1882 milliseconds

1 2 3 4 5 67 8