Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

c poll without timout

EndProgramm answered on January 4, 2024 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers


c poll without timout

0

What timeout values are accepted for poll()

If timeout is greater than zero, it specifies a maximum interval (in milliseconds) to wait for any file descriptor to become ready. If timeout is zero, then poll() will return without blocking. If the value of timeout is -1, the poll blocks indefinitely.

as of Mac OS X 10.5;

Maximum interval to wait for the poll to complete, in milliseconds. If this value is 0, poll() will return immediately. If this value is INFTIM (-1), poll() will block indefinitely until a condition is found.

Popularity 3/10 Helpfulness 1/10 Language whatever
Source: Grepper
Tags: c whatever
Link to this answer
Share Copy Link
Contributed on Jan 04 2024
EndProgramm
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.