Home
last modified time | relevance | path

Searched defs:StartThread (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/test/tsan/
H A Dsimple_stack.c35 void __attribute__((noinline)) StartThread(pthread_t *t, void *(*f)(void*)) { in StartThread() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp310 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, StartThread() function in __sanitizer::ThreadRegistry