mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
Apply requested changes
This commit is contained in:
parent
9a852475c5
commit
3678523266
6 changed files with 63 additions and 79 deletions
|
@ -45,6 +45,6 @@ struct AsyncCompilerThread {
|
|||
std::array<CompilingProgram*, preallocatedProgramsSize> preallocatedPrograms;
|
||||
lockfree::spsc::Queue<CompilingProgram*, preallocatedProgramsSize - 1> programQueue;
|
||||
std::atomic_bool running;
|
||||
std::atomic_flag hasWork = ATOMIC_FLAG_INIT;
|
||||
std::atomic_bool hasWork;
|
||||
std::thread thread;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue