Home
last modified time | relevance | path

Searched refs:callobj (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_nt.h107 } callobj; typedef
118 callobj *obj = (callobj*)call; in bootstrap()
131 callobj *obj; in PyThread_start_new_thread()
138 obj = (callobj*)HeapAlloc(GetProcessHeap(), 0, sizeof(*obj)); in PyThread_start_new_thread()