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

/external/chromium_org/v8/src/platform/
H A Dsemaphore.cc45 Semaphore::Semaphore(int count) { function in class:v8::internal::Semaphore
53 Semaphore::~Semaphore() {
60 void Semaphore::Signal() {
67 void Semaphore::Wait() {
70 if (result == KERN_SUCCESS) return; // Semaphore was signalled.
76 bool Semaphore::WaitFor(const TimeDelta& rel_time) {
89 if (result == KERN_SUCCESS) return true; // Semaphore was signalled.
98 Semaphore
[all...]
/external/v8/src/
H A Dplatform.h94 class Semaphore;
234 // Factory method for creating platform dependent Semaphore.
235 // Please use delete to reclaim the storage for the returned Semaphore.
236 static Semaphore* CreateSemaphore(int count);
579 // Semaphore
587 class Semaphore { class in namespace:v8::internal
589 virtual ~Semaphore() {}
607 static Semaphore* Create() {
612 // POD Semaphore initialized lazily (i.e. the first time Pointer() is called).
624 Semaphore, CreateSemaphoreTrai
[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 ...

Completed in 168 milliseconds