Query: kthread_stop
OS: suse
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 2.6. July 2010 KTHREAD_STOP(9)
Related Man Pages |
---|
pthread_join(3t) - hpux |
iv_thread_create(3) - debian |
iv_thread(3) - debian |
pthread_exit(3t) - hpux |
kthread_create(9) - netbsd |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Change directory error |
SOCKS proxy & PAM configuration exposure |
A (ksh) Library For and From UNIX.com |
Docker learning Phase-I |