Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_testcapimodule.c1294 _make_call_from_thread(void *callable) in _make_call_from_thread() function
1323 PyThread_start_new_thread(_make_call_from_thread, fn); in test_thread_state()
1337 PyThread_start_new_thread(_make_call_from_thread, fn); in test_thread_state()