#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.
2005/09/06 Added const
to the argument of the OSThread*
model.
2005/07/08 Initial version.
CONFIDENTIAL