klMatrix
Static Public Member Functions | Static Private Attributes
klThreadMap Class Reference

#include <kl_util.h>

Collaboration diagram for klThreadMap:
Collaboration graph

Static Public Member Functions

static void insert (klThreadId id, unsigned long threadHandle)
 
static void remove (klThreadId id)
 
static unsigned long find (klThreadId id)
 

Static Private Attributes

static klMutex lock
 
static map< klThreadId,
unsigned long > 
threadMap
 

Member Function Documentation

static unsigned long klThreadMap::find ( klThreadId  id)
inlinestatic

Here is the caller graph for this function:

static void klThreadMap::insert ( klThreadId  id,
unsigned long  threadHandle 
)
inlinestatic

Here is the caller graph for this function:

static void klThreadMap::remove ( klThreadId  id)
inlinestatic

Here is the caller graph for this function:

Field Documentation

klMutex klThreadMap::lock
staticprivate
map< klThreadId, unsigned long > klThreadMap::threadMap
staticprivate

The documentation for this class was generated from the following files: