Home
last modified time | relevance | path

Searched refs:Thread (Results 1 – 25 of 96) sorted by relevance

1234

/openbmc/qemu/tests/qemu-iotests/tests/
H A Dgraph-changes-while-io23 from threading import Thread
63 bench_thr = Thread(target=do_qemu_img_bench)
87 bench_thr = Thread(target=do_qemu_img_bench, args=(200000, ))
/openbmc/qemu/docs/specs/
H A Dppc-xive.rst69 tctx: Thread interrupt Context registers
99 | | | | | | | | | | tctx| |Thread|
132 Each exception has a state independent from the others called a Thread
145 The Thread Interrupt Management registers are accessible through a
146 specific MMIO region, called the Thread Interrupt Management Area
171 Thread Interrupt Management Area.
198 when a notification is triggered. It also models the Thread Interrupt
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch135 - t = threading.Thread(target=c)
667 - t = threading.Thread(target=a)
678 - class Worker1(threading.Thread):
911 - t = threading.Thread(target=a)
914 - t = threading.Thread(target=b)
922 - t = threading.Thread(target=a)
953 - t = threading.Thread(target=a)
960 - t = threading.Thread(target=a)
969 - t = threading.Thread(target=a)
1094 - t = threading.Thread(target=thread_func)
[all …]
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/host/op-proc-control/
H A D0001-Stop-and-send-SRESET-for-one-thread-only.patch9 [ 163.237293219,3] Could not stop thread 0:0:1: Thread is quiesced already.
47 + log<level::ERR>("Thread not found");
/openbmc/linux/Documentation/tools/rtla/
H A Dcommon_timerlat_options.rst18 Stop trace if the *Thread* latency is higher than the argument in us.
22 Save the stack trace at the *IRQ* if a *Thread* latency is higher than the
H A Drtla-timerlat-top.rst51 0 00:00:12 | IRQ Timer Latency (us) | Thread Timer Latency (us)
104 Thread latency: 41.96 us (100%)
H A Dcommon_timerlat_description.rst8 prints the timer latency at the timer *IRQ* handler and the *Thread*
H A Drtla-timerlat.rst20 prints the timer latency at the timer *IRQ* handler and the *Thread* handler.
H A Drtla-osnoise-top.rst44 …% CPU Aval Max Noise Max Single HW NMI IRQ Softirq Thread
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dprocessor.hpp18 Thread, enumerator
104 {ProcessorType::Thread, "Thread"},
/openbmc/qemu/python/qemu/machine/
H A Dconsole_socket.py80 def _thread_start(self) -> threading.Thread:
87 drain_thread = threading.Thread(target=self._drain_fn)
/openbmc/linux/tools/perf/scripts/python/
H A Dgecko.py92 class Thread: class
295 thread = Thread(comm=comm, pid=pid, tid=tid)
304 http_server_thread = threading.Thread(target=test, args=(CORSRequestHandler, HTTPServer,))
/openbmc/u-boot/tools/buildman/
H A Dbuilderthread.py49 class ResultThread(threading.Thread):
61 threading.Thread.__init__(self)
75 class BuilderThread(threading.Thread):
88 threading.Thread.__init__(self)
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dterminal.py18 …t_thread = threading.Thread(target=self.target.run, args=("export DISPLAY=:0 && matchbox-terminal …
H A Dsuspend.py19 t_thread = threading.Thread(target=self.target.run, args=("ping 8.8.8.8",))
H A Dweston.py70 weston_thread = threading.Thread(target=self.run_weston_init)
/openbmc/openbmc/poky/documentation/
H A Dpoky.yaml.in110 perl-Thread-Queue
227 perl-Thread-Queue
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py96 thread = threading.Thread(target=writeThread, daemon=True)
100 thread = threading.Thread(target=readStderrThread)
105 thread = threading.Thread(target=readStdoutThread)
/openbmc/openbmc/meta-phosphor/recipes-support/boost/
H A Dboost_%.bbappend6 #with a BOOST_LIBS:append:<platform> for most targets. Chrono/Thread should not
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/
H A Dtest_runbuilds.py25 class KillRunbuilds(threading.Thread):
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dcross-thread-rsb.rst4 Cross-Thread Return Address Predictions
32 CVE-2022-27672 Cross-Thread Return Address Predictions
/openbmc/linux/Documentation/powerpc/
H A Ddscr.rst16 dscr /* Thread DSCR value */
17 dscr_inherit /* Thread has changed default DSCR */
/openbmc/qemu/gdbstub/
H A Dtrace-events9 gdbstub_op_extra_info(const char *info) "Thread extra info: %s"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0002-Support-asynchronous-calls-58.patch134 +from threading import Thread
181 + t1 = Thread(None, t1_func)
/openbmc/openbmc/meta-arm/scripts/
H A Drunfvp71 log_thread = threading.Thread(None, debug_log)

1234