Searched refs:ffrt_error_busy (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/ |
H A D | shared_mutex.cpp | 220 return p->TryLock() ? ffrt_success : ffrt_error_busy; 243 return p->TryLockShared() ? ffrt_success : ffrt_error_busy;
|
H A D | mutex.cpp | 383 return p->try_lock() ? ffrt_success : ffrt_error_busy;
|
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/c/ |
H A D | type_def.h | 172 ffrt_error_busy = EBUSY, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ffrt-kit/ |
H A D | type__def_8h.md | 52 …t.md) = ENOMEM, [ffrt_error_timedout](_f_f_r_t.md) = ETIMEDOUT,<br/>[ffrt_error_busy](_f_f_r_t.md)…
|
H A D | _f_f_r_t.md | 69 …= 0, ffrt_error_nomem = ENOMEM, ffrt_error_timedout = ETIMEDOUT,<br/>ffrt_error_busy = EBUSY, ffrt… 227 | ffrt_error_busy | EBUSY | 重新尝试 | 779 获取mutex成功返回ffrt_success, 获取mutex失败返回ffrt_error_inval或ffrt_error_busy。
|
/ohos5.0/docs/en/application-dev/reference/apis-ffrt-kit/ |
H A D | type__def_8h.md | 52 …_t.md) = ENOMEM, [ffrt_error_timedout](_f_f_r_t.md) = ETIMEDOUT,<br>[ffrt_error_busy](_f_f_r_t.md)…
|
H A D | _f_f_r_t.md | 69 … = 0, ffrt_error_nomem = ENOMEM, ffrt_error_timedout = ETIMEDOUT,<br>ffrt_error_busy = EBUSY, ffrt… 227 | ffrt_error_busy | EBUSY | Try again.| 779 Returns **ffrt_success** if the mutex is locked; returns **ffrt_error_inval** or **ffrt_error_busy*…
|
/ohos5.0/foundation/resourceschedule/ffrt/docs/ |
H A D | user_guide.md | 2448 ffrt_error_busy = EBUSY, 2649 ffrt_error_busy = EBUSY, 2822 ffrt_error_busy = EBUSY,
|
/ohos5.0/docs/zh-cn/application-dev/ffrt/ |
H A D | ffrt-development-guideline.md | 1269 ffrt_error_busy = EBUSY, 1422 ffrt_error_busy = EBUSY,
|
/ohos5.0/docs/en/application-dev/ffrt/ |
H A D | ffrt-development-guideline.md | 1277 ffrt_error_busy = EBUSY, 1429 ffrt_error_busy = EBUSY,
|