Searched refs:ThreadFunc (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testthread.c | 48 ThreadFunc(void *data) in ThreadFunc() function 107 thread = SDL_CreateThread(ThreadFunc, "One", "#1"); in main() 121 thread = SDL_CreateThread(ThreadFunc, "Two", "#2"); in main()
|
A D | testerror.c | 31 ThreadFunc(void *data) in ThreadFunc() function 62 thread = SDL_CreateThread(ThreadFunc, NULL, "#1"); in main()
|
A D | testsem.c | 27 ThreadFunc(void *data) in ThreadFunc() function 110 threads[i] = SDL_CreateThread(ThreadFunc, name, (void *) i); in main()
|
A D | torturethread.c | 44 ThreadFunc(void *data) in ThreadFunc() function 96 threads[i] = SDL_CreateThread(ThreadFunc, name, (void*) (uintptr_t) i); in main()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/ |
A D | profiler.cc | 60 thread_.reset(new std::thread(&ScopeProfile::ThreadFunc, this)); in Start() 63 void ScopeProfile::ThreadFunc() { in ThreadFunc() function in ruy::profiler::ScopeProfile
|
A D | profiler.h | 57 void ThreadFunc();
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | thread_pool.cc | 50 thread_.reset(new std::thread(ThreadFunc, this)); in Thread() 106 static void ThreadFunc(Thread* arg) { arg->ThreadFuncImpl(); } in ThreadFunc() function in ruy::Thread
|
Completed in 8 milliseconds