summaryrefslogtreecommitdiffstats
path: root/core/os/thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-2/+7
* Use mingw-std-threads in MinGW buildsPedro J. Estébanez2023-11-181-4/+2
* Robustify multi-threading primitivesPedro J. Estébanez2023-05-121-1/+3
* Avoid interaction issues between resource loading threadsPedro J. Estébanez2023-05-101-2/+3
* Fix thread IDs.Juan Linietsky2023-04-241-26/+13
* Fix data races in startup/teardownmyaaaaaaaaa2023-03-061-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Enhance portability of threadingPedro J. Estébanez2022-10-041-23/+17
* Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-4/+0
* Include platform_config.h in thread.cpp and thread.hBartłomiej T. Listwon2022-03-141-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix Platform Thread OverrideLucy2021-09-291-4/+2
* Allow for platform Thread implementation overrideLucy2021-09-161-0/+5
* Move caller_id init to Thread constructor to fix UWP build.bruvzg2021-03-091-1/+5
* Improve thread IDs to avoid collisions with threads not created by the Godot ...bruvzg2021-03-071-10/+14
* Prevent thread wait on itself for finishPedro J. Estébanez2021-02-251-0/+1
* Modernize atomicsPedro J. Estébanez2021-02-181-2/+4
* Modernize ThreadPedro J. Estébanez2021-01-291-15/+66
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-5/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-6/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-4/+4
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-16/+9
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* remove trailing whitespaceHubert Jarosz2016-03-091-5/+5
* thread renamingAriel Manzur2016-01-311-0/+4
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* thread set nameAriel Manzur2015-12-171-0/+5
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+70