Home
last modified time | relevance | path

Searched refs:threadEntryProc (Results 1 – 12 of 12) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/native/
H A Djuce_win32_Threads.cpp54 static unsigned int STDMETHODCALLTYPE threadEntryProc (void* userData) in threadEntryProc() function
70 &threadEntryProc, this, 0, &newThreadId); in launchThread()
H A Djuce_posix_SharedCode.h847 static void* threadEntryProc (void* userData) in threadEntryProc() function
888 threadHandle = (void*) juce_createRealtimeAudioThread (threadEntryProc, this); in launchThread()
910 if (pthread_create (&handle, attrPtr, threadEntryProc, this) == 0) in launchThread()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_win32_Threads.cpp54 static unsigned int __stdcall threadEntryProc (void* userData) in threadEntryProc() function
70 &threadEntryProc, this, 0, &newThreadId); in launchThread()
H A Djuce_posix_SharedCode.h859 static void* threadEntryProc (void* userData) in threadEntryProc() function
900 threadHandle = (void*) juce_createRealtimeAudioThread (threadEntryProc, this); in launchThread()
922 if (pthread_create (&handle, attrPtr, threadEntryProc, this) == 0) in launchThread()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_win32_Threads.cpp54 static unsigned int __stdcall threadEntryProc (void* userData) in threadEntryProc() function
70 &threadEntryProc, this, 0, &newThreadId); in launchThread()
H A Djuce_posix_SharedCode.h830 static void* threadEntryProc (void* userData) in threadEntryProc() function
871 threadHandle = (void*) juce_createRealtimeAudioThread (threadEntryProc, this); in launchThread()
893 if (pthread_create (&handle, attrPtr, threadEntryProc, this) == 0) in launchThread()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/
H A Djuce_android_OpenSL.cpp1231 threadEntryProc = entry; in startThread()
1244 if (threadEntryProc != nullptr) in finished()
1253 threadEntryProc (threadUserPtr); in finished()
1254 threadEntryProc = nullptr; in finished()
1279 void* (*threadEntryProc) (void*) = nullptr; member in juce::SLRealtimeThread
H A Djuce_android_Oboe.cpp1372 threadEntryProc = entry; in startThread()
1386 if (threadEntryProc != nullptr && ! pthread_equal (parentThreadID, pthread_self())) in onAudioReady()
1395 threadEntryProc (threadUserPtr); in onAudioReady()
1396 threadEntryProc = nullptr; in onAudioReady()
1422 void* (*threadEntryProc) (void*) = nullptr; member in juce::OboeRealtimeThread
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/native/
H A Djuce_android_OpenSL.cpp1231 threadEntryProc = entry; in startThread()
1244 if (threadEntryProc != nullptr) in finished()
1253 threadEntryProc (threadUserPtr); in finished()
1254 threadEntryProc = nullptr; in finished()
1279 void* (*threadEntryProc) (void*) = nullptr; member in juce::SLRealtimeThread
H A Djuce_android_Oboe.cpp1362 threadEntryProc = entry; in startThread()
1376 if (threadEntryProc != nullptr && ! pthread_equal (parentThreadID, pthread_self())) in onAudioReady()
1385 threadEntryProc (threadUserPtr); in onAudioReady()
1386 threadEntryProc = nullptr; in onAudioReady()
1412 void* (*threadEntryProc) (void*) = nullptr; member in juce::OboeRealtimeThread
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/native/
H A Djuce_android_OpenSL.cpp1323 threadEntryProc = entry; in startThread()
1336 if (threadEntryProc != nullptr) in finished()
1345 threadEntryProc (threadUserPtr); in finished()
1346 threadEntryProc = nullptr; in finished()
1371 void* (*threadEntryProc) (void*) = nullptr; member in juce::SLRealtimeThread
H A Djuce_android_Oboe.cpp1388 threadEntryProc = entry; in startThread()
1402 if (threadEntryProc != nullptr && ! pthread_equal (parentThreadID, pthread_self())) in onAudioReady()
1411 threadEntryProc (threadUserPtr); in onAudioReady()
1412 threadEntryProc = nullptr; in onAudioReady()
1438 void* (*threadEntryProc) (void*) = nullptr; member in juce::OboeRealtimeThread