1 .\" Copyright 2014 Garrett D'Amore <garrett@damore.org>
2 .\" Copyright (c) 1980 Regents of the University of California. All rights reserved. The Berkeley software License Agreement specifies the terms and conditions for redistribution. Copyright (c) 2002, Sun Microsystems, Inc. All Rights Reserved Portions Copyright (c) 1992,
3 .\" X/Open Company Limited All Rights Reserved
4 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at
5 .\" http://www.opengroup.org/bookstore/.
6 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
7 .\" This notice shall appear on any product containing this material.
13 .Nd schedule signal after interval in microseconds
17 .Fn ualarm "useconds_t useconds" "useconds_t interval"
23 signal to be generated for
24 the calling process after the number of real-time microseconds specified by the
30 non-zero, repeated timeout notification occurs with a period in microseconds
34 If the notification signal,
36 is not caught or ignored, the calling process is terminated.
38 Because of scheduling delays, resumption of execution when the signal is caught
39 may be delayed an arbitrary amount of time.
51 function returns the number of microseconds remaining from
55 If no timeouts are pending or if
57 has not previously been called,
61 No errors are defined.
65 function is a simplified interface to
70 It's use has been deprecated in favor of the
73 .Sh INTERFACE STABILITY
74 .Sy Obsolete Standard .
88 function is available in the following compilation environments.
113 It is marked obsolete in
114 .St -susv3 , and was removed from