Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/c/
H A Dthread.h19 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);
H A Dtype_def_ext.h74 typedef void* ffrt_thread_t; typedef
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dthread.cpp29 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)
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_thread.cpp146 ffrt_thread_t thread;
H A Dut_condition.cpp299 ffrt_thread_t thread;