]> pd.if.org Git - nbds/blob - runtime/rlocal.h
separate out strings handling code into it own file
[nbds] / runtime / rlocal.h
1 #ifndef RLOCAL_H
2 #define RLOCAL_H
3 #include "tls.h"
4 DECLARE_THREAD_LOCAL(tid_, int);
5
6 void mem_init (void);
7
8 void rcu_thread_init (int thread_id);
9 void lwt_thread_init (int thread_id);
10 #endif//RLOCAL_H