HomeSort by relevance Sort by last modified time
    Searched refs:ptw32_cleanup_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
cleanup.c 49 ptw32_cleanup_t *
76 ptw32_cleanup_t *cleanup;
78 cleanup = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey);
99 ptw32_push_cleanup (ptw32_cleanup_t * cleanup,
144 cleanup->prev = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey);
pthread.h 729 typedef struct ptw32_cleanup_t ptw32_cleanup_t; typedef in typeref:struct:ptw32_cleanup_t
742 struct ptw32_cleanup_t struct
746 struct ptw32_cleanup_t *prev;
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,
    [all...]

Completed in 54 milliseconds