Home
last modified time | relevance | path

Searched defs:TimerDataWithCb (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller.h65 struct TimerDataWithCb { struct
66 TimerDataWithCb() {} in TimerDataWithCb() function
67TimerDataWithCb(void *dataVal, void (*cbVal)(void *), CPUEUTask *taskVal, bool repeat, uint64_t ti… in TimerDataWithCb() argument
71 void* data = nullptr;
72 void(*cb)(void*) = nullptr;
73 int handle = -1;
74 CPUEUTask* task = nullptr;
75 bool repeat = false;
76 uint64_t timeout = 0;