]> pd.if.org Git - nbds/blob - runtime/rlocal.h
improve memory allocator
[nbds] / runtime / rlocal.h
1 #ifndef RLOCAL_H
2 #define RLOCAL_H
3
4 #include "runtime.h"
5 #include "tls.h"
6
7 void rcu_thread_init (int thread_id);
8 void lwt_thread_init (int thread_id);
9
10 #endif//RLOCAL_H