1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00
JUCE/modules/juce_core/threads
attila b5c775210f HighResolutionTimer: Ensure that a new interval applies from the moment of calling startTimer()
Before this commit an already started timer would wait until the
previously set tick time before applying the new one. This problem seems
to have affected the Windows implementation only.
2022-12-20 14:46:31 +00: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: Ensure that a new interval applies from the moment of calling startTimer() 2022-12-20 14:46:31 +00:00
juce_HighResolutionTimer.h Thread: Introduce a new Thread backend 2022-10-18 11:49:47 +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 Android: Set thread priority using user-provided value 2022-12-07 13:12:02 +00:00
juce_Thread.h Threading: Add priority support for lambda thread method 2022-10-31 12:49:59 +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