1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core/threads
2014-03-16 15:37:23 +00:00
..
juce_ChildProcess.cpp Added ChildProcess::getExitCode() 2014-02-08 11:18:06 +00:00
juce_ChildProcess.h Added ChildProcess::getExitCode() 2014-02-08 11:18:06 +00:00
juce_CriticalSection.h Improved some misleading example code for ScopedLock. 2014-02-23 11:56:46 +00:00
juce_DynamicLibrary.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_HighResolutionTimer.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_HighResolutionTimer.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_InterProcessLock.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_Process.h Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present. 2013-09-07 09:43:45 +01:00
juce_ReadWriteLock.cpp Fix for threading bug in GlyphCache. 2014-03-16 15:37:23 +00:00
juce_ReadWriteLock.h Fix for threading bug in GlyphCache. 2014-03-16 15:37:23 +00:00
juce_ScopedLock.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_ScopedReadLock.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_ScopedWriteLock.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_SpinLock.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_Thread.cpp Fix for setting thread priority while the thread isn't running. 2014-01-14 15:44:34 +00:00
juce_Thread.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_ThreadLocalValue.h Tidied up some docs and added an AudioFormat constructor. 2013-09-27 10:29:42 +01:00
juce_ThreadPool.cpp Added method ThreadPoolJob::getCurrentThreadPoolJob() 2014-02-09 17:10:13 +00:00
juce_ThreadPool.h Added method ThreadPoolJob::getCurrentThreadPoolJob() 2014-02-09 17:10:13 +00:00
juce_TimeSliceThread.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_TimeSliceThread.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_WaitableEvent.h Cleaned up some critical section code. 2013-09-08 17:25:27 +01:00