Searched refs:FFRT_UNLIKELY_COND_DO_ABORT (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | co_routine.cpp | 110 FFRT_UNLIKELY_COND_DO_ABORT(key <= 0, "key[%d] invalid", key); in InitWorkerTsdValueToTask() 154 FFRT_UNLIKELY_COND_DO_ABORT(key <= 0, "key[%d] invalid", key); in UpdateWorkerTsdValueToThread() 160 …FFRT_UNLIKELY_COND_DO_ABORT((threadVal && taskVal && (threadVal != taskVal)), "mismatch key=[%d]",… in UpdateWorkerTsdValueToThread() 161 FFRT_UNLIKELY_COND_DO_ABORT((threadVal && !taskVal), in UpdateWorkerTsdValueToThread() 262 …FFRT_UNLIKELY_COND_DO_ABORT(ret < 0, "coroutine size:%lu, mp:0x%lx, page_size:%zu,result:%d,prot:%… in CoSetStackProt()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/log/ |
H A D | ffrt_log_api.h | 189 #define FFRT_UNLIKELY_COND_DO_ABORT(cond, fmt, ...) \ macro 198 #define FFRT_UNLIKELY_COND_DO_ABORT(cond, fmt, ...) \ macro
|