mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(thread): implement SCreateThread for Linux
This commit is contained in:
parent
db87a5d782
commit
9475df632d
3 changed files with 92 additions and 1 deletions
6
storm/thread/linux/S_Thread.cpp
Normal file
6
storm/thread/linux/S_Thread.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include "storm/thread/S_Thread.hpp"
|
||||
#include "storm/Memory.hpp"
|
||||
|
||||
void* S_Thread::s_SLaunchThread(void* threadParam) {
|
||||
// TODO
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue