summaryrefslogtreecommitdiffstats
path: root/core/os/condition_variable.h
Commit message (Expand)AuthorAgeFilesLines
* WorkerThreadPool (plus friends): Overhaul unlock allowance zonesPedro J. Estébanez2024-08-211-1/+7
* 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