Home
last modified time | relevance | path

Searched defs:new_thread (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dthread-device.c12 void vdo_register_thread_device_id(struct registered_thread *new_thread, in vdo_register_thread_device_id()
H A Dthread-registry.c26 struct registered_thread *new_thread, const void *pointer) in vdo_register_thread()
H A Dthread-utils.c51 const char *name, struct thread **new_thread) in vdo_create_thread()
H A Dmemory-alloc.c40 void vdo_register_allocating_thread(struct registered_thread *new_thread, in vdo_register_allocating_thread()
/linux/arch/um/os-Linux/skas/
H A Dprocess.c564 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function