Searched refs:Thread (Results 1 - 8 of 8) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | prctlndk.cpp | 36 void *Thread(void *)
in Thread() function 47 pthread_create(&tid, nullptr, Thread, nullptr);
in Prctl()
|
/test/ostest/wukong/common/include/ |
H A D | wukong_logger.h | 77 class PrinterThread : public OHOS::Thread {
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | concurrent.py | 91 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 D | constants.py | 223 class JavaThread(threading.Thread):
|
H A D | oh_jsunit_driver.py | 960 timeout_thread = threading.Thread(target=OHJSLocalTestRunner.kill_proc,
|
/test/xts/acts/kernel_lite/io_posix/src/ |
H A D | IoTestStdio.cpp | 737 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 D | console.py | 93 terminate_thread = threading.Thread(
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | dmlib.py | 118 server_thread = threading.Thread(target=self.loop_monitor,
|
Completed in 13 milliseconds