Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Posix/
Ddeep_thread_stack.cc36 void RunThread(callback_type function) { in RunThread() function
43 RunThread(AllocThread); in main()
44 RunThread(FreeThread); in main()
45 RunThread(AccessThread); in main()
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Ddeep_thread_stack.cpp36 void RunThread(callback_type function) { in RunThread() function
43 RunThread(AllocThread); in main()
44 RunThread(FreeThread); in main()
45 RunThread(AccessThread); in main()
/external/pigweed/pw_thread_freertos/
Dthread.cc34 void Context::RunThread(void* void_context_ptr) { in RunThread() function in pw::thread::Context
136 xTaskCreateStatic(Context::RunThread, in Thread()
167 const BaseType_t result = xTaskCreate(Context::RunThread, in Thread()
/external/pigweed/pw_thread_threadx/
Dthread.cc33 void Context::RunThread(ULONG void_context_ptr) { in RunThread() function in pw::thread::Context
147 Context::RunThread, in Thread()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_mac.cpp53 void *RunThread(void *arg) { in RunThread() function
84 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg); in StopTheWorld()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cpp184 void *RunThread(void *arg) { in RunThread() function
209 PTHREAD_CREATE(&threads[i], 0, RunThread, &args[i]); in ThreadedTestRegistry()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc185 void *RunThread(void *arg) { in RunThread() function
209 PTHREAD_CREATE(&threads[i], 0, RunThread, &args[i]); in ThreadedTestRegistry()
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h78 static void RunThread(void* void_context_ptr);
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h89 static void RunThread(ULONG void_context_ptr);
/external/OpenCL-CTS/test_conformance/gles/
Dtest_fence_sync.cpp275 class RunThread : public genericThread class
286RunThread( cl_kernel kernel, cl_command_queue queue, cl_mem stream0, cl_mem stream1, size_t numThr… in RunThread() function in RunThread
461 RunThread thread( kernel, queue, streams[ 0 ], streams[ 1 ], (size_t)numHorizVertices ); in test_fence_sync_single()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_fence_sync.cpp264 class RunThread : public genericThread class
275RunThread( cl_kernel kernel, cl_command_queue queue, cl_mem stream0, cl_mem stream1, size_t numThr… in RunThread() function in RunThread
491 RunThread thread( kernel, queue, streams[ 0 ], streams[ 1 ], (size_t)numHorizVertices ); in test_fence_sync_single()