Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h55 using start_routine_type = void *(*)(void *); variable
64 using start_routine_type = unsigned(__stdcall *)(void *);
120 llvm_execute_on_thread_impl(thread::start_routine_type ThreadFunc, void *Arg,