LLVM
15.0.0git
|
Go to the source code of this file.
Classes | |
class | llvm::thread |
LLVM thread following std::thread interface with added constructor to specify stack size. More... | |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::this_thread | |
Functions | |
thread::native_handle_type | llvm::llvm_execute_on_thread_impl (thread::start_routine_type ThreadFunc, void *Arg, llvm::Optional< unsigned > StackSizeInBytes) |
void | llvm::llvm_thread_join_impl (thread::native_handle_type Thread) |
void | llvm::llvm_thread_detach_impl (thread::native_handle_type Thread) |
thread::id | llvm::llvm_thread_get_id_impl (thread::native_handle_type Thread) |
thread::id | llvm::llvm_thread_get_current_id_impl () |
thread::id | llvm::this_thread::get_id () |