Searched refs:lock (Results 1 - 25 of 1392) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DMonitorContendedEnterAndEnteredDebuggee.java29 static Object lock = new MonitorWaitMockMonitor(); field in class:MonitorContendedEnterAndEnteredDebuggee
40 synchronized (lock) {
47 // wait and hold the lock until the second thread blocks
50 logWriter.println("main thread: Waiting for second thread to attempt to lock a monitor");
68 synchronized (lock) {
70 logWriter.println("--> BlockedThread: get lock");
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServer.java83 private final Object lock = new Object(); field in class:Support_HttpServer
106 synchronized (lock) {
110 lock.notifyAll();
130 // release the lock so the tests will finish running
136 synchronized (lock) {
137 lock.notifyAll();
152 synchronized (lock) {
159 lock.wait();
H A DSupport_StringReader.java52 synchronized (lock) {
77 synchronized (lock) {
112 synchronized (lock) {
140 synchronized (lock) {
173 synchronized (lock) {
191 synchronized (lock) {
211 synchronized (lock) {
H A DSupport_StringWriter.java29 * <code>lock</code> used to synchronize access to this Writer.
34 lock = buf;
40 * the <code>lock</code> used to synchronize access to this Writer.
45 lock = buf;
77 synchronized (lock) {
91 synchronized (lock) {
111 synchronized (lock) {
128 synchronized (lock) {
141 synchronized (lock) {
160 synchronized (lock) {
[all...]
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpRequestBase.java110 this.abortLock.lock();
125 this.abortLock.lock();
142 this.abortLock.lock();
155 // Trigger the callbacks outside of the lock, to prevent
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java68 * The global lock for this pool.
131 poolLock.lock();
202 poolLock.lock();
251 poolLock.lock();
260 poolLock.lock();
284 poolLock.lock();
H A DConnPoolByRoute.java189 poolLock.lock();
210 poolLock.lock();
231 poolLock.lock();
280 poolLock.lock();
383 poolLock.lock();
427 poolLock.lock();
496 poolLock.lock();
532 poolLock.lock();
559 poolLock.lock();
581 poolLock.lock();
[all...]
/external/bison/
H A DAndroid.mk103 lib/glthread/lock.c \
/external/bison/build-aux/
H A Ddepcomp384 lockdir=$base.d-lock
395 # This process acquired the lock.
398 # Release the lock.
402 # If the lock is being held by a different process, wait
413 echo "$0: failed to acquire lock after $numtries attempts" >&2
H A Dtexinfo.tex9889 \catcode`\$=\other \def\normaldollar{$}%$ font-lock fix
9946 \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix
10000 @let$=@normaldollar %$ font-lock fix
/external/bison/lib/
H A Derror.c84 # include <bits/libc-lock.h>
H A Dgnulib.mk803 ## begin gnulib module lock
805 libbison_a_SOURCES += glthread/lock.h glthread/lock.c
807 ## end gnulib module lock
H A Dunsetenv.c39 /* This lock protects against simultaneous modifications of 'environ'. */
40 # include <bits/libc-lock.h>
/external/bison/lib/glthread/
H A Dlock.c23 #include "glthread/lock.h"
38 glthread_rwlock_init_multithreaded (gl_rwlock_t *lock) argument
42 err = pthread_rwlock_init (&lock->rwlock, NULL);
45 lock->initialized = 1;
50 glthread_rwlock_rdlock_multithreaded (gl_rwlock_t *lock) argument
52 if (!lock->initialized)
56 err = pthread_mutex_lock (&lock->guard);
59 if (!lock->initialized)
61 err = glthread_rwlock_init_multithreaded (lock);
64 pthread_mutex_unlock (&lock
76 glthread_rwlock_wrlock_multithreaded(gl_rwlock_t *lock) argument
102 glthread_rwlock_unlock_multithreaded(gl_rwlock_t *lock) argument
110 glthread_rwlock_destroy_multithreaded(gl_rwlock_t *lock) argument
128 glthread_rwlock_init_multithreaded(gl_rwlock_t *lock) argument
147 glthread_rwlock_rdlock_multithreaded(gl_rwlock_t *lock) argument
176 glthread_rwlock_wrlock_multithreaded(gl_rwlock_t *lock) argument
203 glthread_rwlock_unlock_multithreaded(gl_rwlock_t *lock) argument
259 glthread_rwlock_destroy_multithreaded(gl_rwlock_t *lock) argument
284 glthread_recursive_lock_init_multithreaded(gl_recursive_lock_t *lock) argument
313 glthread_recursive_lock_init_multithreaded(gl_recursive_lock_t *lock) argument
341 glthread_recursive_lock_lock_multithreaded(gl_recursive_lock_t *lock) argument
367 glthread_recursive_lock_unlock_multithreaded(gl_recursive_lock_t *lock) argument
375 glthread_recursive_lock_destroy_multithreaded(gl_recursive_lock_t *lock) argument
393 glthread_recursive_lock_init_multithreaded(gl_recursive_lock_t *lock) argument
406 glthread_recursive_lock_lock_multithreaded(gl_recursive_lock_t *lock) argument
427 glthread_recursive_lock_unlock_multithreaded(gl_recursive_lock_t *lock) argument
443 glthread_recursive_lock_destroy_multithreaded(gl_recursive_lock_t *lock) argument
532 glthread_recursive_lock_init_multithreaded(gl_recursive_lock_t *lock) argument
545 glthread_recursive_lock_lock_multithreaded(gl_recursive_lock_t *lock) argument
566 glthread_recursive_lock_unlock_multithreaded(gl_recursive_lock_t *lock) argument
582 glthread_recursive_lock_destroy_multithreaded(gl_recursive_lock_t *lock) argument
637 glthread_lock_init_func(gl_lock_t *lock) argument
644 glthread_lock_lock_func(gl_lock_t *lock) argument
662 glthread_lock_unlock_func(gl_lock_t *lock) argument
671 glthread_lock_destroy_func(gl_lock_t *lock) argument
774 glthread_rwlock_init_func(gl_rwlock_t *lock) argument
784 glthread_rwlock_rdlock_func(gl_rwlock_t *lock) argument
838 glthread_rwlock_wrlock_func(gl_rwlock_t *lock) argument
891 glthread_rwlock_unlock_func(gl_rwlock_t *lock) argument
935 glthread_rwlock_destroy_func(gl_rwlock_t *lock) argument
953 glthread_recursive_lock_init_func(gl_recursive_lock_t *lock) argument
962 glthread_recursive_lock_lock_func(gl_recursive_lock_t *lock) argument
992 glthread_recursive_lock_unlock_func(gl_recursive_lock_t *lock) argument
1007 glthread_recursive_lock_destroy_func(gl_recursive_lock_t *lock) argument
[all...]
H A Dlock.h30 Taking the lock: gl_lock_lock (name);
31 Releasing the lock: gl_lock_unlock (name);
35 Taking the lock: err = glthread_lock_lock (&name);
36 Releasing the lock: err = glthread_lock_unlock (&name);
44 Taking the lock: gl_rwlock_rdlock (name);
46 Releasing the lock: gl_rwlock_unlock (name);
50 Taking the lock: err = glthread_rwlock_rdlock (&name);
52 Releasing the lock: err = glthread_rwlock_unlock (&name);
60 Taking the lock: gl_recursive_lock_lock (name);
61 Releasing the lock
238 pthread_mutex_t lock; /* protects the remaining fields */ member in struct:__anon323
643 CRITICAL_SECTION lock; member in struct:__anon329
682 CRITICAL_SECTION lock; /* protects the remaining fields */ member in struct:__anon331
721 CRITICAL_SECTION lock; member in struct:__anon332
749 CRITICAL_SECTION lock; member in struct:__anon333
[all...]
/external/bison/tests/
H A Dtestsuite5370 # Pacify Emacs' font-lock-mode: "
[all...]
/external/bluetooth/bluedroid/audio_a2dp_hw/
H A Daudio_a2dp_hw.c100 pthread_mutex_t lock; member in struct:a2dp_stream_common
433 pthread_mutex_init(&common->lock, &lock_attr);
561 pthread_mutex_lock(&out->common.lock);
573 pthread_mutex_unlock(&out->common.lock);
577 pthread_mutex_unlock(&out->common.lock);
665 pthread_mutex_lock(&out->common.lock);
671 pthread_mutex_unlock(&out->common.lock);
694 pthread_mutex_lock(&out->common.lock);
732 pthread_mutex_unlock(&out->common.lock);
933 pthread_mutex_lock(&in->common.lock);
[all...]
/external/bluetooth/bluedroid/osi/src/
H A Dfixed_queue.c32 pthread_mutex_t lock; member in struct:fixed_queue_t
53 pthread_mutex_init(&ret->lock, NULL);
80 pthread_mutex_destroy(&queue->lock);
90 pthread_mutex_lock(&queue->lock);
92 pthread_mutex_unlock(&queue->lock);
102 pthread_mutex_lock(&queue->lock);
105 pthread_mutex_unlock(&queue->lock);
119 pthread_mutex_lock(&queue->lock);
121 pthread_mutex_unlock(&queue->lock);
133 pthread_mutex_lock(&queue->lock);
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DKeyPairGeneratorSpi.java25 private static Object lock = new Object(); field in class:KeyPairGeneratorSpi
84 synchronized (lock)
/external/chromium_org/android_webview/browser/
H A Daw_cookie_access_policy.cc38 AutoLock lock(lock_);
43 AutoLock lock(lock_);
H A Ddeferred_gpu_command_service.cc11 #include "base/synchronization/lock.h"
66 base::AutoLock lock(tasks_lock_);
85 base::AutoLock lock(tasks_lock_);
96 base::AutoLock lock(tasks_lock_);
103 base::AutoLock lock(tasks_lock_);
123 base::AutoLock lock(tasks_lock_);
157 base::AutoLock lock(tasks_lock_);
164 base::AutoLock lock(tasks_lock_);
170 base::AutoLock lock(tasks_lock_);
H A Dshared_renderer_state.cc36 base::AutoLock lock(lock_);
44 base::AutoLock lock(lock_);
59 base::AutoLock lock(lock_);
65 base::AutoLock lock(lock_);
110 base::AutoLock lock(lock_);
123 base::AutoLock lock(lock_);
146 base::AutoLock lock(lock_);
151 base::AutoLock lock(lock_);
156 base::AutoLock lock(lock_);
162 base::AutoLock lock(lock
[all...]
/external/chromium_org/android_webview/native/
H A Daw_contents.cc368 base::AutoLock lock(render_thread_lock_);
892 base::AutoLock lock(render_thread_lock_);
930 base::AutoLock lock(render_thread_lock_);
H A Daw_contents_io_thread_client_impl.cc18 #include "base/synchronization/lock.h"
91 base::AutoLock lock(map_lock_);
97 base::AutoLock lock(map_lock_);
108 base::AutoLock lock(map_lock_);

Completed in 4045 milliseconds

1234567891011>>