Searched refs:ThreadFunc (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/kernel_lite/process_posix/src/ |
H A D | ActsProcessApiTest.cpp | 66 static void *ThreadFunc(void* arg)
in ThreadFunc() function 68 LogPrint(" This is ThreadFunc()\n");
in ThreadFunc() 213 returnVal = pthread_create(&newThread, NULL, ThreadFunc, NULL);
in HWTEST_F() 214 LogPrint(" pthread_create *thread:='&newThread' *attr:='NULL' *start_routine:='ThreadFunc' arg:='NULL', \n");
in HWTEST_F() 239 returnVal = pthread_create(&newThread, &threadAttr, ThreadFunc, NULL);
in HWTEST_F() 241 "*start_routine:='ThreadFunc' arg:='NULL', \n");
in HWTEST_F()
|
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/ |
H A D | ffrtndk.cpp | 2893 void* ThreadFunc(void *p) in ThreadFunc() function 3071 pthread_create(&thread, 0, ThreadFunc, loop); in ffrt_loop_0001() 3115 pthread_create(&thread, 0, ThreadFunc, loop); in ffrt_loop_0002() 3549 pthread_create(&thread, 0, ThreadFunc, loop); in ffrt_loop_normal_0003()
|
Completed in 8 milliseconds