Home
last modified time | relevance | path

Searched refs:_tid (Results 26 – 50 of 555) sorted by relevance

12345678910>>...23

/dports/emulators/qemu42/qemu-4.2.1/tests/migration/guestperf/
H A Dplot.py154 if record._tid in threads:
156 threads[record._tid] = {
173 threads[record._tid]["xaxis"].append(record._timestamp - starttime)
174 threads[record._tid]["yaxis"].append(record._value)
269 if record._tid in threads:
271 threads[record._tid] = {
290 oldvalue = threads[record._tid]["absvalue"][-1]
291 oldtime = threads[record._tid]["abstime"][-1]
301 threads[record._tid]["absvalue"].append(record._value)
302 threads[record._tid]["abstime"].append(record._timestamp)
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/migration/guestperf/
H A Dplot.py154 if record._tid in threads:
156 threads[record._tid] = {
173 threads[record._tid]["xaxis"].append(record._timestamp - starttime)
174 threads[record._tid]["yaxis"].append(record._value)
269 if record._tid in threads:
271 threads[record._tid] = {
290 oldvalue = threads[record._tid]["absvalue"][-1]
291 oldtime = threads[record._tid]["abstime"][-1]
301 threads[record._tid]["absvalue"].append(record._value)
302 threads[record._tid]["abstime"].append(record._timestamp)
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/tests/migration/guestperf/
H A Dplot.py154 if record._tid in threads:
156 threads[record._tid] = {
173 threads[record._tid]["xaxis"].append(record._timestamp - starttime)
174 threads[record._tid]["yaxis"].append(record._value)
269 if record._tid in threads:
271 threads[record._tid] = {
290 oldvalue = threads[record._tid]["absvalue"][-1]
291 oldtime = threads[record._tid]["abstime"][-1]
301 threads[record._tid]["absvalue"].append(record._value)
302 threads[record._tid]["abstime"].append(record._timestamp)
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/migration/guestperf/
H A Dplot.py153 if record._tid in threads:
155 threads[record._tid] = {
172 threads[record._tid]["xaxis"].append(record._timestamp - starttime)
173 threads[record._tid]["yaxis"].append(record._value)
268 if record._tid in threads:
270 threads[record._tid] = {
289 oldvalue = threads[record._tid]["absvalue"][-1]
290 oldtime = threads[record._tid]["abstime"][-1]
300 threads[record._tid]["absvalue"].append(record._value)
301 threads[record._tid]["abstime"].append(record._timestamp)
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/migration/guestperf/
H A Dplot.py153 if record._tid in threads:
155 threads[record._tid] = {
172 threads[record._tid]["xaxis"].append(record._timestamp - starttime)
173 threads[record._tid]["yaxis"].append(record._value)
268 if record._tid in threads:
270 threads[record._tid] = {
289 oldvalue = threads[record._tid]["absvalue"][-1]
290 oldtime = threads[record._tid]["abstime"][-1]
300 threads[record._tid]["absvalue"].append(record._value)
301 threads[record._tid]["abstime"].append(record._timestamp)
[all …]
/dports/emulators/qemu/qemu-6.2.0/tests/migration/guestperf/
H A Dplot.py153 if record._tid in threads:
155 threads[record._tid] = {
172 threads[record._tid]["xaxis"].append(record._timestamp - starttime)
173 threads[record._tid]["yaxis"].append(record._value)
268 if record._tid in threads:
270 threads[record._tid] = {
289 oldvalue = threads[record._tid]["absvalue"][-1]
290 oldtime = threads[record._tid]["abstime"][-1]
300 threads[record._tid]["absvalue"].append(record._value)
301 threads[record._tid]["abstime"].append(record._timestamp)
[all …]
/dports/emulators/qemu60/qemu-6.0.0/tests/migration/guestperf/
H A Dplot.py153 if record._tid in threads:
155 threads[record._tid] = {
172 threads[record._tid]["xaxis"].append(record._timestamp - starttime)
173 threads[record._tid]["yaxis"].append(record._value)
268 if record._tid in threads:
270 threads[record._tid] = {
289 oldvalue = threads[record._tid]["absvalue"][-1]
290 oldtime = threads[record._tid]["abstime"][-1]
300 threads[record._tid]["absvalue"].append(record._value)
301 threads[record._tid]["abstime"].append(record._timestamp)
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dthr_data.cpp35 _tid(tid), _timer(t) in ThrData()
45 if (tid != _tid) in check_tid()
90 _f = f + _tid*nall; in init_force()
95 _torque = torque + _tid*nall; in init_force()
100 _erforce = erforce + _tid*nall; in init_force()
105 _de = de + _tid*nall; in init_force()
110 _drho = drho + _tid*nall; in init_force()
122 _rho = rho + _tid*nall; in init_eam()
134 _mu = mu + _tid*nall; in init_adp()
135 _lambda = lambda + _tid*nall; in init_adp()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/classpath/jdwp/event/filters/
H A DThreadOnlyFilter.java56 private ThreadId _tid; field in ThreadOnlyFilter
71 _tid = tid; in ThreadOnlyFilter()
81 return _tid; in getThread()
95 Thread myThread = (Thread) _tid.getReference().get (); in matches()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/classpath/jdwp/event/filters/
H A DThreadOnlyFilter.java56 private ThreadId _tid; field in ThreadOnlyFilter
71 _tid = tid; in ThreadOnlyFilter()
81 return _tid; in getThread()
95 Thread myThread = (Thread) _tid.getReference().get (); in matches()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/classpath/jdwp/event/filters/
H A DThreadOnlyFilter.java56 private ThreadId _tid; field in ThreadOnlyFilter
71 _tid = tid; in ThreadOnlyFilter()
81 return _tid; in getThread()
95 Thread myThread = (Thread) _tid.getReference().get (); in matches()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/classpath/jdwp/event/filters/
H A DThreadOnlyFilter.java56 private ThreadId _tid; field in ThreadOnlyFilter
71 _tid = tid; in ThreadOnlyFilter()
81 return _tid; in getThread()
95 Thread myThread = (Thread) _tid.getReference().get (); in matches()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/classpath/jdwp/event/filters/
H A DThreadOnlyFilter.java56 private ThreadId _tid; field in ThreadOnlyFilter
71 _tid = tid; in ThreadOnlyFilter()
81 return _tid; in getThread()
95 Thread myThread = (Thread) _tid.getReference().get (); in matches()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/classpath/jdwp/event/filters/
H A DThreadOnlyFilter.java57 private ThreadId _tid; field in ThreadOnlyFilter
72 _tid = tid; in ThreadOnlyFilter()
82 return _tid; in getThread()
96 Thread myThread = (Thread) _tid.getReference().get (); in matches()
/dports/devel/p5-MCE/MCE-1.876/lib/MCE/
H A DLoop.pm25 my $_tid = $INC{'threads.pm'} ? threads->tid() : 0;
28 $_tid = threads->tid() if $INC{'threads.pm'};
95 my $_pkg = "$$.$_tid.".caller();
107 my $_pkg = (defined $_[0]) ? shift : "$$.$_tid.".caller();
112 elsif ( $_MCE->{$_pkg} && $_MCE->{$_pkg}{_init_pid} eq "$$.$_tid" ) {
135 my $_pid = "$$.$_tid.".caller();
174 my $_pid = "$$.$_tid.".caller();
226 my $_pid = "$$.$_tid.$_pkg";
H A DGrep.pm25 my $_tid = $INC{'threads.pm'} ? threads->tid() : 0;
28 $_tid = threads->tid() if $INC{'threads.pm'};
113 my $_pkg = "$$.$_tid.".caller();
128 my $_pkg = (defined $_[0]) ? shift : "$$.$_tid.".caller();
133 elsif ( $_MCE->{$_pkg} && $_MCE->{$_pkg}{_init_pid} eq "$$.$_tid" ) {
157 my $_pid = "$$.$_tid.".caller();
196 my $_pid = "$$.$_tid.".caller();
248 my $_pid = "$$.$_tid.$_pkg";
H A DMap.pm25 my $_tid = $INC{'threads.pm'} ? threads->tid() : 0;
28 $_tid = threads->tid() if $INC{'threads.pm'};
113 my $_pkg = "$$.$_tid.".caller();
128 my $_pkg = (defined $_[0]) ? shift : "$$.$_tid.".caller();
133 elsif ( $_MCE->{$_pkg} && $_MCE->{$_pkg}{_init_pid} eq "$$.$_tid" ) {
157 my $_pid = "$$.$_tid.".caller();
196 my $_pid = "$$.$_tid.".caller();
248 my $_pid = "$$.$_tid.$_pkg";
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgviewerGTK/
H A DosgviewerGTK.cpp39 unsigned int _tid; member in ExampleOSGGTKDrawingArea
88 if(not _tid) { in _clicked() local
89 _tid = g_timeout_add( in _clicked()
99 g_source_remove(_tid); in _clicked()
102 _tid = 0; in _clicked()
137 _tid (0) { in ExampleOSGGTKDrawingArea()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgviewerGTK/
H A DosgviewerGTK.cpp39 unsigned int _tid; member in ExampleOSGGTKDrawingArea
88 if(not _tid) { in _clicked() local
89 _tid = g_timeout_add( in _clicked()
99 g_source_remove(_tid); in _clicked()
102 _tid = 0; in _clicked()
137 _tid (0) { in ExampleOSGGTKDrawingArea()
/dports/devel/commoncpp/commoncpp2-1.8.1/src/
H A Dthread.cpp233 ccxx_suspend(priv->_tid); in suspend()
238 ccxx_suspend(priv->_tid); in suspend()
279 ccxx_resume(priv->_tid); in resume()
289 ccxx_resume(priv->_tid); in resume()
801 return priv->_tid; in getId()
844 if(priv->_tid) { in start()
875 if(priv->_tid) { in detach()
945 priv->_tid = 0; in terminate()
974 priv->_tid = 0; in terminate()
1033 priv->_tid = 0; in close()
[all …]
/dports/devel/p5-MCE-Shared/MCE-Shared-1.874/lib/MCE/Shared/
H A DCondvar.pm29 my $_tid = $INC{'threads.pm'} ? threads->tid() : 0;
33 $_tid = threads->tid() if $INC{'threads.pm'};
38 my $_pid = $_tid ? $$ .'.'. $_tid : $$;
56 $_cv->{_init_pid} = $_tid ? $$ .'.'. $_tid : $$;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DthreadIdTable.cpp54 jlong _tid; member in ThreadIdTableEntry
58 _tid(tid), _java_thread(java_thread) {} in ThreadIdTableEntry()
60 jlong tid() const { return _tid; } in tid()
167 jlong _tid; member in ThreadIdTableLookup
171 : _tid(tid), _hash(primitive_hash(tid)) {} in ThreadIdTableLookup()
176 bool equals = primitive_equals(_tid, (*value)->tid()); in equals()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/services/
H A DthreadIdTable.cpp53 jlong _tid; member in ThreadIdTableEntry
57 _tid(tid), _java_thread(java_thread) {} in ThreadIdTableEntry()
59 jlong tid() const { return _tid; } in tid()
166 jlong _tid; member in ThreadIdTableLookup
170 : _tid(tid), _hash(primitive_hash(tid)) {} in ThreadIdTableLookup()
175 bool equals = primitive_equals(_tid, (*value)->tid()); in equals()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DthreadIdTable.cpp54 jlong _tid; member in ThreadIdTableEntry
58 _tid(tid), _java_thread(java_thread) {} in ThreadIdTableEntry()
60 jlong tid() const { return _tid; } in tid()
167 jlong _tid; member in ThreadIdTableLookup
171 : _tid(tid), _hash(primitive_hash(tid)) {} in ThreadIdTableLookup()
176 bool equals = primitive_equals(_tid, (*value)->tid()); in equals()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/include/
H A Dkill_binlog_dump_threads.inc38 … let $_tid= `SELECT id FROM information_schema.processlist WHERE command = 'Binlog Dump' LIMIT 1`;
39 if ($_tid)
41 eval KILL QUERY $_tid;
43 if (!$_tid)

12345678910>>...23