Home
last modified time | relevance | path

Searched refs:WINPTHREAD_API (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dpthread.h87 #define WINPTHREAD_API __declspec(dllexport) macro
89 #define WINPTHREAD_API __declspec(dllimport)
92 #define WINPTHREAD_API
160 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 …]
Dpthread_time.h79 #ifndef WINPTHREAD_API
80 #define WINPTHREAD_API macro
84 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);