Searched refs:__pthread_getschedparam (Results 1 – 3 of 3) sorted by relevance
23 __pthread_getschedparam (pthread_t thread, int *policy, in __pthread_getschedparam() function31 weak_alias (__pthread_getschedparam, pthread_getschedparam);
50 int __pthread_getschedparam (pthread_t, int *, struct sched_param *);
337 extern int __pthread_getschedparam (pthread_t thread_id, int *policy,339 libc_hidden_proto (__pthread_getschedparam)
Completed in 6 milliseconds