Home
last modified time | relevance | path

Searched refs:ffrt_error_timedout (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/c/
H A Dtype_def.h171 ffrt_error_timedout = ETIMEDOUT, enumerator
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dcondition_variable.cpp97 return pc->SuspendAndWaitUntil(pm, tp) ? ffrt_error_timedout : ffrt_success;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ffrt-kit/
H A Dtype__def_8h.md52 …cess](_f_f_r_t.md) = 0, [ffrt_error_nomem](_f_f_r_t.md) = ENOMEM, [ffrt_error_timedout](_f_f_r_t.m…
H A D_f_f_r_t.md69 …<br/>ffrt_error = -1, ffrt_success = 0, ffrt_error_nomem = ENOMEM, ffrt_error_timedout = ETIMEDOUT…
226 | ffrt_error_timedout | ETIMEDOUT | 超时 |
461 等待后被成功唤醒返回ffrt_success, 等待超时返回ffrt_error_timedout。 等待失败ffrt_error_inval。
/ohos5.0/docs/en/application-dev/reference/apis-ffrt-kit/
H A Dtype__def_8h.md52 …cess](_f_f_r_t.md) = 0, [ffrt_error_nomem](_f_f_r_t.md) = ENOMEM, [ffrt_error_timedout](_f_f_r_t.m…
H A D_f_f_r_t.md69 …{<br>ffrt_error = -1, ffrt_success = 0, ffrt_error_nomem = ENOMEM, ffrt_error_timedout = ETIMEDOUT…
226 | ffrt_error_timedout | ETIMEDOUT | Timeout.|
461 Returns **ffrt_success** if the thread is blocked; returns **ffrt_error_timedout** if the maximum d…
/ohos5.0/docs/zh-cn/application-dev/ffrt/
H A Dffrt-development-guideline.md1268 ffrt_error_timedout = ETIMEDOUT,
1421 ffrt_error_timedout = ETIMEDOUT,
1457 * 若成功则为 ffrt_success,若在锁定互斥前抵达时限则为 ffrt_error_timedout
/ohos5.0/foundation/resourceschedule/ffrt/docs/
H A Duser_guide.md2447 ffrt_error_timedout = ETIMEDOUT,
2648 ffrt_error_timedout = ETIMEDOUT,
2821 ffrt_error_timedout = ETIMEDOUT,
2866 * 若成功则为 ffrt_success,若在锁定互斥前抵达时限则为 ffrt_error_timedout
/ohos5.0/docs/en/application-dev/ffrt/
H A Dffrt-development-guideline.md1276 ffrt_error_timedout = ETIMEDOUT,
1428 ffrt_error_timedout = ETIMEDOUT,
1464 Returns **ffrt_success** if the API is successfully called; returns **ffrt_error_timedout** if the …