HomeSort by relevance Sort by last modified time
    Searched refs:autoTSSkey (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Python/
pystate.c 51 runtime->gilstate.autoTSSkey = initial;
634 PyThread_tss_get(&_PyRuntime.gilstate.autoTSSkey) == tstate)
636 PyThread_tss_set(&_PyRuntime.gilstate.autoTSSkey, NULL);
651 PyThread_tss_get(&_PyRuntime.gilstate.autoTSSkey) == tstate)
653 PyThread_tss_set(&_PyRuntime.gilstate.autoTSSkey, NULL);
910 if (PyThread_tss_create(&_PyRuntime.gilstate.autoTSSkey) != 0) {
914 assert(PyThread_tss_get(&_PyRuntime.gilstate.autoTSSkey) == NULL);
929 PyThread_tss_delete(&_PyRuntime.gilstate.autoTSSkey);
954 PyThread_tss_delete(&_PyRuntime.gilstate.autoTSSkey);
955 if (PyThread_tss_create(&_PyRuntime.gilstate.autoTSSkey) != 0)
    [all...]
  /external/python/cpython3/Include/internal/
pystate.h 29 Py_tss_t autoTSSkey;

Completed in 83 milliseconds