Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dlock.c402 rwmutex_set_parked_and_wait(_PyRWMutex *rwmutex, uintptr_t bits) in rwmutex_set_parked_and_wait() function
432 bits = rwmutex_set_parked_and_wait(rwmutex, bits); in _PyRWMutex_RLock()
440 bits = rwmutex_set_parked_and_wait(rwmutex, bits); in _PyRWMutex_RLock()
486 bits = rwmutex_set_parked_and_wait(rwmutex, bits); in _PyRWMutex_Lock()