|
LLVM
4.0.0
|
#include "llvm/Support/Threading.h"#include "llvm/Config/config.h"#include "llvm/Support/Atomic.h"#include "llvm/Support/Host.h"#include "llvm/Support/Mutex.h"#include "llvm/Support/thread.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 40 of file Threading.cpp.
References ThreadInfo::UserData, and ThreadInfo::UserFn.
Referenced by llvm::llvm_execute_on_thread().
1.8.6