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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystate.c 590 PyThreadState *tcur; local
597 tcur = (PyThreadState *)PyThread_get_key_value(autoTLSkey);
598 if (tcur == NULL) {
600 tcur = PyThreadState_New(autoInterpreterState);
601 if (tcur == NULL)
605 tcur->gilstate_counter = 0;
609 current = PyThreadState_IsCurrent(tcur);
611 PyEval_RestoreThread(tcur);
613 - tcur will remain valid as we hold the GIL.
617 ++tcur->gilstate_counter;
624 PyThreadState *tcur = (PyThreadState *)PyThread_get_key_value( local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystate.c 605 PyThreadState *tcur; local
612 tcur = (PyThreadState *)PyThread_get_key_value(autoTLSkey);
613 if (tcur == NULL) {
615 tcur = PyThreadState_New(autoInterpreterState);
616 if (tcur == NULL)
620 tcur->gilstate_counter = 0;
624 current = PyThreadState_IsCurrent(tcur);
626 PyEval_RestoreThread(tcur);
628 - tcur will remain valid as we hold the GIL.
632 ++tcur->gilstate_counter;
639 PyThreadState *tcur = (PyThreadState *)PyThread_get_key_value( local
    [all...]
  /external/python/cpython2/Python/
pystate.c 590 PyThreadState *tcur; local
597 tcur = (PyThreadState *)PyThread_get_key_value(autoTLSkey);
598 if (tcur == NULL) {
600 tcur = PyThreadState_New(autoInterpreterState);
601 if (tcur == NULL)
605 tcur->gilstate_counter = 0;
609 current = PyThreadState_IsCurrent(tcur);
611 PyEval_RestoreThread(tcur);
613 - tcur will remain valid as we hold the GIL.
617 ++tcur->gilstate_counter
624 PyThreadState *tcur = (PyThreadState *)PyThread_get_key_value( local
    [all...]
  /external/python/cpython3/Python/
pystate.c 823 PyThreadState *tcur; local
830 tcur = (PyThreadState *)PyThread_get_key_value(autoTLSkey);
831 if (tcur == NULL) {
838 tcur = PyThreadState_New(autoInterpreterState);
839 if (tcur == NULL)
843 tcur->gilstate_counter = 0;
847 current = PyThreadState_IsCurrent(tcur);
849 PyEval_RestoreThread(tcur);
851 - tcur will remain valid as we hold the GIL.
855 ++tcur->gilstate_counter
862 PyThreadState *tcur = (PyThreadState *)PyThread_get_key_value( local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
type.go 496 for _, tcur := range tlist {
497 if tcur == t {
  /prebuilts/go/linux-x86/src/runtime/
type.go 496 for _, tcur := range tlist {
497 if tcur == t {
  /toolchain/binutils/binutils-2.27/bfd/
elf32-frv.c 934 TMAX, TMIN and TCUR are used to assign TLS descriptors. TCUR
942 bfd_signed_vma tmax, tcur, tmin;
941 bfd_signed_vma tmax, tcur, tmin; member in struct:_frvfdpic_dynamic_got_plt_info::_frvfdpic_dynamic_got_alloc_data
    [all...]
  /external/mksh/src/
edit.c 5159 int tcur, tcol; local
    [all...]

Completed in 280 milliseconds