osScRemoveClient.3p
578 Bytes
.TH osScAddClient 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
osScRemoveClient \- remove a client from the RCP task scheduler.
.SH SYNOPSIS
.nf
\f3
.Op c
#include <ultra64.h>
.sp .8v
void osScRemoveClient(OSSched *s, OSScClient *c);
.SH PARAMETERS
.TP 10
.I s
pointer to the scheduler structure.
.TP
.I c
pointer to the client structure to be removed from the scheduler's list.
.SH DESCRIPTION
Remove the client from the scheduler's list of active clients. osScRemoveClient
does not free any memory.
.SH "SEE ALSO"
.IR osCreateScheduler (3P),
.IR osScAddClient (3P)