Synopsis

Declared in <llvm/Support/thread.h>

thread::native_handle_type
llvm_execute_on_thread_impl(
    thread::start_routine_type ThreadFunc,
    void* Arg,
    std::optional<unsigned int> StackSizeInBytes);

Created with MrDocs