Home
last modified time | relevance | path

Searched refs:_thread (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py486 _thread = None variable in MockGDBServer
497 self._thread = threading.Thread(target=self.run)
498 self._thread.start()
501 self._thread.join()
502 self._thread = None
/openbsd-src/lib/libc/hidden/
H A Dtib.h30 struct tib *_static_tls_init(char *_base, void *_thread);