Home
last modified time | relevance | path

Searched refs:CreateLocked (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.h48 CreateLocked(thread, detached, args); in Create()
104 void CreateLocked(uptr thread, bool detached, const Args& args);
H A Dsanitizer_thread_arg_retval.cpp20 void ThreadArgRetval::CreateLocked(uptr thread, bool detached, in CreateLocked() function in __sanitizer::ThreadArgRetval