mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Move the old IPC-based semaphore to hsGlobalSemaphore, and provide a
"normal" (inter-thread only) semaphore class.
This commit is contained in:
@ -48,8 +48,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
class plCrashBase
|
||||
{
|
||||
protected:
|
||||
hsSemaphore* fCrashed;
|
||||
hsSemaphore* fHandled;
|
||||
hsGlobalSemaphore* fCrashed;
|
||||
hsGlobalSemaphore* fHandled;
|
||||
|
||||
~plCrashBase();
|
||||
void IInit(const char* file);
|
||||
|
Reference in New Issue
Block a user