Home
last modified time | relevance | path

Searched refs:cleanUpRout (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/
H A Dpthread.h814 ptw32_cleanup_callback_t cleanUpRout; variable
820 cleanUpRout( 0 ), in PThreadCleanup()
832 cleanUpRout( routine ), in PThreadCleanup()
843 if ( executeIt && ((void *) cleanUpRout != (void *) 0) ) in ~PThreadCleanup()
845 (void) (*cleanUpRout)( obj ); in ~PThreadCleanup()