Home
last modified time | relevance | path

Searched refs:ffrt_cond_timedwait (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/ffrt/interfaces/kits/c/
H A Dcondition_variable.h106 FFRT_C_API int ffrt_cond_timedwait(ffrt_cond_t* cond, ffrt_mutex_t* mutex, const struct timespec* time_point);
/foundation/resourceschedule/ffrt/src/sync/
H A Drecord_condition_variable.h35 auto ret = ffrt_cond_timedwait(&cv_, lk.mutex()->GetMutex(), &ts);
H A Dcondition_variable.cpp82 int ffrt_cond_timedwait(ffrt_cond_t* cond, ffrt_mutex_t* mutex, const struct timespec* time_point) in ffrt_cond_timedwait() function
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H A Dcondition_variable.h114 auto ret = ffrt_cond_timedwait(this, lk.mutex(), &ts);
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_condition.cpp166 ret = ffrt_cond_timedwait(nullptr, nullptr, nullptr); in HWTEST_F()

Completed in 3 milliseconds