Searched defs:thread_data_t (Results 1 – 4 of 4) sorted by relevance
66 struct thread_data_t { struct74 static int trampoline(const thread_data_t* t) { in trampoline() argument
312 struct thread_data_t { struct314 zx::unowned_event event;316 zx::unowned_port port;318 int death_location;
436 struct thread_data_t { struct438 zx::event event;440 zx::channel channel;442 int death_location;
27 typedef std::pair<Thread*, volatile bool*> thread_data_t; typedef