Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval_gil.h118 COND_INIT(_PyRuntime.ceval.gil.switch_cond); in create_gil()
134 COND_FINI(_PyRuntime.ceval.gil.switch_cond); in destroy_gil()
183 COND_WAIT(_PyRuntime.ceval.gil.switch_cond, in drop_gil()
237 COND_SIGNAL(_PyRuntime.ceval.gil.switch_cond); in take_gil()
/external/clang/test/CodeGen/
Dbuiltin-expect.c62 int switch_cond(int x) { in switch_cond() function
/external/python/cpython3/Include/internal/
Dgil.h38 PyCOND_T switch_cond; member