mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-23 16:39:09 +00:00
Initialize the thread list mutex
This commit is contained in:
committed by
Michelle Bergeron
parent
d5037dff82
commit
cdf07e6905
@@ -42,6 +42,9 @@ CreateThread(
|
||||
);
|
||||
#endif
|
||||
|
||||
int initializePlatformThreads(void);
|
||||
void cleanupPlatformThreads(void);
|
||||
|
||||
int PltCreateMutex(PLT_MUTEX *mutex);
|
||||
void PltDeleteMutex(PLT_MUTEX *mutex);
|
||||
void PltLockMutex(PLT_MUTEX *mutex);
|
||||
|
||||
Reference in New Issue
Block a user