Searched refs:ffrt_thread_t (Results 1 – 5 of 5) sorted by relevance
19 FFRT_C_API int ffrt_thread_create(ffrt_thread_t* thr, const ffrt_thread_attr_t* attr, void*(*func)(…20 FFRT_C_API int ffrt_thread_join(ffrt_thread_t thr, void** res);21 FFRT_C_API int ffrt_thread_detach(ffrt_thread_t thr);
74 typedef void* ffrt_thread_t; typedef
29 int ffrt_thread_create(ffrt_thread_t* thr, const ffrt_thread_attr_t* attr, void* (*func)(void*), vo…56 int ffrt_thread_join(ffrt_thread_t thr, void** res)75 int ffrt_thread_detach(ffrt_thread_t thr)
146 ffrt_thread_t thread;
299 ffrt_thread_t thread;