Searched refs:OSThreadDestructor (Results 1 – 2 of 2) sorted by relevance
114 typedef void (*OSThreadDestructor) (void *); typedef155 OSThreadDestructor destructor; // thread destructor761 void OS_SetThreadDestructor(OSThread *thread, OSThreadDestructor dtor);772 OSThreadDestructor OS_GetThreadDestructor(const OSThread *thread);
764 OSThreadDestructor destructor; in OSi_ExitThread()1903 void OS_SetThreadDestructor(OSThread *thread, OSThreadDestructor dtor) in OS_SetThreadDestructor()1918 OSThreadDestructor OS_GetThreadDestructor(const OSThread *thread) in OS_GetThreadDestructor()