代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/312645/3652956
cxx cnt_sem.cxx
//==========================================================================
//
// sync/cnt_sem.cxx
//
// Counting semaphore implementation
//
//=======================================
www.eeworm.com/read/398200/2384761
cxx mutex.cxx
//==========================================================================
//
// sync/mutex.cxx
//
// Mutex and condition variable implementation
//
//=====================================
www.eeworm.com/read/398200/2384762
cxx bin_sem.cxx
//==========================================================================
//
// sync/bin_sem.cxx
//
// Binary semaphore implementation
//
//===============================================
www.eeworm.com/read/398200/2384766
cxx cnt_sem.cxx
//==========================================================================
//
// sync/cnt_sem.cxx
//
// Counting semaphore implementation
//
//=============================================
www.eeworm.com/read/229542/4754629
h cmsingleton.h
#ifndef __Sync_Singleton_H
#define __Sync_Singleton_H
#include
namespace MatrixCore
{
namespace Pattern
{
template< class T >
class CMSingleton : pu
www.eeworm.com/read/229542/4754682
h cmsingleton.h
#ifndef __Sync_Singleton_H
#define __Sync_Singleton_H
#include
namespace MatrixCore
{
namespace Pattern
{
template< class T >
class CMSingleton : pu
www.eeworm.com/read/284616/4061627
h threadsync_win.h
#ifndef _THREAD_SYNC_WIN_H_
#define _THREAD_SYNC_WIN_H_
#include
class ThreadSync
{
public:
ThreadSync(){ InitializeCriticalSection(&m_Lock); }
~ThreadSync(){ DeleteCriticalSe