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

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h814 ptw32_cleanup_callback_t cleanUpRout; member in class:PThreadCleanup
820 cleanUpRout( 0 ),
832 cleanUpRout( routine ),
843 if ( executeIt && ((void *) cleanUpRout != (void *) 0) )
845 (void) (*cleanUpRout)( obj );

Completed in 81 milliseconds