pandemonium_engine/core/os
Rafał Mikrut 5d6b2de1f3 Fix exporting big templates
(cherry picked from commit 86fa3ba56015b0fb6f282277b37c211fe803c6f9)
2022-11-30 19:23:35 +01:00
..
dir_access.cpp Fix exporting big templates 2022-11-30 19:23:35 +01:00
dir_access.h Additional fixes to the Android get_current_dir() implementation. 2022-09-16 22:45:21 +02:00
file_access.cpp Add FileAccess::get_access_type() 2022-09-16 22:13:21 +02:00
file_access.h Add FileAccess::get_access_type() 2022-09-16 22:13:21 +02:00
keyboard.cpp
keyboard.h
main_loop.cpp
main_loop.h
memory.cpp
memory.h
midi_driver.cpp Fix MIDI note-on events being converted to note-off events 2022-11-30 19:11:21 +01:00
midi_driver.h
mutex.cpp
mutex.h
os.cpp
os.h
pool_allocator.cpp
pool_allocator.h
rw_lock.h
safe_refcount.cpp
safe_refcount.h
SCsub
semaphore.h
spin_lock.h Clang format all files. 2022-03-18 19:00:13 +01:00
thread_pool_execute_job.cpp Moved ThreadPool to core. Also it can change it's thread count now when it has time for it. 2022-09-10 04:16:50 +02:00
thread_pool_execute_job.h Moved ThreadPool to core. Also it can change it's thread count now when it has time for it. 2022-09-10 04:16:50 +02:00
thread_pool_job.cpp Moved ThreadPool to core. Also it can change it's thread count now when it has time for it. 2022-09-10 04:16:50 +02:00
thread_pool_job.h Moved ThreadPool to core. Also it can change it's thread count now when it has time for it. 2022-09-10 04:16:50 +02:00
thread_pool.cpp Now the target fps is customizable for ThreadPool when threading is not enabled. 2022-09-17 23:25:47 +02:00
thread_pool.h Now the target fps is customizable for ThreadPool when threading is not enabled. 2022-09-17 23:25:47 +02:00
thread_safe.h
thread_work_pool.cpp
thread_work_pool.h
thread.cpp
thread.h
threaded_array_processor.h
time.cpp
time.h