Home
last modified time | relevance | path

Searched defs:thread_data_t (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/core/libutils/
H A DThreads.cpp66 struct thread_data_t { struct
74 static int trampoline(const thread_data_t* t) { in trampoline() argument
/aosp_15_r20/external/libchrome/base/
H A Dlogging_unittest.cc312 struct thread_data_t { struct
314 zx::unowned_event event;
316 zx::unowned_port port;
318 int death_location;
/aosp_15_r20/external/cronet/base/
H A Dlogging_unittest.cc436 struct thread_data_t { struct
438 zx::event event;
440 zx::channel channel;
442 int death_location;
/aosp_15_r20/system/extras/memory_replay/tests/
H A DThreadTest.cpp27 typedef std::pair<Thread*, volatile bool*> thread_data_t; typedef