Home
last modified time | relevance | path

Searched defs:pmutex (Results 1 – 7 of 7) sorted by relevance

/external/cronet/third_party/apache-portable-runtime/src/locks/netware/
Dproc_mutex.c112 apr_status_t apr_os_proc_mutex_put(apr_proc_mutex_t **pmutex, in apr_os_proc_mutex_put()
/external/cronet/third_party/apache-portable-runtime/src/locks/unix/
Dglobal_mutex.c163 apr_global_mutex_t *pmutex) in apr_os_global_mutex_get()
Dproc_mutex.c981 APR_DECLARE(apr_status_t) apr_os_proc_mutex_put(apr_proc_mutex_t **pmutex,
/external/cronet/third_party/apache-portable-runtime/src/locks/beos/
Dproc_mutex.c155 APR_DECLARE(apr_status_t) apr_os_proc_mutex_put(apr_proc_mutex_t **pmutex, in apr_os_proc_mutex_put()
/external/cronet/third_party/apache-portable-runtime/src/locks/win32/
Dproc_mutex.c213 APR_DECLARE(apr_status_t) apr_os_proc_mutex_put(apr_proc_mutex_t **pmutex, in apr_os_proc_mutex_put()
/external/cronet/third_party/apache-portable-runtime/src/locks/os2/
Dproc_mutex.c219 APR_DECLARE(apr_status_t) apr_os_proc_mutex_put(apr_proc_mutex_t **pmutex, in apr_os_proc_mutex_put()
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c970 _channels_lookup(_channels *channels, int64_t id, PyThread_type_lock *pmutex) in _channels_lookup()