Home
last modified time | relevance | path

Searched refs:thread_core (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_thread/
Dthread.cc27 Thread::Thread(const Options& options, ThreadCore& thread_core) in Thread() argument
28 : Thread(options, StartThreadCore, &thread_core) {} in Thread()
DBUILD.gn51 ":thread_core",
56 pw_source_set("thread_core") {
58 public = [ "public/pw_thread/thread_core.h" ]
DBUILD104 ":thread_core",
120 name = "thread_core",
122 "public/pw_thread/thread_core.h",
/external/pigweed/pw_thread/public/pw_thread/
Dthread.h118 Thread(const Options& options, ThreadCore& thread_core);