| OpenSS7 SS7 for the Common Man | © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. Last modified: Sat, 01 Nov 2008 10:41:54 GMT | ||||||||||||||||
| |||||||||||||||||
| Description: Manual PageKeywords: ss7 ss7/ip ss7 over ip ss7 mtp ss7 sccp ss7 tcap sigtran mtp sccp tcap openss7 acb56 linux telephony pstn linux telephony linux nebs linux compactpciDELAYSection: Linux Fast-STREAMS DDI/DKI (9)Updated: 2008-10-31 Index Return to Main Contents NAMEdelay - postpone the calling process for a number of clock ticksSYNOPSIS
ARGUMENTS
INTERFACEDESCRIPTIONdelay() schedules the calling process for at least the number of system clock ticks specified by the ticks argument. USAGEdelay() is only usable from user (blockable) context. This makes it not very useful for STREAMS drivers and modules. See SV_WAIT(9) or qwait(9) for other approaches. RETURNERRORSCONTEXTdelay() can be called from user context which includes qi_qopen(9) and qi_qclose(9) procedures. If called from STREAMS context, it will block the softirq kernel daemon thread and have hazardous effects on system performance. MP-STREAMSNOTICESdelay() will not be interrupted by a signal. IMPLEMENTATIONdelay() is implemented using the Linux kernel function schedule_timeout(9). SEE ALSOudelay(9), drv_usecwait(9), SV_WAIT(9), qwait(9). BUGSCOMPATIBILITYdelay() is compatible with SVR 4.2 MP DDI/DKI[1] and systems based on SVR 4.2 MP, with the following portability considerations:
See STREAMS(9) for additional compatibility considerations. CONFORMANCEHISTORYdelay() first appeared in SVR 3[5]. REFERENCES
TRADEMARKS
Other trademarks are the property of their respective owners. IDENTIFICATION
Copyright©1997-2008OpenSS7 Corp.
All Rights Reserved.
Index
This document was created by man2html, using the manual pages. Time: 15:30:51 GMT, May 23, 2013 | ||||||||||||||||
| OpenSS7 SS7 for the Common Man |
| ||||||||||||||||
| Last modified: Sat, 01 Nov 2008 10:41:54 GMT © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. |