This commit is contained in:
Joel Sherrill
1996-05-23 19:56:49 +00:00
parent d3fed0a30f
commit 3d135eeaa9
16 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_setparam"
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_getparam"
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_setscheduler"
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_getscheduler"
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_yield"
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_get_priority_max"
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_get_priority_min"
+5 -5
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_rr_get_interval"
@@ -21,11 +21,11 @@
void test( void )
{
pid_t pid;
sruct timespec interval;
int result;
pid_t pid;
struct timespec interval;
int result;
pid = 0;
result = sched_rr_get_interval( pid, interval );
result = sched_rr_get_interval( pid, &interval );
}
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_setparam"
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_getparam"
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_setscheduler"
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_getscheduler"
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_yield"
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_get_priority_max"
+1 -1
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_get_priority_min"
+5 -5
View File
@@ -13,7 +13,7 @@
* $Id$
*/
#include <pthread.h>
#include <sched.h>
#ifndef _POSIX_PRIORITY_SCHEDULING
#error "rtems is supposed to have sched_rr_get_interval"
@@ -21,11 +21,11 @@
void test( void )
{
pid_t pid;
sruct timespec interval;
int result;
pid_t pid;
struct timespec interval;
int result;
pid = 0;
result = sched_rr_get_interval( pid, interval );
result = sched_rr_get_interval( pid, &interval );
}