Home | History | Annotate | Download | only in hdr
      1 /* thread-locking library, RTK addition by luz (at) synthesis.ch */
      2 
      3 #ifndef LIBLOCK_H
      4 #define LIBLOCK_H
      5 
      6 #include <define.h>
      7 
      8 
      9   /* just NOP */
     10 #define TOOLKITLOCK_INIT(m)
     11 #define TOOLKITLOCK_FREE(m)
     12 #define LOCKTOOLKIT(m)
     13 #define RELEASETOOLKIT(m)
     14 
     15 #endif
     16 /* eof */
     17