使用event与无锁算法实现windows平台上的critical section

使用event与无锁算法实现windows平台下的critical section//#include own_cs.h#define WIN32_LEAN_AND_M

使用event与无锁算法实现windows平台下的critical section