Searched refs:l4_factory_create_u (Results 1 – 1 of 1) sorted by relevance
/l4re-core-master/l4sys/include/ |
A D | factory.h | 276 l4_factory_create_u(l4_cap_idx_t factory, long obj, l4_cap_idx_t target, 303 return l4_factory_create_u(factory, L4_PROTO_THREAD, target_cap, u); in l4_factory_create_thread_u() 343 return l4_factory_create_u(factory, L4_PROTO_IRQ_SENDER, target_cap, u); in l4_factory_create_irq_u() 351 return l4_factory_create_u(factory, L4_PROTO_VM, target_cap, u); in l4_factory_create_vm_u() 510 l4_factory_create_u(l4_cap_idx_t factory, long obj, l4_cap_idx_t target, in l4_factory_create_u() function 522 return l4_factory_create_u(factory, obj, target, l4_utcb()); in l4_factory_create()
|
Completed in 3 milliseconds