|
LLVM
8.0.1
|
Handle the structures needed to make LLVM safe for multithreading. More...
|
Functions | |
| LLVMBool | LLVMStartMultithreaded (void) |
| Deprecated: Multi-threading can only be enabled/disabled with the compile time define LLVM_ENABLE_THREADS. More... | |
| void | LLVMStopMultithreaded (void) |
| Deprecated: Multi-threading can only be enabled/disabled with the compile time define LLVM_ENABLE_THREADS. More... | |
| LLVMBool | LLVMIsMultithreaded (void) |
| Check whether LLVM is executing in thread-safe mode or not. More... | |
Handle the structures needed to make LLVM safe for multithreading.
| LLVMBool LLVMIsMultithreaded | ( | void | ) |
Check whether LLVM is executing in thread-safe mode or not.
Definition at line 3921 of file Core.cpp.
References llvm::llvm_is_multithreaded().
Referenced by LLVMStartMultithreaded().
| LLVMBool LLVMStartMultithreaded | ( | void | ) |
Deprecated: Multi-threading can only be enabled/disabled with the compile time define LLVM_ENABLE_THREADS.
This function always returns LLVMIsMultithreaded().
Definition at line 3914 of file Core.cpp.
References LLVMIsMultithreaded().
1.8.13