Searched refs:_thread (Results 1 – 6 of 6) sorted by relevance
27 L4::Cap<L4::Thread> _thread; variable41 void thread_cap(L4::Cap<L4::Thread> const &c) { _thread = c; } in thread_cap()44 L4::Cap<L4::Thread> thread_cap() const { return _thread; } in thread_cap()
40 _thread(L4::Cap<L4::Thread>::Invalid), in App_task()53 object_pool.cap_alloc()->free(_thread); in ~App_task()
75 _thread(chkcap(cap_alloc.alloc<L4::Thread>(), "allocating thread cap")), in App_task()88 _thread.reset(); in terminate()
43 Unique_del_cap<L4::Thread> _thread; variable70 L4::Cap<L4::Thread> thread_cap() const { return _thread.get(); } in thread_cap()
590 * testsuite/18_support/bad_exception/23591_thread-1.c: Skip test if
163 * testsuite/18_support/bad_exception/23591_thread-1.c: Skip test if
Completed in 11 milliseconds