Searched refs:thr (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/ |
H A D | thread.cpp | 29 int ffrt_thread_create(ffrt_thread_t* thr, const ffrt_thread_attr_t* attr, void* (*func)(void*), vo… 31 if (!thr || !func) { 51 *thr = p; 56 int ffrt_thread_join(ffrt_thread_t thr, void** res) 58 if (!thr || !res) { 63 auto p = reinterpret_cast<ThreadRes*>(thr); 75 int ffrt_thread_detach(ffrt_thread_t thr) 77 if (!thr) { 81 auto p = reinterpret_cast<ThreadRes*>(thr); 86 ffrt::submit([thr]() { free(thr); }, {thr}); in __anon42dd67380502()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/context/ |
H A D | NormalContext.h | 32 ThrExecutor* thr; member 36 … CommonParts(ThrExecutor* thr, ISceneTimerInfrastructure* timerInfra, EventsPoster* eventsPoster) in CommonParts() 38 this->thr = thr; in CommonParts()
|
H A D | NormalContext.cpp | 50 ThrExecutor* thr = new ThrExecutor(); in MakeCommonParts() local 53 return NormalContext::CommonParts(thr, sceneTimerInfrastructure, eventsPoster); in MakeCommonParts() 76 ITimeoutExecutor* exec = common.thr; in MakeAppStartMonitor() 82 AppLaunchMonitor* appStartMonitor = new AppLaunchMonitor(this, common.thr, reporter, processor); in MakeAppStartMonitor() 101 …JankAnimatorMonitor* animatorMonitor = new JankAnimatorMonitor(common.thr, dataProcessor, reporter… in MakeJankAnimatorMonitor()
|
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/c/ |
H A D | thread.h | 19 FFRT_C_API int ffrt_thread_create(ffrt_thread_t* thr, const ffrt_thread_attr_t* attr, void*(*func)(… 20 FFRT_C_API int ffrt_thread_join(ffrt_thread_t thr, void** res); 21 FFRT_C_API int ffrt_thread_detach(ffrt_thread_t thr);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/ |
H A D | JankAnimatorMonitor.cpp | 32 JankAnimatorMonitor::JankAnimatorMonitor(IMonitorThrExecutor* thr, IAnimatorSceneDataProcessor* sta… in JankAnimatorMonitor() argument 35 this->exec = thr; in JankAnimatorMonitor()
|
H A D | JankAnimatorMonitor.h | 32 …JankAnimatorMonitor(IMonitorThrExecutor* thr, IAnimatorSceneDataProcessor* stats, IJankAnimatorRep…
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/video_res/test_cbr/720_2M/ |
H A D | video_7200.ts | 3147 ��n���;�����賌��u���4uyǰ�,F����Z�jM�[q0��thr]���p~�P)ֳ����!�#��=?�Ф>sǂ\����ya�~ʩ~?��1…
|