Searched refs:ThreadFunc2 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hitrace/cmd/example/ |
H A D | hitrace_example.cpp | 112 void ThreadFunc2(uint64_t label) in ThreadFunc2() function 134 thread t2(ThreadFunc2, label); in FuncMain()
|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_csync.cpp | 732 auto ThreadFunc2 = [](const char* a, const char* b) { in __anonc91b23f77502() variable 739 std::thread th0 {[&value, &ThreadFunc1, &ThreadFunc2] { in __anonc91b23f77602() 741 std::thread th2 {ThreadFunc2, "hello", "ffrt"}; in __anonc91b23f77602() 754 ffrt::thread th0 {[&value, &ThreadFunc1, &ThreadFunc2] { in __anonc91b23f77702() 756 ffrt::thread th2 {ThreadFunc2, "hello", "ffrt"}; in __anonc91b23f77702()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hitracemeter.md | 201 thread t2(ThreadFunc2);
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hitracemeter.md | 201 thread t2(ThreadFunc2);
|