Home
last modified time | relevance | path

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

/external/python/cpython2/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()
/external/python/cpython3/Python/
Dthread_nt.h165 } callobj; typedef
172 callobj *obj = (callobj*)call; in bootstrap()
185 callobj *obj; in PyThread_start_new_thread()
192 obj = (callobj*)HeapAlloc(GetProcessHeap(), 0, sizeof(*obj)); in PyThread_start_new_thread()
/external/python/cpython2/Modules/
Dcstubs951 void callobj long s
Dglmodule.c1674 callobj( arg1 ); in gl_callobj()