/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | graph-changes-while-io | 23 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 D | ppc-xive.rst | 69 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 D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 135 - 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 D | 0001-Stop-and-send-SRESET-for-one-thread-only.patch | 9 [ 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 D | common_timerlat_options.rst | 18 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 D | rtla-timerlat-top.rst | 51 0 00:00:12 | IRQ Timer Latency (us) | Thread Timer Latency (us) 104 Thread latency: 41.96 us (100%)
|
H A D | common_timerlat_description.rst | 8 prints the timer latency at the timer *IRQ* handler and the *Thread*
|
H A D | rtla-timerlat.rst | 20 prints the timer latency at the timer *IRQ* handler and the *Thread* handler.
|
H A D | rtla-osnoise-top.rst | 44 …% CPU Aval Max Noise Max Single HW NMI IRQ Softirq Thread
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | processor.hpp | 18 Thread, enumerator 104 {ProcessorType::Thread, "Thread"},
|
/openbmc/qemu/python/qemu/machine/ |
H A D | console_socket.py | 80 def _thread_start(self) -> threading.Thread: 87 drain_thread = threading.Thread(target=self._drain_fn)
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | gecko.py | 92 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 D | builderthread.py | 49 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 D | terminal.py | 18 …t_thread = threading.Thread(target=self.target.run, args=("export DISPLAY=:0 && matchbox-terminal …
|
H A D | suspend.py | 19 t_thread = threading.Thread(target=self.target.run, args=("ping 8.8.8.8",))
|
H A D | weston.py | 70 weston_thread = threading.Thread(target=self.run_weston_init)
|
/openbmc/openbmc/poky/documentation/ |
H A D | poky.yaml.in | 110 perl-Thread-Queue 227 perl-Thread-Queue
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | commands.py | 96 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 D | boost_%.bbappend | 6 #with a BOOST_LIBS:append:<platform> for most targets. Chrono/Thread should not
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/ |
H A D | test_runbuilds.py | 25 class KillRunbuilds(threading.Thread):
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | cross-thread-rsb.rst | 4 Cross-Thread Return Address Predictions 32 CVE-2022-27672 Cross-Thread Return Address Predictions
|
/openbmc/linux/Documentation/powerpc/ |
H A D | dscr.rst | 16 dscr /* Thread DSCR value */ 17 dscr_inherit /* Thread has changed default DSCR */
|
/openbmc/qemu/gdbstub/ |
H A D | trace-events | 9 gdbstub_op_extra_info(const char *info) "Thread extra info: %s"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/ |
H A D | 0002-Support-asynchronous-calls-58.patch | 134 +from threading import Thread 181 + t1 = Thread(None, t1_func)
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | runfvp | 71 log_thread = threading.Thread(None, debug_log)
|