Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestthread.c48 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 Dtesterror.c31 ThreadFunc(void *data) in ThreadFunc() function
62 thread = SDL_CreateThread(ThreadFunc, NULL, "#1"); in main()
A Dtestsem.c27 ThreadFunc(void *data) in ThreadFunc() function
110 threads[i] = SDL_CreateThread(ThreadFunc, name, (void *) i); in main()
A Dtorturethread.c44 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 Dprofiler.cc60 thread_.reset(new std::thread(&ScopeProfile::ThreadFunc, this)); in Start()
63 void ScopeProfile::ThreadFunc() { in ThreadFunc() function in ruy::profiler::ScopeProfile
A Dprofiler.h57 void ThreadFunc();
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dthread_pool.cc50 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