Searched refs:Semaphore (Results 51 - 75 of 81) sorted by relevance

1234

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPServerTransaction.java45 import java.util.concurrent.Semaphore;
204 private Semaphore provisionalResponseSem = new Semaphore(1);
H A DSIPDialog.java76 import java.util.concurrent.Semaphore;
242 private transient Semaphore ackSem = new Semaphore(1);
261 private Semaphore timerTaskLock = new Semaphore(1);
3212 sipStack.getStackLogger().logDebug("Semaphore previously acquired at " + this.stackTrace);
/external/chromium_org/v8/src/
H A Dlog.h80 class Semaphore;
H A Ddebug.h941 Semaphore* command_received_; // Signaled for each command received.
1058 Semaphore* const sem_;
H A Dplatform-win32.cc1750 // On Win32 semaphores are implemented using Win32 Semaphore objects. The
1755 class Win32Semaphore : public Semaphore {
1785 Semaphore* OS::CreateSemaphore(int count) {
H A Disolate.cc239 Semaphore* wait_for_ever_semaphore_;
240 // Semaphore to signal that the data has been initialized.
241 Semaphore* data_ready_semaphore_;
H A Dlog.cc592 Semaphore* buffer_semaphore_; // Sempahore used for buffer synchronization.
/external/v8/test/cctest/
H A Dtest-thread-termination.cc33 v8::internal::Semaphore* semaphore = NULL;
H A Dtest-lockers.cc164 i::Semaphore* semaphore_;
H A Dtest-debug.cc4583 v8::internal::Semaphore* sem_;
4631 v8::internal::Semaphore* semaphore_1;
4632 v8::internal::Semaphore* semaphore_2;
5905 i::Semaphore* listening_; // Signalled when the server is in listen mode.
H A Dtest-api.cc10396 i::Semaphore* ApiTestFuzzer::all_tests_done_=
11687 i::Semaphore* block_;
11796 i::Semaphore* block_;
12106 i::Semaphore* block_;
/external/v8/src/
H A Ddebug.h865 Semaphore* command_received_; // Signaled for each command received.
981 Semaphore* const sem_;
H A Dplatform-linux.cc866 class LinuxSemaphore : public Semaphore {
931 Semaphore* OS::CreateSemaphore(int count) {
H A Dplatform-openbsd.cc659 class OpenBSDSemaphore : public Semaphore {
722 Semaphore* OS::CreateSemaphore(int count) {
H A Disolate.cc215 Semaphore* wait_for_ever_semaphore_;
216 // Semaphore to signal that the data has been initialized.
217 Semaphore* data_ready_semaphore_;
H A Dplatform-win32.cc1714 // On Win32 semaphores are implemented using Win32 Semaphore objects. The
1719 class Win32Semaphore : public Semaphore {
1749 Semaphore* OS::CreateSemaphore(int count) {
H A Dprofile-generator.h349 Semaphore* current_profiles_semaphore_;
H A Dlog.cc132 Semaphore* buffer_semaphore_; // Sempahore used for buffer synchronization.
/external/chromium_org/v8/test/cctest/
H A Dtest-thread-termination.cc33 v8::internal::Semaphore* semaphore = NULL;
H A Dtest-lockers.cc169 i::Semaphore* semaphore_;
H A Dtest-debug.cc4711 v8::internal::Semaphore* sem_;
4762 v8::internal::Semaphore* semaphore_1;
4763 v8::internal::Semaphore* semaphore_2;
6046 i::Semaphore* listening_; // Signalled when the server is in listen mode.
/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 ...
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java935 public void await(Semaphore semaphore) {
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dmux.py671 self._write_inner_frame_semaphore = threading.Semaphore()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dmux.py839 self._write_inner_frame_semaphore = threading.Semaphore()

Completed in 5226 milliseconds

1234