Home
last modified time | relevance | path

Searched refs:_current_thread (Results 1 – 24 of 24) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/fasteners/fasteners/
H A Dlock.py144 self._current_thread = current_thread_functor
153 me = self._current_thread()
172 me = self._current_thread()
184 me = self._current_thread()
228 me = self._current_thread()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/fasteners/
H A Dlock.py144 self._current_thread = current_thread_functor
153 me = self._current_thread()
172 me = self._current_thread()
184 me = self._current_thread()
228 me = self._current_thread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/fasteners/fasteners/
H A Dlock.py144 self._current_thread = current_thread_functor
153 me = self._current_thread()
172 me = self._current_thread()
184 me = self._current_thread()
228 me = self._current_thread()
/dports/devel/py-fasteners/fasteners-0.16.3/fasteners/
H A Dlock.py120 self._current_thread = threading.current_thread
129 me = self._current_thread()
148 me = self._current_thread()
160 me = self._current_thread()
209 me = self._current_thread()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/nios2/kernel/
H A Dhead.S44 .global _current_thread
45 _current_thread: label
160 movia r2, _current_thread /* Remember current thread */
H A Dentry.S485 movia r24, _current_thread /* save thread */
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/nios2/kernel/
H A Dhead.S44 .global _current_thread
45 _current_thread: label
160 movia r2, _current_thread /* Remember current thread */
H A Dentry.S485 movia r24, _current_thread /* save thread */
/dports/multimedia/libv4l/linux-5.13-rc2/arch/nios2/kernel/
H A Dhead.S44 .global _current_thread
45 _current_thread: label
160 movia r2, _current_thread /* Remember current thread */
H A Dentry.S485 movia r24, _current_thread /* save thread */
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DclassLoadingService.hpp124 static Thread* _current_thread; member in LoadedClassesEnumerator
143 KlassHandle h(_current_thread, k); in add_loaded_class()
H A DclassLoadingService.cpp221 Thread* LoadedClassesEnumerator::_current_thread = NULL; member in LoadedClassesEnumerator
237 _current_thread = cur_thread; in LoadedClassesEnumerator()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DclassLoadingService.hpp124 static Thread* _current_thread; member in LoadedClassesEnumerator
143 KlassHandle h(_current_thread, k); in add_loaded_class()
H A DclassLoadingService.cpp221 Thread* LoadedClassesEnumerator::_current_thread = NULL; member in LoadedClassesEnumerator
237 _current_thread = cur_thread; in LoadedClassesEnumerator()
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/profiling/collector/
H A Dthreading.py44 def _current_thread(): function
86 thread_id, thread_name = _current_thread()
128 thread_id, thread_name = _current_thread()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/gpkg/
H A Dconnector.py65 self._current_thread = None
90 self._current_thread = None
99 if self._connection is None or self._current_thread != int(QThread.currentThreadId()):
100 self._current_thread = int(QThread.currentThreadId())
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/gpkg/
H A Dconnector.py65 self._current_thread = None
90 self._current_thread = None
99 if self._connection is None or self._current_thread != int(QThread.currentThreadId()):
100 self._current_thread = int(QThread.currentThreadId())
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/nios2/include/asm/
H A Dentry.h28 movia r24, _current_thread /* Switch to current kernel stack */
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/nios2/include/asm/
H A Dentry.h28 movia r24, _current_thread /* Switch to current kernel stack */
/dports/multimedia/libv4l/linux-5.13-rc2/arch/nios2/include/asm/
H A Dentry.h28 movia r24, _current_thread /* Switch to current kernel stack */
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/cds/
H A DmetaspaceShared.cpp554 Thread* _current_thread; member in CollectCLDClosure
556 CollectCLDClosure(Thread* thread) : _current_thread(thread) {} in CollectCLDClosure()
565 _loaded_cld_handles.append(Handle(_current_thread, cld->holder_phantom())); in do_cld()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlispbibl.d19997 extern per_thread clisp_thread_t* _current_thread; /* current_thread pointer */
19998 #define current_thread() _current_thread
19999 #define set_current_thread(thread) _current_thread=thread
20180 %% exportV(per_thread clisp_thread_t*,_current_thread);
H A Dspvw.d471 modexp per_thread clisp_thread_t *_current_thread; variable
H A DChangeLog14686 (current_thread, _current_thread, current_thread_tls_key): macro
14688 per_thread variable _current_thread (in presence of compiler support)