Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval_gil.h178 RESET_GIL_DROP_REQUEST(); in drop_gil()
241 RESET_GIL_DROP_REQUEST(); in take_gil()
Dceval.c110 #define RESET_GIL_DROP_REQUEST() \ macro