System management functions. More...
#include "assert.h"
#include "atomic.h"
#include "date.h"
#include "env.h"
#include "event.h"
#include "hash.h"
#include "hashtable.h"
#include "memory.h"
#include "printf.h"
#include "random.h"
#include "sync.h"
#include "thread.h"
#include "timer.h"
Go to the source code of this file.
Functions | |
void | sys_init (void) |
Initializes the system on startup. More... | |
void | sys_exit (void) |
Cleans up the system on shutdown. More... | |
System management functions.
Definition in file sys.h.