Lines Matching refs:factory
29 #include <l4/sys/factory>
73 * Create a registry for the main thread of the task using the default factory.
80 _factory(L4Re::Env::env()->factory()),
89 * \param factory Capability to a factory object capable of creating new
94 L4::Cap<L4::Factory> factory)
95 : _server(server), _factory(factory), _sif(sif)
219 * The IPC gate will be allocated using the registry's factory. The
235 * The IRQ will be newly allocated using the registry's factory object. The
322 * Create a new server loop object for an arbitrary thread and factory.
326 * \param factory Capability to factory object used to create new IPC gates.
332 L4::Cap<L4::Factory> factory)
333 : _registry(this, server, factory)
337 * Create a new server loop object for an arbitrary thread and factory.
340 * \param factory Capability to factory object used to create new IPC gates.
343 L4::Cap<L4::Factory> factory)
344 : _registry(this, server, factory)