Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dcleanup.c49 ptw32_cleanup_t *
76 ptw32_cleanup_t *cleanup; in ptw32_pop_cleanup()
78 cleanup = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey); in ptw32_pop_cleanup()
99 ptw32_push_cleanup (ptw32_cleanup_t * cleanup, in ptw32_push_cleanup()
144 cleanup->prev = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey); in ptw32_push_cleanup()
Dpthread.h729 typedef struct ptw32_cleanup_t ptw32_cleanup_t; typedef
742 struct ptw32_cleanup_t struct
746 struct ptw32_cleanup_t *prev; argument
756 ptw32_cleanup_t _cleanup; \
784 ptw32_cleanup_t _cleanup; \
971 PTW32_DLLPORT ptw32_cleanup_t * PTW32_CDECL ptw32_pop_cleanup (int execute);
973 PTW32_DLLPORT void PTW32_CDECL ptw32_push_cleanup (ptw32_cleanup_t * cleanup,