Commit graph

27 commits

Author SHA1 Message Date
Adam Heinermann
c42bad55a2 fix(build): build fix for msvc 2024-11-20 21:11:12 -05:00
fallenoak
a0af28c9b0
fix(thread): add missing header 2023-03-27 16:54:24 -05:00
fallenoak
c7379a8509
feat(thread): add writing overloads for CCritSect 2023-03-27 16:50:33 -05:00
fallenoak
a500c34d45
feat(thread): add CCritSect 2023-03-26 23:07:48 -05:00
fallenoak
bebe40f781
fix(thread): windows threads are not suspended by default 2023-03-13 23:23:10 -05:00
fallenoak
e5fe4a7e19
feat(thread): add SSyncObject destructor 2022-12-29 15:13:33 -06:00
fallenoak
8521485e49
feat(thread): implement S_Thread::s_SLaunchThread for windows 2022-12-29 14:56:12 -06:00
fallenoak
968bb5d3b7
feat(thread): implement SCreateThread for windows 2022-12-29 14:46:59 -06:00
fallenoak
c4043d24ee
feat(thread): implement S_Thread::s_SLaunchThread for linux 2022-12-28 22:44:51 -06:00
fallenoak
9475df632d
feat(thread): implement SCreateThread for Linux 2022-12-28 21:07:31 -06:00
fallenoak
db87a5d782
feat(thread): implement SThread::Create for windows 2022-12-28 20:03:31 -06:00
fallenoak
4dbfb0b3be
chore(thread): clean up function signatures in headers 2022-12-28 17:27:23 -06:00
fallenoak
2aa7daab70
feat(thread): add SCritSect destructor 2022-12-28 15:54:37 -06:00
fallenoak
665f057516
feat(thread): add SCritSect constructor 2022-12-28 15:43:57 -06:00
fallenoak
9607293ae5
feat(thread): add SSyncObject::Valid 2022-10-16 15:09:56 -05:00
fallenoak
34e01acca5
feat(thread): add SSemaphore::Signal 2021-08-09 01:03:37 -05:00
fallenoak
6437796094
feat(thread): add SSemaphore 2021-08-09 00:20:23 -05:00
fallenoak
83cd9b05c0
fix(thread): correct layout of SSyncObject 2021-08-09 00:13:52 -05:00
fallenoak
6ac442e473
chore(build): migrate to system lib 2020-12-02 20:04:02 -06:00
fallenoak
2fb9fd284c
feat(thread): implement CSRWLock::Enter and CSRWLock::Leave for windows (#1) 2020-12-01 17:40:37 -06:00
fallenoak
c04685efa8
chore(thread): add missing include to SSyncObject 2020-11-30 23:42:40 -06:00
fallenoak
d98252a5e1
chore(thread): add missing include to SCritSect 2020-11-30 23:42:14 -06:00
fallenoak
800c1cc245
chore(thread): add missing windows stub for SThread::Create 2020-11-30 23:41:46 -06:00
fallenoak
be391c6592
chore(build): make platform and arch defines more specific 2020-11-24 17:29:31 -06:00
fallenoak
26d78adf7a
feat(thread): add CSRWLock 2020-11-01 23:13:02 -06:00
fallenoak
118d20c49d
chore(build): improve include paths 2020-11-01 17:45:45 -06:00
fallenoak
266bdc7737
feat(thread): add thread functions 2020-09-09 00:45:46 -05:00