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
2018-03-26 14:31:25 +01:00
..
juce_ChildProcess.cpp Added a sleep to ChildProcess::waitForProcessToFinish() to avoid it wasting CPU 2018-01-15 12:02:20 +00:00
juce_ChildProcess.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_CriticalSection.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_DynamicLibrary.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_HighResolutionTimer.cpp Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
juce_HighResolutionTimer.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_InterProcessLock.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_Process.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ReadWriteLock.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_ReadWriteLock.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ScopedLock.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ScopedReadLock.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ScopedWriteLock.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_SpinLock.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_Thread.cpp Fixed an issue terminating threads on iOS 2018-01-03 09:10:23 +00:00
juce_Thread.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ThreadLocalValue.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ThreadPool.cpp Ensured that ThreadPool::moveJobToFront can survive a stale job pointer 2018-03-26 14:31:25 +01:00
juce_ThreadPool.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_TimeSliceThread.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_TimeSliceThread.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_WaitableEvent.h Add documentation tags 2018-03-15 12:10:32 +00:00