Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller.h54 …taWithCb(int fdVal, void *dataVal, std::function<void(void *, uint32_t)> cbVal, CPUEUTask *taskVal) in WakeDataWithCb()
55 : fd(fdVal), data(dataVal), cb(cbVal), task(taskVal) in WakeDataWithCb()
67 …TimerDataWithCb(void *dataVal, void (*cbVal)(void *), CPUEUTask *taskVal, bool repeat, uint64_t ti… in TimerDataWithCb()
68 : data(dataVal), cb(cbVal), task(taskVal), repeat(repeat), timeout(timeout) in TimerDataWithCb()
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine.cpp156 auto taskVal = taskTsd[key]; in UpdateWorkerTsdValueToThread() local
157 if (!threadVal && taskVal) { in UpdateWorkerTsdValueToThread()
158 threadTsd[key] = taskVal; 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()