Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h52 using start_routine_type = void *(*)(void *); variable
61 using start_routine_type = unsigned(__stdcall *)(void *);
117 llvm_execute_on_thread_impl(thread::start_routine_type ThreadFunc, void *Arg,