Home
last modified time | relevance | path

Searched refs:REG_FUNC (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/ffrt/src/util/
H A Dcpu_boost_ohos.h46 #define REG_FUNC(func) using func##Type = decltype(func)*; func##Type func##Temp = nullptr macro
47 REG_FUNC(cpu_boost_start);
48 REG_FUNC(cpu_boost_end);
49 REG_FUNC(cpu_boost_save);
50 REG_FUNC(cpu_boost_restore);
51 #undef REG_FUNC macro
/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_client_adapter.h77 #define REG_FUNC(func) using func##Type = decltype(func)*; func##Type func##Func = nullptr macro
78 REG_FUNC(AddThreadToRtg);
79 REG_FUNC(BeginFrameFreq);
80 REG_FUNC(EndFrameFreq);
81 REG_FUNC(DestroyRtgGrp);
82 REG_FUNC(CTC_QueryInterval);
83 #undef REG_FUNC macro
/foundation/resourceschedule/ffrt/src/dfx/trace/
H A Dffrt_trace.h98 #define REG_FUNC(func) using func##Type = decltype(func)*; func##Type func = nullptr macro
99 REG_FUNC(IsTagEnabled);
100 REG_FUNC(StartTrace);
101 REG_FUNC(FinishTrace);
102 REG_FUNC(StartAsyncTrace);
103 REG_FUNC(FinishAsyncTrace);
104 REG_FUNC(CountTrace);
105 #undef REG_FUNC macro

Completed in 2 milliseconds