Searched refs:WINPTHREAD_API (Results 1 – 2 of 2) sorted by relevance
87 #define WINPTHREAD_API __declspec(dllexport) macro89 #define WINPTHREAD_API __declspec(dllimport)92 #define WINPTHREAD_API160 void * WINPTHREAD_API pthread_timechange_handler_np(void * dummy);161 int WINPTHREAD_API pthread_delay_np (const struct timespec *interval);162 int WINPTHREAD_API pthread_num_processors_np(void);163 int WINPTHREAD_API pthread_set_num_processors_np(int n);243 int WINPTHREAD_API sched_yield(void);244 int WINPTHREAD_API sched_get_priority_min(int pol);245 int WINPTHREAD_API sched_get_priority_max(int pol);[all …]
79 #ifndef WINPTHREAD_API80 #define WINPTHREAD_API macro84 int __cdecl WINPTHREAD_API nanosleep(const struct timespec *request, struct timespec *remain);86 int __cdecl WINPTHREAD_API clock_nanosleep(clockid_t clock_id, int flags, const struct timespec *re…87 int __cdecl WINPTHREAD_API clock_getres(clockid_t clock_id, struct timespec *res);88 int __cdecl WINPTHREAD_API clock_gettime(clockid_t clock_id, struct timespec *tp);89 int __cdecl WINPTHREAD_API clock_settime(clockid_t clock_id, const struct timespec *tp);