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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystate.c 31 static PyThread_type_lock head_mutex = NULL; /* Protects interp->tstate_head */
73 interp->tstate_head = NULL;
103 for (p = interp->tstate_head; p != NULL; p = p->next)
122 while ((p = interp->tstate_head) != NULL) {
141 if (interp->tstate_head != NULL)
202 tstate->next = interp->tstate_head;
203 interp->tstate_head = tstate;
270 for (p = &interp->tstate_head; ; p = &(*p)->next) {
285 if ((*p)->next == interp->tstate_head)
404 for (p = interp->tstate_head; p != NULL; p = p->next) {
    [all...]
pythonrun.c 661 if (tstate != interp->tstate_head || tstate->next != NULL)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystate.c 28 static PyThread_type_lock head_mutex = NULL; /* Protects interp->tstate_head */
74 interp->tstate_head = NULL;
104 for (p = interp->tstate_head; p != NULL; p = p->next)
123 while ((p = interp->tstate_head) != NULL) {
142 if (interp->tstate_head != NULL)
200 tstate->next = interp->tstate_head;
201 interp->tstate_head = tstate;
268 for (p = &interp->tstate_head; ; p = &(*p)->next) {
283 if ((*p)->next == interp->tstate_head)
402 for (p = interp->tstate_head; p != NULL; p = p->next) {
    [all...]
pythonrun.c 648 if (tstate != interp->tstate_head || tstate->next != NULL)
    [all...]
  /external/python/cpython2/Python/
pystate.c 31 static PyThread_type_lock head_mutex = NULL; /* Protects interp->tstate_head */
73 interp->tstate_head = NULL;
103 for (p = interp->tstate_head; p != NULL; p = p->next)
122 while ((p = interp->tstate_head) != NULL) {
141 if (interp->tstate_head != NULL)
202 tstate->next = interp->tstate_head;
203 interp->tstate_head = tstate;
270 for (p = &interp->tstate_head; ; p = &(*p)->next) {
285 if ((*p)->next == interp->tstate_head)
404 for (p = interp->tstate_head; p != NULL; p = p->next)
    [all...]
pythonrun.c 660 if (tstate != interp->tstate_head || tstate->next != NULL)
    [all...]
  /external/python/cpython3/Python/
pystate.c 41 static PyThread_type_lock head_mutex = NULL; /* Protects interp->tstate_head */
86 interp->tstate_head = NULL;
118 for (p = interp->tstate_head; p != NULL; p = p->next)
140 while ((p = interp->tstate_head) != NULL) {
159 if (interp->tstate_head != NULL)
237 tstate->next = interp->tstate_head;
240 interp->tstate_head = tstate;
430 interp->tstate_head = tstate->next;
487 garbage = interp->tstate_head;
495 interp->tstate_head = tstate
    [all...]
pylifecycle.c 882 if (tstate != interp->tstate_head || tstate->next != NULL)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pystate.h 19 struct _ts *tstate_head; member in struct:_is
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pystate.h 19 struct _ts *tstate_head; member in struct:_is
  /external/python/cpython2/Include/
pystate.h 19 struct _ts *tstate_head; member in struct:_is
  /prebuilts/gdb/darwin-x86/include/python2.7/
pystate.h 19 struct _ts *tstate_head; member in struct:_is
  /prebuilts/gdb/linux-x86/include/python2.7/
pystate.h 19 struct _ts *tstate_head; member in struct:_is
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 19 struct _ts *tstate_head; member in struct:_is
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 19 struct _ts *tstate_head; member in struct:_is
  /external/python/cpython3/Include/
pystate.h 29 struct _ts *tstate_head; member in struct:_is

Completed in 2770 milliseconds