Blender
V3.3
|
Go to the source code of this file.
Functions | |
BPy_ThreadStatePtr | BPY_thread_save (void) |
void | BPY_thread_restore (BPy_ThreadStatePtr tstate) |
This file contains wrapper functions related to global interpreter lock. these functions are slightly different from the original Python API, don't throw SIGABRT even if the thread state is NULL.
Definition in file bpy_threads.c.
void BPY_thread_restore | ( | BPy_ThreadStatePtr | tstate | ) |
Analogue of #PyEval_RestoreThread()
Definition at line 28 of file bpy_threads.c.
BPy_ThreadStatePtr BPY_thread_save | ( | void | ) |