Macros by Category Revision History
Search:

etr_short_sleep

SYNOPSIS

ETR_SHORT_SLEEP

DESCRIPTION

This macro searches for a "sleep" function that has 1/1000 of a second accuracy. On some systems, this is known as nap() and on others usleep() / 1000. There are probably other functions like this defined in other system libraries, but we don't know how to search for them yet. Contributions joyously accepted. :)

SOURCE CODE

http://autoconf-archive.cryp.to/etr_short_sleep.m4

LICENSE

Copyright © 2008 Warren Young <warren@etr-usa.com>

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.