Home
last modified time | relevance | path

Searched defs:active_thread (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_thread/py/pw_thread/
H A Dthread_analyzer.py223 def active_thread(self) -> thread_pb2.Thread | None: member in ThreadSnapshotAnalyzer
/aosp_15_r20/external/coreboot/src/lib/
H A Dthread.c27 static struct thread *active_thread; variable