mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(thread): implement SThread::Create for windows
This commit is contained in:
parent
4dbfb0b3be
commit
db87a5d782
7 changed files with 41 additions and 6 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include "storm/thread/SThread.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
int32_t SCreateThread(uint32_t (*threadProc)(void*), void* threadParam, void* a3, SThread* syncObject, const char* threadName);
|
||||
void* SCreateThread(uint32_t (*threadProc)(void*), void* threadParam, void* a3, SThread* syncObject, const char* threadName);
|
||||
|
||||
uintptr_t SGetCurrentThreadId();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue