Searched refs:OnePlusForTest (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_queue.cpp | 58 void OPTIMIZE_OFF OnePlusForTest(void* data) in OnePlusForTest() function 99 std::function<void()> basicFunc = [&result]() { OnePlusForTest(static_cast<void*>(&result)); }; in __anon0d588a1c0202() 220 … std::function<void()>&& basicFunc = [&result]() { OnePlusForTest(static_cast<void*>(&result)); }; in __anon0d588a1c0302() 288 … std::function<void()>&& basicFunc = [&result]() { OnePlusForTest(static_cast<void*>(&result)); }; in __anon0d588a1c0502() 347 OnePlusForTest(static_cast<void*>(&result)); in __anon0d588a1c0702() 716 OnePlusForTest(static_cast<void*>(&result)); in __anon0d588a1c1202() 717 OnePlusForTest(static_cast<void*>(&result)); in __anon0d588a1c1202() 744 OnePlusForTest(static_cast<void*>(&result)); in __anon0d588a1c1402() 745 OnePlusForTest(static_cast<void*>(&result)); in __anon0d588a1c1402()
|
/ohos5.0/docs/zh-cn/application-dev/ffrt/ |
H A D | ffrt-development-guideline.md | 413 ffrt_create_function_wrapper(OnePlusForTest, NULL, &a), NULL, NULL, &attr); 964 inline void OnePlusForTest(void* data) 978 OnePlusForTest(static_cast<void*>(&result)); 979 OnePlusForTest(static_cast<void*>(&result)); 1022 inline void OnePlusForTest(void* data) 1036 OnePlusForTest(static_cast<void*>(&result)); 1037 OnePlusForTest(static_cast<void*>(&result)); 2423 void OnePlusForTest(void* arg) 2465 ffrt_submit_base(ffrt_create_function_wrapper(OnePlusForTest, NULL, &a), NULL, NULL, &attr); 2468 ffrt_create_function_wrapper(OnePlusForTest, NULL, &a), NULL, NULL, &attr); [all …]
|
/ohos5.0/docs/en/application-dev/ffrt/ |
H A D | ffrt-development-guideline.md | 416 ffrt_create_function_wrapper(OnePlusForTest, NULL, &a), NULL, NULL, &attr); 971 inline void OnePlusForTest(void* data) 985 OnePlusForTest(static_cast<void*>(&result)); 986 OnePlusForTest(static_cast<void*>(&result)); 1029 inline void OnePlusForTest(void* data) 1043 OnePlusForTest(static_cast<void*>(&result)); 1044 OnePlusForTest(static_cast<void*>(&result)); 2429 void OnePlusForTest(void* arg) 2471 ffrt_submit_base(ffrt_create_function_wrapper(OnePlusForTest, NULL, &a), NULL, NULL, &attr); 2474 ffrt_create_function_wrapper(OnePlusForTest, NULL, &a), NULL, NULL, &attr); [all …]
|