Home
last modified time | relevance | path

Searched refs:_thread (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/moe/server/src/
A Dapp_task.h27 L4::Cap<L4::Thread> _thread; variable
41 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()
A Dapp_task.cc40 _thread(L4::Cap<L4::Thread>::Invalid), in App_task()
53 object_pool.cap_alloc()->free(_thread); in ~App_task()
/l4re-core-master/ned/server/src/
A Dapp_task.cc75 _thread(chkcap(cap_alloc.alloc<L4::Thread>(), "allocating thread cap")), in App_task()
88 _thread.reset(); in terminate()
A Dapp_task.h43 Unique_del_cap<L4::Thread> _thread; variable
70 L4::Cap<L4::Thread> thread_cap() const { return _thread.get(); } in thread_cap()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/
A DChangeLog590 * testsuite/18_support/bad_exception/23591_thread-1.c: Skip test if
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/
A DChangeLog163 * testsuite/18_support/bad_exception/23591_thread-1.c: Skip test if

Completed in 11 milliseconds