#include "ThreadData.H"
#include <pthread.h>
Go to the source code of this file.
Functions | |
ThreadData * | ThreadDataCreate (int id, CacheEntry::IndicesApp *threadCIs) |
ThreadData * | ThreadDataGet () |
void | ThreadDataInit () |
|
Definition at line 61 of file ThreadData.C. References Basics::mutex::lock(), NEW, recordCallStack, and Basics::mutex::unlock(). Referenced by ThreadDataInit(). |
|
Definition at line 90 of file ThreadData.C. Referenced by ApplicationFromCache(), ApplyFunction(), ApplyModel(), ApplyRunTool(), Error(), ApplyEC::Eval(), ApplyUnOpEC::Eval(), ApplyOpEC::Eval(), Interpret(), Map(), ModelFromCache(), NormalModelFromCache(), ParMap(), PrintErrorStack(), PrintFuncTrace(), RecordErrorOnStack(), RunToolFromCache(), RunToolHost(), and ThreadLabel(). |
|
Definition at line 97 of file ThreadData.C. References NEW, recordTrace, ThreadDataCreate(), and ThreadData::traceRes. Referenced by StartEval(). |