Home
last modified time | relevance | path

Searched refs:PTW32_DLLPORT (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/
H A Dpthread.h552 # define PTW32_DLLPORT __declspec (dllexport) macro
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 …]
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 int __cdecl sem_post_multiple (sem_t * sem,
[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);