Searched refs:Semaphore (Results 1 - 25 of 163) sorted by relevance

1234567

/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
H A D__init__.py50 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
192 def Semaphore(value=1): function
196 from multiprocessing.synchronize import Semaphore namespace
197 return Semaphore(value)
H A Dsynchronize.py36 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event'
105 # Semaphore
108 class Semaphore(SemLock): class in inherits:SemLock
121 return '<Semaphore(value=%s)>' % value
127 class BoundedSemaphore(Semaphore):
199 self._sleeping_count = Semaphore(0)
200 self._woken_count = Semaphore(0)
201 self._wait_semaphore = Semaphore(0)
303 self._flag = Semaphore(0)
H A Dqueues.py48 from multiprocessing.synchronize import Lock, BoundedSemaphore, Semaphore, Condition namespace
299 self._unfinished_tasks = Semaphore(0)
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
H A D__init__.py50 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
192 def Semaphore(value=1): function
196 from multiprocessing.synchronize import Semaphore namespace
197 return Semaphore(value)
H A Dsynchronize.py36 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event'
105 # Semaphore
108 class Semaphore(SemLock): class in inherits:SemLock
121 return '<Semaphore(value=%s)>' % value
127 class BoundedSemaphore(Semaphore):
199 self._sleeping_count = Semaphore(0)
200 self._woken_count = Semaphore(0)
201 self._wait_semaphore = Semaphore(0)
303 self._flag = Semaphore(0)
H A Dqueues.py48 from multiprocessing.synchronize import Lock, BoundedSemaphore, Semaphore, Condition namespace
299 self._unfinished_tasks = Semaphore(0)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A D__init__.py50 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
192 def Semaphore(value=1): function
196 from multiprocessing.synchronize import Semaphore namespace
197 return Semaphore(value)
H A Dsynchronize.py36 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event'
105 # Semaphore
108 class Semaphore(SemLock): class in inherits:SemLock
121 return '<Semaphore(value=%s)>' % value
127 class BoundedSemaphore(Semaphore):
199 self._sleeping_count = Semaphore(0)
200 self._woken_count = Semaphore(0)
201 self._wait_semaphore = Semaphore(0)
303 self._flag = Semaphore(0)
H A Dqueues.py48 from multiprocessing.synchronize import Lock, BoundedSemaphore, Semaphore, Condition namespace
299 self._unfinished_tasks = Semaphore(0)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A D__init__.py50 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
192 def Semaphore(value=1): function
196 from multiprocessing.synchronize import Semaphore namespace
197 return Semaphore(value)
H A Dsynchronize.py36 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event'
105 # Semaphore
108 class Semaphore(SemLock): class in inherits:SemLock
121 return '<Semaphore(value=%s)>' % value
127 class BoundedSemaphore(Semaphore):
199 self._sleeping_count = Semaphore(0)
200 self._woken_count = Semaphore(0)
201 self._wait_semaphore = Semaphore(0)
303 self._flag = Semaphore(0)
H A Dqueues.py48 from multiprocessing.synchronize import Lock, BoundedSemaphore, Semaphore, Condition namespace
299 self._unfinished_tasks = Semaphore(0)
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerShmem.h62 void *Semaphore[2]; member in class:fuzzer::SharedMemoryRegion
/prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerShmem.h62 void *Semaphore[2]; member in class:fuzzer::SharedMemoryRegion
/prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerShmem.h62 void *Semaphore[2]; member in class:fuzzer::SharedMemoryRegion
/prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerShmem.h62 void *Semaphore[2]; member in class:fuzzer::SharedMemoryRegion
/prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerShmem.h62 void *Semaphore[2]; member in class:fuzzer::SharedMemoryRegion
/prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerShmem.h62 void *Semaphore[2]; member in class:fuzzer::SharedMemoryRegion
/prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerShmem.h62 void *Semaphore[2]; member in class:fuzzer::SharedMemoryRegion
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
H A D__init__.py37 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
53 from threading import Lock, RLock, Semaphore, BoundedSemaphore namespace
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/
H A D__init__.py37 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
53 from threading import Lock, RLock, Semaphore, BoundedSemaphore namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py37 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
53 from threading import Lock, RLock, Semaphore, BoundedSemaphore namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py37 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
53 from threading import Lock, RLock, Semaphore, BoundedSemaphore namespace
/prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java63 import java.util.concurrent.Semaphore;
167 private final Semaphore sequencer = new Semaphore(1);
/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java63 import java.util.concurrent.Semaphore;
167 private final Semaphore sequencer = new Semaphore(1);

Completed in 694 milliseconds

1234567