mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-27 16:01:47 -07:00
Improve thread pool (volatile hints, etc)
This commit is contained in:
+4
-4
@@ -978,10 +978,10 @@ typedef struct gbThread {
|
||||
pthread_t posix_handle;
|
||||
#endif
|
||||
|
||||
gbThreadProc *proc;
|
||||
void * user_data;
|
||||
isize user_index;
|
||||
isize return_value;
|
||||
gbThreadProc * proc;
|
||||
void * user_data;
|
||||
isize user_index;
|
||||
isize volatile return_value;
|
||||
|
||||
gbSemaphore semaphore;
|
||||
isize stack_size;
|
||||
|
||||
Reference in New Issue
Block a user