Searched refs:ThreadFunc1 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hitrace/cmd/example/ |
H A D | hitrace_example.cpp | 103 void ThreadFunc1(uint64_t label) in ThreadFunc1() function 123 thread t1(ThreadFunc1, label); in FuncMain()
|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_csync.cpp | 727 auto ThreadFunc1 = [](int a, const int& b) { in __anonc91b23f77402() variable 739 std::thread th0 {[&value, &ThreadFunc1, &ThreadFunc2] { in __anonc91b23f77602() 740 std::thread th1 {ThreadFunc1, 10, 20}; in __anonc91b23f77602() 754 ffrt::thread th0 {[&value, &ThreadFunc1, &ThreadFunc2] { in __anonc91b23f77702() 755 ffrt::thread th1 {ThreadFunc1, 10, 20}; in __anonc91b23f77702()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hitracemeter.md | 190 thread t1(ThreadFunc1);
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hitracemeter.md | 190 thread t1(ThreadFunc1);
|