OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [new_chapters/] [base.t] - Diff between revs 1026 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 1026 Rev 1765
@c
@c
@c  COPYRIGHT (c) 1988-2002.
@c  COPYRIGHT (c) 1988-2002.
@c  On-Line Applications Research Corporation (OAR).
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c  All rights reserved.
@c
@c
@c  base.t,v 1.5 2002/01/17 21:47:45 joel Exp
@c  base.t,v 1.5 2002/01/17 21:47:45 joel Exp
@c
@c
@chapter Mutex Manager
@chapter Mutex Manager
@section Introduction
@section Introduction
The mutex manager ...
The mutex manager ...
The directives provided by the mutex manager are:
The directives provided by the mutex manager are:
@itemize @bullet
@itemize @bullet
@item @code{sigaddset} -
@item @code{sigaddset} -
@item @code{sigdelset} -
@item @code{sigdelset} -
@item @code{sigfillset} -
@item @code{sigfillset} -
@item @code{sigismember} -
@item @code{sigismember} -
@item @code{sigemptyset} -
@item @code{sigemptyset} -
@item @code{sigaction} -
@item @code{sigaction} -
@item @code{pthread_kill} -
@item @code{pthread_kill} -
@item @code{pthread_sigmask} -
@item @code{pthread_sigmask} -
@item @code{kill} -
@item @code{kill} -
@item @code{sigwait} -
@item @code{sigwait} -
@end itemize
@end itemize
@section Background
@section Background
There is currently no text in this section.
There is currently no text in this section.
@section Operations
@section Operations
There is currently no text in this section.
There is currently no text in this section.
@section Directives
@section Directives
This section details the mutex manager's directives.
This section details the mutex manager's directives.
A subsection is dedicated to each of this manager's directives
A subsection is dedicated to each of this manager's directives
and describes the calling sequence, related constants, usage,
and describes the calling sequence, related constants, usage,
and status codes.
and status codes.
@page
@page
@subsection sigaddset
@subsection sigaddset
@subheading CALLING SEQUENCE:
@subheading CALLING SEQUENCE:
@example
@example
int sigaddset(
int sigaddset(
  sigset_t   *set,
  sigset_t   *set,
  int         signo
  int         signo
);
);
@end example
@end example
@subheading STATUS CODES:
@subheading STATUS CODES:
@subheading DESCRIPTION:
@subheading DESCRIPTION:
@subheading NOTES:
@subheading NOTES:
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.