|
LLVM
3.7.0
|
#include "llvm/Support/Threading.h"#include "llvm/Config/config.h"#include "llvm/Support/Atomic.h"#include "llvm/Support/Mutex.h"#include <cassert>#include <pthread.h>Go to the source code of this file.
Classes | |
| struct | ThreadInfo |
Functions | |
| static void * | ExecuteOnThread_Dispatch (void *Arg) |
|
static |
Definition at line 38 of file Threading.cpp.
References ThreadInfo::UserData, and ThreadInfo::UserFn.
Referenced by llvm::llvm_execute_on_thread().
1.8.6