Home
last modified time | relevance | path

Searched refs:_mutex (Results 1 – 10 of 10) sorted by relevance

/external/ImageMagick/Magick++/lib/
DThread.cpp21 : _mutex() in MutexLock()
30 if ((sysError=::pthread_mutex_init(&_mutex,&attr)) == 0) in MutexLock()
51 _mutex=::CreateSemaphore(&security,1,1,(LPCSTR) NULL);
52 if (_mutex != (HANDLE) NULL)
68 (void) ::pthread_mutex_destroy(&_mutex); in ~MutexLock()
71 (void) ::CloseHandle(_mutex); in ~MutexLock()
82 if ((sysError=::pthread_mutex_lock(&_mutex)) == 0) in lock()
88 if (WaitForSingleObject(_mutex,INFINITE) != WAIT_FAILED) in lock()
101 if ((sysError=::pthread_mutex_unlock(&_mutex)) == 0) in unlock()
107 if (ReleaseSemaphore(_mutex,1,(LPLONG) NULL) == TRUE) in unlock()
/external/autotest/client/cros/
Ddhcp_test_server.py77 self._mutex = threading.Lock()
95 with self._mutex:
100 with self._mutex:
105 with self._mutex:
110 with self._mutex:
118 with self._mutex:
157 with self._mutex:
172 with self._mutex:
193 with self._mutex:
198 with self._mutex:
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DThread.h52 pthread_mutex_t _mutex; variable
55 HANDLE _mutex; variable
/external/llvm-project/lld/lib/Core/
DError.cpp64 std::lock_guard<std::recursive_mutex> lock(_mutex); in add()
75 std::recursive_mutex _mutex; member in lld::dynamic_error_category
/external/tensorflow/tensorflow/python/summary/writer/
Devent_file_writer.py248 self._mutex = threading.Lock()
251 self._not_empty = threading.Condition(self._mutex)
254 self._not_full = threading.Condition(self._mutex)
/external/python/cpython2/Doc/library/
Dmutex.rst38 .. _mutex-objects:
/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py697 _mutex = util.ForkAwareThreadLock() variable in BaseProxy
701 BaseProxy._mutex.acquire()
708 BaseProxy._mutex.release()
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py744 _mutex = util.ForkAwareThreadLock() variable in BaseProxy
748 with BaseProxy._mutex:
/external/guice/extensions/struts2/lib/
Djetty-util-6.1.0.jar ... .mortbay.util.ajax.Continuation { Object _mutex Object _object boolean _new boolean _resumed boolean _pending public void ...
/external/libabigail/tests/data/test-read-dwarf/
Dtest12-pr18844.so.abi19326 …<var-decl name='_mutex' type-id='type-id-1288' visibility='default' filepath='src/mongo/db/repl/re…