diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-04-15 09:22:14 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-04-15 09:22:14 +0000 |
commit | 162deed59530613431b06206352d80f958870305 (patch) | |
tree | 9c8d2ede9ace4a3d03b91c7af3c8135edb5373cb /winsup/cygwin/posix.sgml | |
parent | b909b457d0329d1a9e1564fe88ac916142e250e8 (diff) | |
download | cygnal-162deed59530613431b06206352d80f958870305.tar.gz cygnal-162deed59530613431b06206352d80f958870305.tar.bz2 cygnal-162deed59530613431b06206352d80f958870305.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/posix.sgml')
-rw-r--r-- | winsup/cygwin/posix.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml index 53e760633..d44f2bfd5 100644 --- a/winsup/cygwin/posix.sgml +++ b/winsup/cygwin/posix.sgml @@ -598,6 +598,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> pthread_setcanceltype pthread_setconcurrency pthread_setschedparam + pthread_setschedprio pthread_setspecific pthread_sigmask pthread_spin_destroy @@ -1388,7 +1389,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> pthread_mutex_timedlock pthread_rwlock_timedrdlock pthread_rwlock_timedwrlock - pthread_setschedprio putmsg reminderl remquol |