Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddynamic_annotations.h281 #define _Py_ANNOTATE_RWLOCK_RELEASED(lock, is_w) \ macro
331 #define _Py_ANNOTATE_RWLOCK_RELEASED(lock, is_w) /* empty */ macro
/external/python/cpython3/Python/
Dceval_gil.h161 _Py_ANNOTATE_RWLOCK_RELEASED(&gil->locked, /*is_write=*/1); in drop_gil()