Quake II RTX doxygen  1.0 dev
threads.c
Go to the documentation of this file.
1 #include "threads.h"
2 
3 // store the thread id per thread in thread local storage
4 uint32_t threads_id = 0;
threads_id
uint32_t threads_id
Definition: threads.c:4
threads.h