Home
last modified time | relevance | path

Searched refs:threadNo (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/test/
Dhiebpf_test_demo.cpp108 int threadNo = static_cast<int*>(param)[0]; in ThreadFuncCpp() local
112 printf("start threadNo: %d , threadId: %ld\n", threadNo, tid); in ThreadFuncCpp()
115 name = name + std::to_string(threadNo); in ThreadFuncCpp()
130 …printf("%2d: Thread %ld file(%s) open,write,read,close %u times\n", threadNo, tid, name.c_str(), i… in ThreadFuncCpp()