Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_solaris.h50 if (thr_create(0, 0, new_func, funcarg, in PyThread_start_new_thread()
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dreentrant.h222 #define thr_create(tp, ta, f, a) __libc_thr_create((tp), (ta), (f), (a)) macro