mirror of
https://github.com/id-Software/Quake-Tools.git
synced 2026-03-20 00:49:35 +01:00
The source release of the qutils.
This commit is contained in:
8
qutils/COMMON/THREADS.H
Normal file
8
qutils/COMMON/THREADS.H
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
extern int numthreads;
|
||||
|
||||
int GetThreadWork (void);
|
||||
void RunThreadsOn (int workcnt, qboolean showpacifier, void(*func)(int));
|
||||
void ThreadLock (void);
|
||||
void ThreadUnlock (void);
|
||||
|
||||
Reference in New Issue
Block a user