Searched defs:Semaphore (Results 1 - 9 of 9) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeSemaphore.cpp35 * \param flags Semaphore flags (reserved for further use).
37 Semaphore::Semaphore (int initialValue, deUint32 flags) function in class:de::Semaphore
48 Semaphore::~Semaphore (void)
H A DdeSemaphore.hpp33 * \brief Semaphore
35 * Semaphore provides standard semaphore functionality.
37 * Semaphore is thread-safe counter that can be used to control access
42 class Semaphore class in namespace:de
45 Semaphore (int initialValue, deUint32 flags = 0);
46 ~Semaphore (void);
53 Semaphore (const Semaphore& other); // Not allowed!
54 Semaphore& operator= (const Semaphore
[all...]
/external/chromium_org/v8/src/base/platform/
H A Dsemaphore.cc23 Semaphore::Semaphore(int count) { function in class:v8::base::Semaphore
31 Semaphore::~Semaphore() {
38 void Semaphore::Signal() {
45 void Semaphore::Wait() {
48 if (result == KERN_SUCCESS) return; // Semaphore was signalled.
54 bool Semaphore::WaitFor(const TimeDelta& rel_time) {
67 if (result == KERN_SUCCESS) return true; // Semaphore was signalled.
76 Semaphore
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1662 milliseconds