]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Attempt to describe the race conditions that must be considered
authorIan Dowse <iedowse@FreeBSD.org>
Sun, 23 Jan 2005 17:42:48 +0000 (17:42 +0000)
committerIan Dowse <iedowse@FreeBSD.org>
Sun, 23 Jan 2005 17:42:48 +0000 (17:42 +0000)
commit641a1aa10dc0d95cfecad3b535eeaed25f8be823
tree61cf6a409d55070dff83dfe783075e17800b0295
parente33621db7f3334428569cfe19da1f48dc6eb1605
Attempt to describe the race conditions that must be considered
when using the callout subsystem. Show how the callout_pending(),
callout_active() and callout_deactivate() macros can be used to
achieve simpler race-free callout semantics in many situations.
share/man/man9/timeout.9