1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/threads
Anthony Nicholls 587e07007d HighResolutionTimer: Complete rewrite
- added unit tests
- best performance timers used for each platform
- fixed an issue in which timer callbacks could drift
2023-06-05 16:32:25 +01:00
..
juce_ChildProcess.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_ChildProcess.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_CriticalSection.h Use more concise stdlib type aliases 2022-09-26 18:03:47 +01:00
juce_DynamicLibrary.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_HighResolutionTimer.cpp HighResolutionTimer: Complete rewrite 2023-06-05 16:32:25 +01:00
juce_HighResolutionTimer.h HighResolutionTimer: Complete rewrite 2023-06-05 16:32:25 +01:00
juce_InterProcessLock.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_Process.h Thread: Introduce a new Thread backend 2022-10-18 11:49:47 +01:00
juce_ReadWriteLock.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_ReadWriteLock.h Add ScopedTryReadLock and ScopedTryWriteLock 2022-05-11 16:06:18 +02:00
juce_ScopedLock.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_ScopedReadLock.h Add ScopedTryReadLock and ScopedTryWriteLock 2022-05-11 16:06:18 +02:00
juce_ScopedWriteLock.h Add ScopedTryReadLock and ScopedTryWriteLock 2022-05-11 16:06:18 +02:00
juce_SpinLock.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_Thread.cpp Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
juce_Thread.h Fix a typo 2022-12-21 09:58:31 +00:00
juce_ThreadLocalValue.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_ThreadPool.cpp Thread: Introduce a new Thread backend 2022-10-18 11:49:47 +01:00
juce_ThreadPool.h Thread: Introduce a new Thread backend 2022-10-18 11:49:47 +01:00
juce_TimeSliceThread.cpp TimeSliceThread: Add function to check whether a certain job is still registered 2022-09-22 19:36:40 +01:00
juce_TimeSliceThread.h TimeSliceThread: Add function to check whether a certain job is still registered 2022-09-22 19:36:40 +01:00
juce_WaitableEvent.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_WaitableEvent.h Update copyright banners 2022-04-04 12:36:32 +01:00