Home
last modified time | relevance | path

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

/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dpystate.c53 static void _PyGILState_NoteThreadState(PyThreadState* tstate);
226 _PyGILState_NoteThreadState(tstate); in _PyThreadState_Init()
532 _PyGILState_NoteThreadState(t); in _PyGILState_Init()
548 _PyGILState_NoteThreadState(PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/dports/lang/python27/Python-2.7.18/Python/
H A Dpystate.c53 static void _PyGILState_NoteThreadState(PyThreadState* tstate);
226 _PyGILState_NoteThreadState(tstate); in _PyThreadState_Init()
532 _PyGILState_NoteThreadState(t); in _PyGILState_Init()
548 _PyGILState_NoteThreadState(PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dpystate.c54 static void _PyGILState_NoteThreadState(PyThreadState* tstate);
224 _PyGILState_NoteThreadState(tstate); in _PyThreadState_Init()
530 _PyGILState_NoteThreadState(t); in _PyGILState_Init()
563 _PyGILState_NoteThreadState(PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/dports/lang/python37/Python-3.7.12/Python/
H A Dpystate.c95 static void _PyGILState_NoteThreadState(PyThreadState* tstate);
446 _PyGILState_NoteThreadState(tstate); in _PyThreadState_Init()
927 _PyGILState_NoteThreadState(t); in _PyGILState_Init()
984 _PyGILState_NoteThreadState(PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dpystate.c164 static void _PyGILState_NoteThreadState(
641 _PyGILState_NoteThreadState(&runtime->gilstate, tstate); in _PyThreadState_Init()
1158 _PyGILState_NoteThreadState(gilstate, tstate); in _PyGILState_Init()
1205 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dpystate.c164 static void _PyGILState_NoteThreadState(
641 _PyGILState_NoteThreadState(&runtime->gilstate, tstate); in _PyThreadState_Init()
1158 _PyGILState_NoteThreadState(gilstate, tstate); in _PyGILState_Init()
1205 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dpystate.c164 static void _PyGILState_NoteThreadState(
641 _PyGILState_NoteThreadState(&runtime->gilstate, tstate); in _PyThreadState_Init()
1158 _PyGILState_NoteThreadState(gilstate, tstate); in _PyGILState_Init()
1205 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/dports/lang/python38/Python-3.8.12/Python/
H A Dpystate.c164 static void _PyGILState_NoteThreadState(
641 _PyGILState_NoteThreadState(&runtime->gilstate, tstate); in _PyThreadState_Init()
1158 _PyGILState_NoteThreadState(gilstate, tstate); in _PyGILState_Init()
1205 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dpystate.c164 static void _PyGILState_NoteThreadState(
641 _PyGILState_NoteThreadState(&runtime->gilstate, tstate); in _PyThreadState_Init()
1158 _PyGILState_NoteThreadState(gilstate, tstate); in _PyGILState_Init()
1205 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/dports/lang/python39/Python-3.9.9/Python/
H A Dpystate.c167 static void _PyGILState_NoteThreadState(
649 _PyGILState_NoteThreadState(&tstate->interp->runtime->gilstate, tstate); in _PyThreadState_Init()
1229 _PyGILState_NoteThreadState(gilstate, tstate); in _PyGILState_Init()
1277 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/dports/lang/python310/Python-3.10.1/Python/
H A Dpystate.c177 static void _PyGILState_NoteThreadState(
696 _PyGILState_NoteThreadState(&tstate->interp->runtime->gilstate, tstate); in _PyThreadState_Init()
1365 _PyGILState_NoteThreadState(gilstate, tstate); in _PyGILState_SetTstate()
1416 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dpystate.c215 static void _PyGILState_NoteThreadState(
872 _PyGILState_NoteThreadState(&tstate->interp->runtime->gilstate, tstate); in _PyThreadState_SetCurrent()
1565 _PyGILState_NoteThreadState(gilstate, tstate); in _PyGILState_SetTstate()
1616 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState() function
/dports/lang/python-legacy/Python-2.7.18/Misc/
H A DNEWS13518 - Make _PyGILState_NoteThreadState() static, it was not used anywhere
/dports/lang/python27/Python-2.7.18/Misc/
H A DNEWS13518 - Make _PyGILState_NoteThreadState() static, it was not used anywhere