mirror of
https://github.com/id-Software/Quake-Tools.git
synced 2026-03-19 16:39:31 +01:00
9 lines
177 B
C
9 lines
177 B
C
|
|
extern int numthreads;
|
|
|
|
int GetThreadWork (void);
|
|
void RunThreadsOn (int workcnt, qboolean showpacifier, void(*func)(int));
|
|
void ThreadLock (void);
|
|
void ThreadUnlock (void);
|
|
|