Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/sync/posix/
Dcondition.hpp172 pthread_mutex_t* pmutex = &mut.m_mut; in do_wait() local
182 pthread_mutex_t* pmutex = &mut.m_mut; in do_timed_wait() local
/third_party/python/Modules/
D_xxsubinterpretersmodule.c966 _channels_lookup(_channels *channels, int64_t id, PyThread_type_lock *pmutex) in _channels_lookup()