mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-19 14:11:07 +00:00
Improve thread pool (volatile hints, etc)
This commit is contained in:
@@ -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