LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Threading.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Functions

bool llvm::llvm_start_multithreaded ()
 
void llvm::llvm_stop_multithreaded ()
 
bool llvm::llvm_is_multithreaded ()
 
void llvm::llvm_acquire_global_lock ()
 
void llvm::llvm_release_global_lock ()
 
void llvm::llvm_execute_on_thread (void(*UserFn)(void *), void *UserData, unsigned RequestedStackSize=0)