Go to the source code of this file.
Classes | |
class | TraceSource |
TraceSource is a common base for all classes which write messages to a TraceTarget. More... | |
Functions | |
char * | get_tid (char *tidstr, int cb) |
char* get_tid | ( | char * | tidstr, | |
int | cb | |||
) | [inline] |
Definition at line 169 of file TraceSource.h.
References getCurrentThreadId().
00170 { 00171 snprintf(tidstr, cb, "%d", getCurrentThreadId()); 00172 return tidstr; 00173 }