Searched defs:thread_cap (Results 1 – 3 of 3) sorted by relevance
41 void thread_cap(L4::Cap<L4::Thread> const &c) { _thread = c; } in thread_cap() function44 L4::Cap<L4::Thread> thread_cap() const { return _thread; } in thread_cap() function
70 L4::Cap<L4::Thread> thread_cap() const { return _thread.get(); } in thread_cap() function
320 l4_cap_idx_t thread_cap, l4_umword_t label, in l4_factory_create_gate_u()383 l4_cap_idx_t thread_cap, l4_umword_t label) L4_NOTHROW in l4_factory_create_gate()
Completed in 6 milliseconds