Searched refs:thread (Results 1 – 6 of 6) sorted by relevance
/scripts/pylib/pytest-twister-harness/tests/resources/ |
A D | fifo_mock.py | 19 self.thread = None 35 self.thread = threading.Thread(target=self._open(), daemon=True) 36 self.thread.start() 49 self.thread.join(1)
|
/scripts/native_simulator/common/src/ |
A D | nct.c | 101 pthread_t thread; /* Actual pthread_t as returned by the native kernel */ member 413 NSI_SAFE_CALL(pthread_create(&tt_el->thread, in nct_new_thread() 419 __func__, tt_el->thead_cnt, t_slot, tt_el->thread); in nct_new_thread() 574 return pthread_setname_np(tt_el->thread, str); in nct_thread_name_set()
|
/scripts/ |
A D | valgrind.supp | 11 POSIX arch no thread cleanup
|
/scripts/pylib/twister/twisterlib/ |
A D | handlers.py | 1082 self.thread = threading.Thread(name=self.name, target=QEMUHandler._thread, 1088 self.thread.daemon = True 1090 self.thread.start() 1131 self.thread.join(max(thread_max_time - time.time(), 0)) 1132 if self.thread.is_alive(): 1177 self.thread = None 1398 self.thread = threading.Thread(target=self._enqueue_char, args=(queue,)) 1399 self.thread.daemon = True 1400 self.thread.start()
|
A D | runner.py | 1116 self.instance.handler.thread = None
|
/scripts/ci/ |
A D | pylintrc | 237 bad-thread-instantiation,
|
Completed in 16 milliseconds