Home
last modified time | relevance | path

Searched refs:FFRT_UNLIKELY_COND_DO_ABORT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine.cpp110 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()
160FFRT_UNLIKELY_COND_DO_ABORT((threadVal && taskVal && (threadVal != taskVal)), "mismatch key=[%d]",… in UpdateWorkerTsdValueToThread()
161 FFRT_UNLIKELY_COND_DO_ABORT((threadVal && !taskVal), in UpdateWorkerTsdValueToThread()
262FFRT_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 Dffrt_log_api.h189 #define FFRT_UNLIKELY_COND_DO_ABORT(cond, fmt, ...) \ macro
198 #define FFRT_UNLIKELY_COND_DO_ABORT(cond, fmt, ...) \ macro