LLVM  3.7.0
Classes | Functions
Threading.cpp File Reference
#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>
Include dependency graph for Threading.cpp:

Go to the source code of this file.

Classes

struct  ThreadInfo
 

Functions

static void * ExecuteOnThread_Dispatch (void *Arg)
 

Function Documentation

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().