summaryrefslogtreecommitdiffstats
path: root/core/os/condition_variable.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4aSpartan3222024-11-151-1/+7
|\
| * WorkerThreadPool (plus friends): Overhaul unlock allowance zonesPedro J. Estébanez2024-09-051-1/+7
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotSpartan3222024-10-131-0/+2
|/
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-2/+2
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-0/+14
* WorkerThreadPool: Overhaul scheduling and synchronizationPedro J. Estébanez2024-01-081-0/+2
* Use mingw-std-threads in MinGW buildsPedro J. Estébanez2023-11-181-2/+9
* Implement ConditionVariablePedro J. Estébanez2023-02-201-0/+60