![]() |
Multi-ApplicationOnlineProfiling
2.1
|
#include <Key_Entry.h>

Data Fields | |
| struct Chained_List | target_ks |
| the list of Knowledge_system identified by this key entry More... | |
| MALP_Spinlock | lock |
| a lock for concurrent access More... | |
| uint64_t | key |
| the key identifier More... | |
| uint8_t | freed |
| set to one when the entry is released, 0 otherwise More... | |
The Key_entry struct.
Definition at line 35 of file Key_Entry.h.
| uint8_t Key_entry::freed |
set to one when the entry is released, 0 otherwise
Definition at line 40 of file Key_Entry.h.
| uint64_t Key_entry::key |
the key identifier
Definition at line 39 of file Key_Entry.h.
| MALP_Spinlock Key_entry::lock |
a lock for concurrent access
Definition at line 38 of file Key_Entry.h.
| struct Chained_List Key_entry::target_ks |
the list of Knowledge_system identified by this key entry
Definition at line 37 of file Key_Entry.h.