DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SVR5

kthread_exit(D3)


kthread_exit -- cause current thread to exit

Synopsis

   #include <sys/types.h>
   #include <sys/ddi.h>
   

void kthread_exit(void);

Description

kthread_exit( ) causes the current thread to exit. The thread must be one created by kthread_spawn(D3).

Arguments

None.

Return values

None. Never returns.

Usage

Context and synchronization

User or blockable context.

Hardware applicability

All

Version applicability

ddi: 8, 8mp

References

kthread_spawn(D3), kthread_wait(D3)

``Kernel threads'' in HDK Technical Reference


19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005