Project Alice
|
Functions | |
LLVMBool | LLVMStartMultithreaded (void) |
void | LLVMStopMultithreaded (void) |
LLVMBool | LLVMIsMultithreaded (void) |
Handle the structures needed to make LLVM safe for multithreading.
LLVMBool LLVMIsMultithreaded | ( | void | ) |
Check whether LLVM is executing in thread-safe mode or not.
LLVMBool LLVMStartMultithreaded | ( | void | ) |
Deprecated: Multi-threading can only be enabled/disabled with the compile time define LLVM_ENABLE_THREADS. This function always returns LLVMIsMultithreaded().
void LLVMStopMultithreaded | ( | void | ) |
Deprecated: Multi-threading can only be enabled/disabled with the compile time define LLVM_ENABLE_THREADS.