InterlockedIncrement()对应 atomic_inc()
InterlockedDecrement()对应 atomic_dec()
上一篇:Linux互斥锁pthread_mutex_t
下一篇:【转】基本JNI调用技术(c/c++与java互调)