The source release of the qutils.

This commit is contained in:
Travis Bradshaw
2012-01-31 15:48:05 -06:00
commit 6df9737f9c
111 changed files with 23929 additions and 0 deletions

8
qutils/COMMON/THREADS.H Normal file
View 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);