1
0
Files
irix-657m-src/eoe/cmd/react/man/man3/frs_join.3
2022-09-29 17:59:04 +03:00

57 lines
1.5 KiB
Groff

'\"macro stdmacro
.TH "Frame Scheduler" 3
.SH NAME
\f4frs_join\f1 \- joins the calling thread/process with a frame scheduler object
.SH SYNOPSIS
\f4#include <sys/frs.h>\f1
.PP
\f4int frs_join (frs_t\(** \f2frs\fP);\f1
.fi
.SH DESCRIPTION
\f4frs_join\fP joins the calling activity thread/process with the
target \f2frs\fP, informing the frame scheduler that it is ready to
be scheduled.
.P
All enqueued activity threads/processes [see \f4frs_enqueue\fP(3)]
of participating frame schedulers must join its frame scheduler object
before frame rate scheduling can commence.
.P
Controller and dequeued threads/processes cannot call \f4frs_join\fP.
.P
\f4frs_join\fP will fail if one or more of the following
conditions are true:
.TP 15
.SM
\%[EINVAL]
Invalid frame scheduler object.
.TP 15
.SM
\%[EPERM]
No permission to execute frame scheduler functions.
.TP 15
.SM
\%[EPERM]
The calling thread/process is an FRS controller.
.TP 15
.SM
\%[EPERM]
The calling pthread is not system scope.
.TP 15
.SM
\%[ENODEV]
The REACT/Pro Frame Scheduler Subsystem has not been installed.
.SH "DIAGNOSTICS"
Upon successful completion, \f4frs_join\fP will return 0.
Otherwise, -1 is returned and errno is set to indicate the error.
.SH "SEE ALSO"
\f4frs_start\f1(3),
\f4frs_yield\f1(3),
\f4frs_stop\f1(3),
\f4frs_resume\f1(3),
.P
The REACT Real-Time Programmer's Guide (insight(1)) covers Frame Scheduler
principles and usage in detail.
.P
Frame scheduler programming examples (if installed) can be found in the
following directory: /usr/share/src/react/examples.