|
pcsc-lite
1.8.17
|
This handles abstract system level calls. More...
#include <sys/stat.h>#include <sys/mman.h>Go to the source code of this file.
Functions | |
| int | SYS_Sleep (int) |
| Makes the current process sleep for some seconds. More... | |
| int | SYS_USleep (int) |
| Makes the current process sleep for some microseconds. More... | |
| int | SYS_Daemon (int, int) |
| int | SYS_RandomInt (int, int) |
| int | SYS_GetSeed (void) |
This handles abstract system level calls.
Definition in file sys_generic.h.
| int SYS_Sleep | ( | int | iTimeVal | ) |
Makes the current process sleep for some seconds.
| [in] | iTimeVal | Number of seconds to sleep. |
Definition at line 65 of file sys_unix.c.
| int SYS_USleep | ( | int | iTimeVal | ) |
Makes the current process sleep for some microseconds.
| [in] | iTimeVal | Number of microseconds to sleep. |
Definition at line 83 of file sys_unix.c.
1.8.11