Searched refs:PTW32_DLLPORT (Results 1 – 3 of 3) sorted by relevance
552 # define PTW32_DLLPORT __declspec (dllexport) macro554 # define PTW32_DLLPORT __declspec (dllimport)557 # define PTW32_DLLPORT891 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 …]
80 # define PTW32_DLLPORT __declspec (dllexport) macro82 # define PTW32_DLLPORT __declspec (dllimport) macro85 # define PTW32_DLLPORT macro132 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 …]
81 # define PTW32_DLLPORT __declspec (dllexport) macro83 # define PTW32_DLLPORT __declspec (dllimport) macro86 # define PTW32_DLLPORT macro151 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);