Home
last modified time | relevance | path

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

/third_party/python/Python/
Dthread_nt.h172 } callobj; typedef
179 callobj *obj = (callobj*)call; in bootstrap()
192 callobj *obj; in PyThread_start_new_thread()
199 obj = (callobj*)HeapAlloc(GetProcessHeap(), 0, sizeof(*obj)); in PyThread_start_new_thread()