Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dthread_pthread.h230 } pythread_callback; typedef
236 pythread_callback *callback = arg; in pythread_wrapper()
280 pythread_callback *callback = PyMem_RawMalloc(sizeof(pythread_callback)); in PyThread_start_new_thread()