Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dthread_pthread.h225 } pythread_callback; typedef
231 pythread_callback *callback = arg; in pythread_wrapper()
275 pythread_callback *callback = PyMem_RawMalloc(sizeof(pythread_callback)); in PyThread_start_new_thread()