LLVM API Documentation
llvm::Mutex Struct Reference
#include <ThreadSupport-NoSupport.h>
Detailed Description
Mutex - This class allows user code to protect variables shared between threads. It implements a "recursive" mutex, to simplify user code.
Since there is no platform support for _creating threads_, the non-thread implementation of this class is a noop.
Definition at line 30 of file ThreadSupport-NoSupport.h.
The documentation for this struct was generated from the following file: