|
pcsc-lite
1.8.8
|
This handles abstract system level calls. More...
#include "config.h"#include <sys/types.h>#include <sys/mman.h>#include <sys/stat.h>#include <sys/wait.h>#include <sys/time.h>#include <sys/file.h>#include <fcntl.h>#include <errno.h>#include <unistd.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <signal.h>#include <time.h>#include "misc.h"#include "sys_generic.h"#include "debuglog.h"Go to the source code of this file.
Functions | |
| INTERNAL int | SYS_Sleep (int iTimeVal) |
| Makes the current process sleep for some seconds. More... | |
| INTERNAL int | SYS_USleep (int iTimeVal) |
| Makes the current process sleep for some microseconds. More... | |
| INTERNAL int | SYS_RandomInt (int fStart, int fEnd) |
| INTERNAL int | SYS_GetSeed (void) |
This handles abstract system level calls.
Definition in file sys_unix.c.
| INTERNAL 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().
| INTERNAL 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().
1.8.5