Home
last modified time | relevance | path

Searched refs:ShortDurationLock (Results 1 – 7 of 7) sorted by relevance

/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/
H A Dsteamnetworkingsockets_thinker.cpp62 struct ShortDurationLock { inline void lock() {}; inline void unlock() {}; }; in unlock() argument
63 static ShortDurationLock s_mutexThinkerTable;
65 static ShortDurationLock s_mutexThinkerTable( "thinker" );
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dsteamnetworkingsockets_lowlevel.h512 struct ShortDurationLock : Lock<ShortDurationMutexImpl> struct
514ShortDurationLock( const char *pszName ) : Lock<ShortDurationMutexImpl>( pszName, k_nFlag_ShortDur… in ShortDurationLock() function
516 using ShortDurationScopeLock = ScopeLock<ShortDurationLock>;
H A Dsteamnetworkingsockets_p2p_ice.h56 ShortDurationLock m_mutexPacketQueue;
H A Dcsteamnetworkingsockets.h224 ShortDurationLock m_mutexPendingCallbacks;
H A Dsteamnetworkingsockets_connections.h190 extern ShortDurationLock g_lockAllRecvMessageQueues;
H A Dsteamnetworkingsockets_connections.cpp286 ShortDurationLock g_lockAllRecvMessageQueues( "all_recv_msg_queue" );
759 static ShortDurationLock s_lockPendingDeleteConnections( "connection_delete_queue" );
H A Dsteamnetworkingsockets_lowlevel.cpp441 static ShortDurationLock s_mutexRunWithLockQueue( "run_with_lock_queue" );