Searched refs:thr_create (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | thread_solaris.h | 50 if (thr_create(0, 0, new_func, funcarg, in PyThread_start_new_thread()
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
D | reentrant.h | 222 #define thr_create(tp, ta, f, a) __libc_thr_create((tp), (ta), (f), (a)) macro
|