godot/tests/core/templates
Stuart Carnie 8c8d6de3e7 Apple: Add pthread implementation of Thread class
This allows Apple platforms to override the default stack size of
a thread in the WorkerThreadPool, which is 512KiB by default.

This must be increased, as SPIRV-Cross, used by the Metal driver, can
use deeply nested stacks, as can debug builds.
2025-04-10 09:35:40 +10:00
..
test_a_hash_map.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_command_queue.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_hash_map.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_hash_set.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_list.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_local_vector.h Add LocalVector.erase_unordered, mimicking erase but with remove_at_unordered, to remove duplicate logic. 2025-03-31 13:31:53 +02:00
test_lru.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_oa_hash_map.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_paged_array.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_rid.h Apple: Add pthread implementation of Thread class 2025-04-10 09:35:40 +10:00
test_span.h Add C array constructor to Span. [skip ci] 2025-03-12 16:48:16 +01:00
test_vector.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00