#include <jdb_thread_names.h>
Static Public Member Functions | |
static FIASCO_INIT void | init () |
static void | register_thread (Global_id id, const char *name) |
static Name_entry * | lookup (Global_id id) |
Private Types | |
enum | { Name_pages = 2, Name_entries = (Name_pages<<Config::PAGE_SHIFT) / sizeof(Name_entry) } |
Static Private Attributes | |
static Name_entry * | _names |
|
|
|
|
|
|
|
|
|
|