#include <nitro/os.h>
OSThreadDestructor OS_GetThreadDestructor( const OSThread* thread );
thread | Pointer to the thread structure that obtains the destructor |
Pointer to the destructor function set for the specified thread.
This function gets the currently set destructor for the specified thread.
Refer to the description of OS_SetThreadDestructor()
for information about the destructor function.
09/06/2005 Added const to OSThread* type arguments.
07/08/2005 Initial version.