pcsc-lite 1.7.2
|
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. | |
int | SYS_USleep (int) |
Makes the current process sleep for some microseconds. | |
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 44 of file sys_unix.c.
Referenced by SVCServiceRunLoop().
int SYS_USleep | ( | int | iTimeVal | ) |
Makes the current process sleep for some microseconds.
[in] | iTimeVal | Number of microseconds to sleep. |
Definition at line 62 of file sys_unix.c.
Referenced by IFDCloseIFD(), SCardBeginTransaction(), SCardConnect(), SCardDisconnect(), SCardEndTransaction(), SCardGetStatusChange(), SCardReconnect(), SCardStatus(), and SCardTransmit().