Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ omni_poll(3) — BASEstar Open Server 3.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

omni_poll(3)  —  Subroutines

 

Name

omni_poll − The omni_poll procedure provides completion notification of an asynchronous function. 
 

Syntax

extern unsigned long int omni_poll (
       struct timeval    ∗time_value);

Arguments

time_valueaccess: read only mechanism: by reference optional argument

A value that specifies the maximum interval to wait for omni_poll to complete.  If omni_poll is called without a time_value, it will wait indefinitely for the completion of a previous DEComni call. 

If no function completes before the time_value is reached, omni_poll returns a status of omni_s_timeout. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026