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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 570 #define PTW32_CDECL __cdecl
736 typedef void (* PTW32_CDECL ptw32_cleanup_callback_t)(void *);
891 PTW32_DLLPORT int PTW32_CDECL pthread_attr_init (pthread_attr_t * attr);
893 PTW32_DLLPORT int PTW32_CDECL pthread_attr_destroy (pthread_attr_t * attr);
895 PTW32_DLLPORT int PTW32_CDECL pthread_attr_getdetachstate (const pthread_attr_t * attr,
898 PTW32_DLLPORT int PTW32_CDECL pthread_attr_getstackaddr (const pthread_attr_t * attr,
901 PTW32_DLLPORT int PTW32_CDECL pthread_attr_getstacksize (const pthread_attr_t * attr,
904 PTW32_DLLPORT int PTW32_CDECL pthread_attr_setdetachstate (pthread_attr_t * attr,
907 PTW32_DLLPORT int PTW32_CDECL pthread_attr_setstackaddr (pthread_attr_t * attr,
910 PTW32_DLLPORT int PTW32_CDECL pthread_attr_setstacksize (pthread_attr_t * attr
    [all...]
pthread_key_create.c 47 pthread_key_create (pthread_key_t * key, void (PTW32_CDECL *destructor) (void *))
pthread_once.c 41 pthread_once (pthread_once_t * once_control, void (PTW32_CDECL *init_routine) (void))
sem_wait.c 49 static void PTW32_CDECL
pthread_cond_wait.c 275 static void PTW32_CDECL
sem_timedwait.c 55 static void PTW32_CDECL
create.c 47 void *(PTW32_CDECL *start) (void *), void *arg)
ptw32_threadStart.c 134 void * (PTW32_CDECL *start) (void *);
implement.h 344 void (PTW32_CDECL *destructor) (void *);
355 void *(PTW32_CDECL *start) (void *);
    [all...]

Completed in 76 milliseconds