Searched refs:PTW32_DLLPORT (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsemaphore.h80 # define PTW32_DLLPORT __declspec (dllexport) macro
82 # define PTW32_DLLPORT __declspec (dllimport) macro
85 # define PTW32_DLLPORT macro
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 in
[all...]
H A Dpthread.h552 # define PTW32_DLLPORT __declspec (dllexport) macro
554 # define PTW32_DLLPORT __declspec (dllimport) macro
557 # define PTW32_DLLPORT macro
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 in
[all...]
H A Dsched.h81 # define PTW32_DLLPORT __declspec (dllexport) macro
83 # define PTW32_DLLPORT __declspec (dllimport) macro
86 # define PTW32_DLLPORT macro
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);
H A Dneed_errno.h64 # define PTW32_DLLPORT __declspec (dllexport) macro
66 # define PTW32_DLLPORT __declspec (dllimport) macro
69 # define PTW32_DLLPORT macro
75 PTW32_DLLPORT int * __cdecl _errno(void);

Completed in 5254 milliseconds