Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythread.h35 PyAPI_FUNC(void) PyThread_ReInitTLS(void);
/external/python/cpython2/Parser/
Dintrcheck.c176 PyThread_ReInitTLS(); in PyOS_AfterFork()
/external/python/cpython2/Python/
Dthread.c396 PyThread_ReInitTLS(void) in PyThread_ReInitTLS() function
Dthread_nt.h356 PyThread_ReInitTLS(void) in PyThread_ReInitTLS() function
/external/python/cpython2/Misc/
Dvalgrind-python.supp79 fun:PyThread_ReInitTLS
/external/python/cpython2/Modules/
Dsignalmodule.c1004 PyThread_ReInitTLS(); in PyOS_AfterFork()