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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
semaphore.h 80 # define PTW32_DLLPORT __declspec (dllexport)
82 # define PTW32_DLLPORT __declspec (dllimport)
85 # define PTW32_DLLPORT
132 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
136 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
138 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
140 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
142 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
145 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
147 PTW32_DLLPORT int __cdecl sem_post_multiple (sem_t * sem
    [all...]
pthread.h 552 # define PTW32_DLLPORT __declspec (dllexport)
554 # define PTW32_DLLPORT __declspec (dllimport)
557 # define PTW32_DLLPORT
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
    [all...]
sched.h 81 # define PTW32_DLLPORT __declspec (dllexport)
83 # define PTW32_DLLPORT __declspec (dllimport)
86 # define PTW32_DLLPORT
151 PTW32_DLLPORT int __cdecl sched_yield (void);
153 PTW32_DLLPORT int __cdecl sched_get_priority_min (int policy);
155 PTW32_DLLPORT int __cdecl sched_get_priority_max (int policy);
157 PTW32_DLLPORT int __cdecl sched_setscheduler (pid_t pid, int policy);
159 PTW32_DLLPORT int __cdecl sched_getscheduler (pid_t pid);
need_errno.h 64 # define PTW32_DLLPORT __declspec (dllexport)
66 # define PTW32_DLLPORT __declspec (dllimport)
69 # define PTW32_DLLPORT
75 PTW32_DLLPORT int * __cdecl _errno(void);

Completed in 546 milliseconds