#include "rutz/error_context.h"
#include <new>
#include <pthread.h>
#include <sstream>
#include "rutz/debug.h"
Go to the source code of this file.
Namespaces | |
namespace | GVX_DBG_REGISTER |
Functions | |
void | GVX_DBG_REGISTER::current_context_destroy (void *bt) |
void | GVX_DBG_REGISTER::current_context_key_alloc () |
rutz::error_context * | GVX_DBG_REGISTER::get_current_context () |
Variables | |
pthread_key_t | GVX_DBG_REGISTER::current_context_key |
pthread_once_t | GVX_DBG_REGISTER::current_context_key_once = PTHREAD_ONCE_INIT |
Definition in file error_context.cc.