Home
last modified time | relevance | path

Searched refs:threadEntryPoint (Results 1 – 25 of 31) sorted by relevance

12

/dports/audio/madronalib/madronalib-1.6-1016-g103895f/external/oscpack/zeroconf/
H A DThread.cpp42 static unsigned int __stdcall threadEntryPoint(void *userData) in threadEntryPoint() function
44 Thread::threadEntryPoint((Thread *)userData); in threadEntryPoint()
54 return (void *)_beginthreadex(0, 0, &threadEntryPoint, pUser, 0, &threadId); in createThread()
71 static void *threadEntryPoint(void *pUser) in threadEntryPoint() function
74 Thread::threadEntryPoint((Thread *)pUser); in threadEntryPoint()
82 if (pthread_create(&handle, 0, threadEntryPoint, pUser) == 0) in createThread()
167 void Thread::threadEntryPoint(Thread *pThread) in threadEntryPoint() function in Thread
H A DThread.h53 static void threadEntryPoint(Thread *pThread);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DThreading.cpp50 static void* threadEntryPoint(void* contextData) in threadEntryPoint() function
84 return createThreadInternal(threadEntryPoint, context, name); in createThread()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DThreading.cpp48 static void* threadEntryPoint(void* contextData) in threadEntryPoint() function
82 return createThreadInternal(threadEntryPoint, context, name); in createThread()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DLocalStorageThread.cpp62 return static_cast<LocalStorageThread*>(thread)->threadEntryPoint(); in threadEntryPointCallback()
65 void* LocalStorageThread::threadEntryPoint() in threadEntryPoint() function in WebCore::LocalStorageThread
H A DLocalStorageThread.h61 void* threadEntryPoint();
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DThreading.cpp48 static void* threadEntryPoint(void* contextData) in threadEntryPoint() function
82 return createThreadInternal(threadEntryPoint, context, name); in createThread()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DThreading.cpp48 static void* threadEntryPoint(void* contextData) in threadEntryPoint() function
82 return createThreadInternal(threadEntryPoint, context, name); in createThread()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DGeolocationPositionCache.cpp112 m_threadId = createThread(threadEntryPoint, this, "WebCore: Geolocation cache"); in startBackgroundThread()
115 void* GeolocationPositionCache::threadEntryPoint(void* object) in threadEntryPoint() function in WebCore::GeolocationPositionCache
H A DGeolocationPositionCache.h60 static void* threadEntryPoint(void* object);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/examples/linkaudio/
H A DAudioPlatform_Wasapi.cpp195 LPTHREAD_START_ROUTINE threadEntryPoint = in initialize() local
197 mAudioThreadHandle = CreateThread(nullptr, 0, threadEntryPoint, this, 0, nullptr); in initialize()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dgfx.h82 static void *threadEntryPoint(void *param);
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/threads/
H A Djuce_Thread.h408 void threadEntryPoint();
H A Djuce_Thread.cpp79 void Thread::threadEntryPoint() in threadEntryPoint() function in juce::Thread
118 static_cast<Thread*> (userData)->threadEntryPoint(); in juce_threadEntryPoint()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/threads/
H A Djuce_Thread.h408 void threadEntryPoint();
H A Djuce_Thread.cpp79 void Thread::threadEntryPoint() in threadEntryPoint() function in juce::Thread
118 static_cast<Thread*> (userData)->threadEntryPoint(); in juce_threadEntryPoint()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/threads/
H A Djuce_Thread.h408 void threadEntryPoint();
H A Djuce_Thread.cpp79 void Thread::threadEntryPoint() in threadEntryPoint() function in juce::Thread
118 static_cast<Thread*> (userData)->threadEntryPoint(); in juce_threadEntryPoint()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dgfx.cpp93 void *GfxProc::threadEntryPoint(void *param) in threadEntryPoint() function in mega::GfxProc
376 thread.start(threadEntryPoint, this); in startProcessingThread()
H A Dmegaapi_impl.cpp5028 void *MegaApiImpl::threadEntryPoint(void *param) in threadEntryPoint() function in mega::MegaApiImpl
5171 thread.start(threadEntryPoint, this); in init()
25746 thread->start(threadEntryPoint, this); in start()
26132 void *MegaTCPServer::threadEntryPoint(void *param) in threadEntryPoint() function in mega::MegaTCPServer
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/
H A Dmegaapi_impl.h2677 static void *threadEntryPoint(void *param);
3212 static void *threadEntryPoint(void *param);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog904 (WTF::threadEntryPoint): Move initializeCurrentThreadInternal to after the lock to make
6554 (WTF::threadEntryPoint):
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog918 (WTF::threadEntryPoint): Move initializeCurrentThreadInternal to after the lock to make
6568 (WTF::threadEntryPoint):
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog918 (WTF::threadEntryPoint): Move initializeCurrentThreadInternal to after the lock to make
6568 (WTF::threadEntryPoint):
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DChangeLog-2009-06-169020 …* wtf/ThreadingPthreads.cpp: Add a level above threadEntryPoint that takes care of (un)registering…
9848 now handled by threadEntryPoint and setThreadNameInternal.
9882 (WTF::threadEntryPoint): Call setThreadNameInternal.
15932 (WTF::threadEntryPoint):

12