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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_processTerminate.c 80 if (ptw32_cleanupKey != NULL)
83 * Release ptw32_cleanupKey
85 pthread_key_delete (ptw32_cleanupKey);
87 ptw32_cleanupKey = NULL;
cleanup.c 78 cleanup = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey);
89 pthread_setspecific (ptw32_cleanupKey, (void *) cleanup->prev);
144 cleanup->prev = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey);
146 pthread_setspecific (ptw32_cleanupKey, (void *) cleanup);
ptw32_processInitialize.c 84 (pthread_key_create (&ptw32_cleanupKey, NULL) != 0))
global.c 46 pthread_key_t ptw32_cleanupKey = NULL;
implement.h 581 extern pthread_key_t ptw32_cleanupKey;
    [all...]

Completed in 3311 milliseconds