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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread.c 220 * associations. File static keyhead heads the list. keymutex is used
235 static struct key *keyhead = NULL; variable in typeref:struct:key
252 * around the "p->next = keyhead; keyhead = p" pair. That allowed
270 for (p = keyhead; p != NULL; p = p->next) {
280 if (p->next == keyhead)
292 p->next = keyhead;
293 keyhead = p;
322 q = &keyhead;
376 q = &keyhead;
    [all...]
  /external/python/cpython2/Python/
thread.c 220 * associations. File static keyhead heads the list. keymutex is used
235 static struct key *keyhead = NULL; variable in typeref:struct:key
252 * around the "p->next = keyhead; keyhead = p" pair. That allowed
270 for (p = keyhead; p != NULL; p = p->next) {
280 if (p->next == keyhead)
292 p->next = keyhead;
293 keyhead = p;
322 q = &keyhead;
376 q = &keyhead;
    [all...]
  /external/python/cpython3/Python/
thread.c 167 * associations. File static keyhead heads the list. keymutex is used
182 static struct key *keyhead = NULL; variable in typeref:struct:key
199 * around the "p->next = keyhead; keyhead = p" pair. That allowed
217 for (p = keyhead; p != NULL; p = p->next) {
230 if (p->next == keyhead)
242 p->next = keyhead;
243 keyhead = p;
272 q = &keyhead;
319 q = &keyhead;
    [all...]

Completed in 205 milliseconds