#ifndef _NTRTL_H // // Slim reader-writer locks, condition variables, and barriers // #ifndef RTL_SRWLOCK_INIT #define RTL_SRWLOCK_INIT {0} #endif #endif View code on GitHub
No description available.