pcsc-lite  1.8.8
Functions
sys_generic.h File Reference

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)
 

Detailed Description

This handles abstract system level calls.

Definition in file sys_generic.h.

Function Documentation

int SYS_Sleep ( int  iTimeVal)

Makes the current process sleep for some seconds.

Parameters
[in]iTimeValNumber 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.

Parameters
[in]iTimeValNumber 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().