Home
last modified time | relevance | path

Searched refs:Lock (Results 1 – 25 of 83) sorted by relevance

1234

/external/opencore/oscl/pvlogger/src/
Dpvlogger_mem_appender.h33 template < class Layout, int32 LayoutBufferSize, class Lock = OsclNullLock >
39 …static MemAppender<Layout, LayoutBufferSize, Lock>* CreateAppender(OSCL_TCHAR * filename, uint32 c…
42 …MemAppender<Layout, LayoutBufferSize, Lock> * appender = new MemAppender<Layout, LayoutBufferSize,…
47 …AutoPtr<MemAppender<Layout, LayoutBufferSize, Lock>, Oscl_TAlloc<MemAppender<Layout, LayoutBufferS…
49 OSCLMemAutoPtr<MemAppender<Layout, LayoutBufferSize, Lock> > holdAppender(appender);
97 _lock.Lock(); in AppendString()
191 Lock _lock;
Dpvlogger_file_appender.h31 template < class Layout, int32 LayoutBufferSize, class Lock = OsclNullLock >
37 …static TextFileAppender<Layout, LayoutBufferSize, Lock>* CreateAppender(const OSCL_TCHAR * filenam…
40 …xtFileAppender<Layout, LayoutBufferSize, Lock> * appender = new TextFileAppender<Layout, LayoutBuf…
45 …TextFileAppender<Layout, LayoutBufferSize, Lock>, Oscl_TAlloc<TextFileAppender<Layout, LayoutBuffe…
47 … OSCLMemAutoPtr<TextFileAppender<Layout, LayoutBufferSize, Lock> > holdAppender(appender);
92 _lock.Lock(); in AppendString()
192 Lock _lock;
Dpvlogger_stderr_appender.h36 template < class Layout, int32 LayoutBufferSize, class Lock = OsclNullLock >
57 _lock.Lock(); in AppendString()
116 Lock _lock;
/external/opencore/baselibs/gen_data_structures/src/
Dpv_string.cpp39 src.rep->mutex.Lock(); in String()
47 rep->mutex.Lock(); in ~String()
62 src.rep->mutex.Lock(); in operator =()
64 rep->mutex.Lock(); in operator =()
86 rep->mutex.Lock(); in operator +=()
106 rep->mutex.Lock(); in operator +=()
143 rep->mutex.Lock(); in operator =()
Dlinked_list.h414 mutex.Lock(); in dequeue_element()
433 mutex.Lock(); in add_element()
442 mutex.Lock(); in add_to_front()
453 mutex.Lock(); in get_element()
464 mutex.Lock(); in remove_element()
474 mutex.Lock(); in get_index()
485 mutex.Lock(); in remove_element()
495 mutex.Lock(); in move_to_end()
504 mutex.Lock(); in move_to_front()
Dhashtable.h387 mutex.Lock(); in is_unique()
401 mutex.Lock(); in add_element()
417 mutex.Lock(); in add_element()
430 mutex.Lock(); in remove_element()
444 mutex.Lock(); in remove_element()
457 mutex.Lock(); in get_element()
471 mutex.Lock(); in get_element()
485 mutex.Lock(); in get_element()
Dsorted_list.h400 mutex.Lock(); in add_element()
410 mutex.Lock(); in remove_element()
420 mutex.Lock(); in remove_element()
429 mutex.Lock(); in get_index()
439 mutex.Lock(); in get_element()
450 mutex.Lock(); in get_element()
/external/opencore/baselibs/thread_messaging/src/
Dpv_interface_proxy.cpp219 iNotifierQueueCrit.Lock(); in StopPVThread()
252 iNotifierQueueCrit.Lock(); in DeliverNotifications()
278 iNotifierQueueCrit.Lock(); in DeliverNotifications()
287 iHandlerQueueCrit.Lock(); in CleanupAppThreadQueues()
301 iProxyListCrit.Lock(); in CleanupAppThreadQueues()
311 iNotifierQueueCrit.Lock(); in CleanupPVThreadQueues()
339 iHandlerQueueCrit.Lock(); in CleanupCommands()
373 iNotifierQueueCrit.Lock(); in CleanupNotifications()
406 iProxyListCrit.Lock(); in RegisterProxiedInterface()
418 iProxyListCrit.Lock(); in UnregisterProxiedInterface()
[all …]
/external/opencore/codecs_v2/omx/omx_proxy/src/
Dpv_omx_interface_proxy.cpp266 iNotifierQueueCrit.Lock(); in StopPVThread()
306 iNotifierQueueCrit.Lock(); in DeliverNotifications()
341 iHandlerQueueCrit.Lock(); in CleanupAppThreadQueues()
355 iProxyListCrit.Lock(); in CleanupAppThreadQueues()
365 iNotifierQueueCrit.Lock(); in CleanupPVThreadQueues()
393 iHandlerQueueCrit.Lock(); in CleanupCommands()
427 iNotifierQueueCrit.Lock(); in CleanupNotifications()
460 iProxyListCrit.Lock(); in RegisterProxiedInterface()
472 iProxyListCrit.Lock(); in UnregisterProxiedInterface()
488 iCounterCrit.Lock(); in SendCommand()
[all …]
/external/opencore/oscl/oscl/osclbase/src/
Doscl_linked_list.h436 Mylock.Lock(); in dequeue_element()
453 Mylock.Lock(); in add_element()
470 Mylock.Lock(); in add_to_front()
487 Mylock.Lock(); in get_element()
502 Mylock.Lock(); in remove_element()
518 Mylock.Lock(); in get_index()
533 Mylock.Lock(); in remove_element()
548 Mylock.Lock(); in move_to_end()
563 Mylock.Lock(); in move_to_front()
Doscl_lock_base.h48 virtual void Lock() = 0;
58 virtual void Lock() {}; in Lock() function
116 _Ptr->Lock(); in acquire()
Doscl_singleton.cpp36 sSingletonTable.iSingletonLocks[ID].Lock(); in getInstance()
47 sSingletonTable.iSingletonLocks[ID].Lock(); in registerInstance()
57 sSingletonTable.iSingletonLocks[ID].Lock(); in lockAndGetInstance()
Doscl_tls.cpp73 sLock.Lock(); in initialize()
146 sLock.Lock(); in cleanup()
200 sLock.Lock(); in getInstance()
231 sLock.Lock(); in registerInstance()
Doscl_refcounter.h294 lock.Lock(); in addRef()
304 lock.Lock(); in removeRef()
387 lock.Lock(); in addRef()
397 lock.Lock(); in removeRef()
/external/opencore/oscl/oscl/osclmemory/src/
Doscl_mem_audit.h814 iLock->Lock();
828 iLock->Lock(); in MM_deallocate()
843 iLock->Lock(); in MM_GetStats()
858 iLock->Lock(); in MM_GetStatsInDepth()
874 iLock->Lock(); in MM_GetTreeNodes()
901 iLock->Lock(); in MM_GetTagNode()
919 iLock->Lock(); in MM_GetExistingTag()
946 iLock->Lock(); in MM_GetAllocNodeInfo()
971 iLock->Lock(); in MM_Validate()
1038 iLock->Lock(); in MM_SetMode()
[all …]
/external/opencore/oscl/oscl/osclregserv/src/
Doscl_registry_serv_impl.cpp117 iMutex.Lock(); in OpenSession()
128 iMutex.Lock(); in CloseSession()
141 iMutex.Lock(); in Register()
164 iMutex.Lock(); in FindExact()
175 iMutex.Lock(); in FindHierarchical()
203 iMutex.Lock(); in Unregister()
222 iMutex.Lock(); in Unregister()
/external/opencore/oscl/oscl/osclio/src/
Doscl_socket_serv_imp_reqlist.cpp57 Lock(); in Add()
79 Lock(); in StartCancel()
167 iCrit.Lock(); in WaitOnRequests()
176 void OsclSocketServRequestList::Lock() in Lock() function in OsclSocketServRequestList
179 iCrit.Lock(); in Lock()
/external/opencore/oscl/oscl/osclproc/src/
Doscl_scheduler_readyq.cpp157 iCrit.Lock(); in IsIn()
166 iCrit.Lock(); in PopTop()
189 iCrit.Lock(); in PopTopAfterWait()
211 iCrit.Lock(); in Top()
220 iCrit.Lock(); in Remove()
239 iCrit.Lock(); in PendComplete()
322 iCrit.Lock(); in RegisterForCallback()
344 iCrit.Lock(); in TimerCallback()
Doscl_mutex.h87 OSCL_IMPORT_REF void Lock();
205 void Lock() in Lock() function
233 Lock(); in TryLock()
293 OSCL_IMPORT_REF void Lock();
Doscl_mutex.cpp82 OSCL_EXPORT_REF void OsclMutex::Lock() in Lock() function in OsclMutex
206 OSCL_EXPORT_REF void OsclThreadLock::Lock() in Lock() function in OsclThreadLock
208 iMutex.Lock(); in Lock()
/external/opencore/baselibs/threadsafe_callback_ao/src/
Dthreadsafe_queue.cpp67 iQueueMut.Lock(); in Configure()
76 iQueueMut.Lock(); in AddToQueue()
109 iQueueMut.Lock(); in DeQueue()
123 iQueueMut.Lock(); in Run()
Dthreadsafe_mempool.cpp94 iMemPoolMutex.Lock(); in addRef()
107 iMemPoolMutex.Lock(); in removeRef()
142 iMemPoolMutex.Lock(); in allocate()
199 iMemPoolMutex.Lock(); in deallocate()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
DSDL_syscdrom.c116 Lock (); in CompletionProc()
328 Lock (); in SDL_SYS_CDStatus()
349 Lock(); in SDL_SYS_CDPlay()
389 Lock (); in SDL_SYS_CDPause()
411 Lock (); in SDL_SYS_CDResume()
433 Lock (); in SDL_SYS_CDStop()
463 Lock (); in SDL_SYS_CDEject()
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_BWin.h64 Lock(); in ~SDL_BWin()
109 Lock(); in CreateView()
182 return(Lock()); in BeginDraw()
224 Lock(); in Quit()
/external/opencore/android/
Dandroid_log_appender.h42 template<class Layout, int32 LayoutBufferSize, class Lock = OsclNullLock>
62 _lock.Lock(); in AppendString()
115 Lock _lock;

1234