Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libpthread
Module Name: src
Committed By: ad
Date: Sat Jun 28 10:29:37 UTC 2008
Modified Files:
src/lib/libpthread: pthread.c pthread_attr.c pthread_int.h
Log Message:
Now that we have all the scheduling gunk, make these do something useful:
pthread_attr_get_np
pthread_attr_setschedparam
pthread_attr_getschedparam
pthread_attr_setschedpolicy
pthread_attr_getschedpolicy
To generate a diff of this commit:
cvs rdiff -r1.102 -r1.103 src/lib/libpthread/pthread.c
cvs rdiff -r1.9 -r1.10 src/lib/libpthread/pthread_attr.c
cvs rdiff -r1.69 -r1.70 src/lib/libpthread/pthread_int.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index