Home
last modified time | relevance | path

Searched refs:Thread (Results 1 - 8 of 8) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dprctlndk.cpp36 void *Thread(void *) in Thread() function
47 pthread_create(&tid, nullptr, Thread, nullptr); in Prctl()
/test/ostest/wukong/common/include/
H A Dwukong_logger.h77 class PrinterThread : public OHOS::Thread {
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dconcurrent.py91 class DriversThread(threading.Thread):
129 LOG.debug("Thread %s start" % self.name)
206 LOG.debug("Thread %s free environment", execute_message.get_thread_name())
209 LOG.debug("Thread %s put result", self.name)
211 LOG.info("Thread %s end", self.name)
333 LOG.debug("Thread %s, listener %s" % (self.name, listener))
551 class DriversDryRunThread(threading.Thread):
562 LOG.debug("Thread %s start" % self.name)
617 LOG.debug("Thread %s free environment", execute_message.get_thread_name())
620 LOG.debug("Thread
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dconstants.py223 class JavaThread(threading.Thread):
H A Doh_jsunit_driver.py960 timeout_thread = threading.Thread(target=OHJSLocalTestRunner.kill_proc,
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestStdio.cpp737 void *Thread(void *arg) in Thread() function
765 int retI = pthread_create(&tid, NULL, Thread, NULL); in HWTEST_F()
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py93 terminate_thread = threading.Thread(
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddmlib.py118 server_thread = threading.Thread(target=self.loop_monitor,

Completed in 13 milliseconds