Home
last modified time | relevance | path

Searched refs:GetThreadType (Results 1 – 25 of 49) sorted by relevance

12

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/mongo_sources/
H A Djscustomallocator_oom.h33 extern uint32_t GetThreadType(void);
37 inline uint32_t GetThreadType(void) { return 0; } in GetThreadType() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DUtility.h102 extern JS_FRIEND_API uint32_t GetThreadType(void);
108 inline uint32_t GetThreadType(void) { return 0; }
153 js::oom::targetThread == js::oom::GetThreadType(); in IsThreadSimulatingOOM()
190 js::oom::stackTargetThread == js::oom::GetThreadType(); in IsThreadSimulatingStackOOM()
230 js::oom::interruptTargetThread == js::oom::GetThreadType(); in IsThreadSimulatingInterrupt()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DUtility.h78 extern uint32_t GetThreadType(void);
82 inline uint32_t GetThreadType(void) { return 0; } in GetThreadType() function
114 return js::oom::targetThread && js::oom::targetThread == js::oom::GetThreadType(); in IsThreadSimulatingOOM()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DUtility.h78 extern uint32_t GetThreadType(void);
82 inline uint32_t GetThreadType(void) { return 0; } in GetThreadType() function
114 return js::oom::targetThread && js::oom::targetThread == js::oom::GetThreadType(); in IsThreadSimulatingOOM()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/workers/
H A Dshared_worker_thread.cc46 ThreadCreationParams(GetThreadType()))), in SharedWorkerThread()
H A Dshared_worker_thread.h56 ThreadType GetThreadType() const override { in GetThreadType() function
H A Ddedicated_worker_thread.cc56 ThreadCreationParams(GetThreadType()) in DedicatedWorkerThread()
H A Ddedicated_worker_thread.h61 ThreadType GetThreadType() const override { in GetThreadType() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webaudio/
H A Doffline_audio_worklet_thread.h36 ThreadType GetThreadType() const final { in GetThreadType() function
H A Drealtime_audio_worklet_thread.h36 ThreadType GetThreadType() const final { in GetThreadType() function
H A Dsemi_realtime_audio_worklet_thread.h36 ThreadType GetThreadType() const final { in GetThreadType() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/
H A Daudio_worklet_thread.h42 ThreadType GetThreadType() const override { in GetThreadType() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/workers/
H A Ddedicated_worker_thread.cc57 ThreadCreationParams(GetThreadType()) in DedicatedWorkerThread()
H A Dshared_worker_thread.cc48 ThreadCreationParams(GetThreadType()))), in SharedWorkerThread()
H A Ddedicated_worker_thread.h61 ThreadType GetThreadType() const override { in GetThreadType() function
H A Dshared_worker_thread.h60 ThreadType GetThreadType() const override { in GetThreadType() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DUtility.h80 extern JS_FRIEND_API(uint32_t) GetThreadType(void);
84 inline uint32_t GetThreadType(void) { return 0; } in GetThreadType() function
121 return js::oom::targetThread && js::oom::targetThread == js::oom::GetThreadType(); in IsThreadSimulatingOOM()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/worklet/
H A Danimation_and_paint_worklet_thread.h53 ThreadType GetThreadType() const override { in GetThreadType() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/worklet/
H A Danimation_and_paint_worklet_thread.h53 ThreadType GetThreadType() const override { in GetThreadType() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/service_worker/
H A Dservice_worker_thread.h69 ThreadType GetThreadType() const override { in GetThreadType() function
H A Dservice_worker_thread.cc55 ThreadCreationParams(GetThreadType()))), in ServiceWorkerThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/service_worker/
H A Dservice_worker_thread.h72 ThreadType GetThreadType() const override { in GetThreadType() function
H A Dservice_worker_thread.cc57 ThreadCreationParams(GetThreadType()))), in ServiceWorkerThread()
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DUtility.h92 extern JS_PUBLIC_API uint32_t GetThreadType(void);
98 inline uint32_t GetThreadType(void) { return 0; }
154 return targetThread_ && targetThread_ == js::oom::GetThreadType() && in isThreadSimulatingAny()
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DUtility.h101 extern JS_FRIEND_API uint32_t GetThreadType(void);
107 inline uint32_t GetThreadType(void) { return 0; }
163 return targetThread_ && targetThread_ == js::oom::GetThreadType() && in isThreadSimulatingAny()

12