mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2025-02-24 12:43:01 +00:00
11 lines
301 B
C
11 lines
301 B
C
|
|
||
|
extern int numthreads;
|
||
|
|
||
|
void ThreadSetDefault (void);
|
||
|
int GetThreadWork (void);
|
||
|
void RunThreadsOnIndividual (int workcnt, qboolean showpacifier, void(*func)(int));
|
||
|
void RunThreadsOn (int workcnt, qboolean showpacifier, void(*func)(int));
|
||
|
void ThreadLock (void);
|
||
|
void ThreadUnlock (void);
|
||
|
|