Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dmisc_thread_common.h319 static PyThreadState *get_current_ts(void) in get_current_ts() function
340 if (ts != get_current_ts()) { in gil_ensure()
357 assert(ts == get_current_ts()); in gil_ensure()