Query: kthread_stop
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KTHREAD_STOP(9) Driver Basics KTHREAD_STOP(9)NAMEkthread_stop - stop a thread created by kthread_create.SYNOPSISint kthread_stop(struct task_struct * k);ARGUMENTSk thread created by kthread_create.DESCRIPTIONSets kthread_should_stop for k to return true, wakes it, and waits for it to exit. This can also be called after kthread_create instead of calling wake_up_process: the thread will exit without calling threadfn. If threadfn may call do_exit itself, the caller must ensure task_struct can't go away. Returns the result of threadfn, or -EINTR if wake_up_process was never called.COPYRIGHTKernel Hackers Manual 3.10 June 2014 KTHREAD_STOP(9)
Related Man Pages |
---|
utrace_attach_task(9) - suse |
iv_thread_set_debug_state(3) - debian |
utrace_prepare_examine(9) - suse |
kthread_destroy(9) - netbsd |
tapset::scheduler(3stap) - centos |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
Best performance UNIX just for HOST Virtualization? |
How to increment version inside a file? |
Shopt -s histappend |
[TIP] Processing YAML files with yq |