| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | graph-changes-while-io | 23 from threading import Thread 74 bench_thr = Thread(target=do_qemu_img_bench) 98 bench_thr = Thread(target=do_qemu_img_bench, args=(200000, )) 136 bench_thr = Thread(target=do_qemu_img_bench, args=(100000, ))
|
| /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/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/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)
|
| H A D | systemd.py | 149 …t_thread = threading.Thread(target=self.target.run, args=("ulimit -c unlimited && env sleep 1000",…
|
| /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/poky/documentation/tools/host_packages_scripts/ |
| H A D | fedora_essential.sh | 1 … perl-File-Compare perl-File-Copy perl-FindBin perl-Text-ParseWords perl-Thread-Queue perl-bignum …
|
| H A D | almalinux_essential.sh | 5 …ip libacl lz4 make patch perl perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3 pyth…
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | processor.hpp | 18 Thread, enumerator 131 {ProcessorType::Thread, "Thread"},
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/ |
| H A D | test_runbuilds.py | 25 class KillRunbuilds(threading.Thread):
|
| /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/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/qemu/gdbstub/ |
| H A D | trace-events | 9 gdbstub_op_extra_info(const char *info) "Thread extra info: %s"
|
| /openbmc/openbmc/meta-arm/scripts/ |
| H A D | runfvp | 71 log_thread = threading.Thread(None, debug_log)
|
| /openbmc/u-boot/doc/ |
| H A D | README.mpc83xxads | 15 Thread model: posix
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | uievent.py | 67 self.t = threading.Thread()
|
| H A D | taskexp.py | 176 class gtkthread(threading.Thread): 179 threading.Thread.__init__(self)
|
| /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/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0010-clang-Define-releative-gcc-installation-dir.patch | 35 Thread model: posix 42 Thread model: posix
|
| H A D | 0018-llvm-clang-Insert-anchor-for-adding-OE-distro-vendor.patch | 32 Thread model: posix 41 Thread model: posix
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify/ |
| H A D | 0001-Make-asyncore-support-optional-for-Python-3.patch | 28 @@ -1494,33 +1493,40 @@ class ThreadedNotifier(threading.Thread, Notifier):
|
| /openbmc/openbmc/poky/scripts/lib/ |
| H A D | scriptutils.py | 40 self._thread = threading.Thread(target=thread, daemon=True)
|