* thread.cc (pthread_setschedprio): New function.
* include/pthread.h (pthread_setschedprio): Declare. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * cygwin.din (pthread_setschedprio): Export. * posix.sgml (std-notimpl) Move pthread_setschedprio from here... (std-susv4) ...to here.
This commit is contained in:
@ -194,6 +194,7 @@ pthread_t pthread_self (void);
|
||||
int pthread_setcancelstate (int, int *);
|
||||
int pthread_setcanceltype (int, int *);
|
||||
int pthread_setschedparam (pthread_t, int, const struct sched_param *);
|
||||
int pthread_setschedprio (pthread_t, int);
|
||||
int pthread_setspecific (pthread_key_t, const void *);
|
||||
void pthread_testcancel (void);
|
||||
|
||||
|
Reference in New Issue
Block a user