HomeSort by relevance Sort by last modified time
    Searched refs:Lock (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /external/opencore/codecs_v2/omx/omx_proxy/src/
pv_omx_interface_proxy_handler.cpp 41 iProxy->iHandlerQueueCrit.Lock();
pv_omx_interface_proxy_notifier.cpp 40 iProxy->iNotifierQueueCrit.Lock();
pv_omx_interface_proxy.cpp 266 iNotifierQueueCrit.Lock();
306 iNotifierQueueCrit.Lock();
341 iHandlerQueueCrit.Lock();
355 iProxyListCrit.Lock();
365 iNotifierQueueCrit.Lock();
393 iHandlerQueueCrit.Lock();
427 iNotifierQueueCrit.Lock();
460 iProxyListCrit.Lock();
472 iProxyListCrit.Lock();
488 iCounterCrit.Lock();
    [all...]
  /external/opencore/oscl/oscl/osclbase/src/
oscl_linked_list.h 436 Mylock.Lock();
453 Mylock.Lock();
470 Mylock.Lock();
487 Mylock.Lock();
502 Mylock.Lock();
518 Mylock.Lock();
533 Mylock.Lock();
548 Mylock.Lock();
563 Mylock.Lock();
oscl_refcounter.h 250 * A templated lock class must be specified.
294 lock.Lock();
296 lock.Unlock();
304 lock.Lock();
322 lock.Unlock();
341 LockType lock; member in class:OsclRefCounterMTDA
348 * A templated lock class must be specified.
387 lock.Lock()
435 LockType lock; member in class:OsclRefCounterMTSA
    [all...]
oscl_tls.cpp 73 sLock.Lock();
78 //the thread lock is not available until after this step.
146 sLock.Lock();
200 sLock.Lock();
231 sLock.Lock();
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.h 43 void Lock ();
SDL_syscdrom.c 116 Lock ();
328 Lock ();
349 Lock();
389 Lock ();
411 Lock ();
433 Lock ();
463 Lock ();
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler_readyq.cpp 157 iCrit.Lock();
166 iCrit.Lock();
189 iCrit.Lock();
211 iCrit.Lock();
220 iCrit.Lock();
239 iCrit.Lock();
272 //note: this needs to happen under the lock since we're updating
320 //Use the Q lock to avoid thread contention over
322 iCrit.Lock();
343 //lock when updating callback pointer
    [all...]
  /external/v8/test/cctest/
test-platform-linux.cc 3 // Tests of the TokenLock class from lock.h
30 CHECK_EQ(0, mutex->Lock());
36 CHECK_EQ(0, mutex->Lock());
53 // Runs two threads that repeatedly acquire the lock and conditionally
test-platform-nullos.cc 3 // Tests of the TokenLock class from lock.h
30 CHECK_EQ(0, mutex->Lock());
36 CHECK_EQ(0, mutex->Lock());
53 // Runs two threads that repeatedly acquire the lock and conditionally
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BarrierConsumer.java 21 import java.util.concurrent.locks.Lock;
30 private final Lock mLock = new ReentrantLock();
55 mLock.lock();
73 mLock.lock();
  /external/opencore/baselibs/gen_data_structures/src/
linked_list.h 414 mutex.Lock();
433 mutex.Lock();
442 mutex.Lock();
453 mutex.Lock();
464 mutex.Lock();
474 mutex.Lock();
485 mutex.Lock();
495 mutex.Lock();
504 mutex.Lock();
sorted_list.h 400 mutex.Lock();
410 mutex.Lock();
420 mutex.Lock();
429 mutex.Lock();
439 mutex.Lock();
450 mutex.Lock();
hashtable.h 387 mutex.Lock();
401 mutex.Lock();
417 mutex.Lock();
430 mutex.Lock();
444 mutex.Lock();
457 mutex.Lock();
471 mutex.Lock();
485 mutex.Lock();
  /external/opencore/oscl/pvlogger/src/
pvlogger_file_appender.h 31 template < class Layout, int32 LayoutBufferSize, class Lock = OsclNullLock >
37 static TextFileAppender<Layout, LayoutBufferSize, Lock>* CreateAppender(const OSCL_TCHAR * filename, uint32 cacheSize = 0)
40 TextFileAppender<Layout, LayoutBufferSize, Lock> * appender = new TextFileAppender<Layout, LayoutBufferSize, Lock>();
45 OSCLMemAutoPtr<TextFileAppender<Layout, LayoutBufferSize, Lock>, Oscl_TAlloc<TextFileAppender<Layout, LayoutBufferSize, Lock>, OsclMemAllocator> > holdAppender(appender);
47 OSCLMemAutoPtr<TextFileAppender<Layout, LayoutBufferSize, Lock> > holdAppender(appender);
92 _lock.Lock();
192 Lock _lock;
  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_mempool.cpp 94 iMemPoolMutex.Lock();
107 iMemPoolMutex.Lock();
142 iMemPoolMutex.Lock();
199 iMemPoolMutex.Lock();
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_serv_imp_reqlist.h 86 void Lock();
oscl_dns_param.cpp 36 iLock.Lock();
90 iLock.Lock();
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_audit.h 813 // make sure lock is acquired and freed up upon return
814 iLock->Lock();
827 // make sure lock is acquired and freed up upon return
828 iLock->Lock();
842 // make sure lock is acquired and freed up upon return
843 iLock->Lock();
857 // make sure lock is acquired and freed up upon return
858 iLock->Lock();
873 // make sure lock is acquired and freed up upon return
874 iLock->Lock();
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h 64 Lock();
109 Lock();
182 return(Lock());
224 Lock();
SDL_sysmouse.cc 109 if ( be_app->Lock() ) {
135 SDL_Win->Lock();
  /external/webkit/JavaScriptCore/wtf/
TCSpinLock.h 62 inline void Lock() {
121 // Report if we think the lock can be held by this thread.
122 // When the lock is truly held by the invoking thread
124 // Indended to be used as CHECK(lock.IsHeld());
206 inline void Lock() {
232 : lock_(l) { l->Lock(); }
  /external/quake/standalone/
main.cpp 41 class Lock {
43 Lock(pthread_mutex_t& mutex) {
47 ~Lock() {
93 Lock lock(m_mutex);
101 Lock lock(m_mutex);
105 lock.signal(m_space_available);
135 Lock lock(m_mutex)
    [all...]
  /external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java 36 import java.util.concurrent.locks.Lock;
62 private Lock abortLock;
105 this.abortLock.lock();
120 this.abortLock.lock();
137 this.abortLock.lock();
150 // Trigger the callbacks outside of the lock, to prevent

Completed in 807 milliseconds

12 3 4 5 6