HomeSort by relevance Sort by last modified time
    Searched defs:dummies (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 202 - only the thread-state dict holds a strong reference to the dummies
207 dummies attached to that thread are called, and destroy the corresponding
210 destroyed and its dummies are manually removed from all thread states
270 PyObject *dummies; member in struct:__anon5893
308 r = PyDict_SetItem(self->dummies, wr, ldict);
356 self->dummies = PyDict_New();
357 if (self->dummies == NULL)
385 Py_VISIT(self->dummies);
395 Py_CLEAR(self->dummies);
397 /* Remove all strong references to dummies from the thread states */
    [all...]