Typedefs | Functions
icl_core::os::hidden_win32 Namespace Reference

Internal implementation details for Win32 systems. More...

Typedefs

typedef unsigned long ThreadId
 

Functions

pid_t getpid ()
 
void gettimeofday (struct timespec *time)
 
void * memcpy (void *dest, void *src, size_t count)
 
void * memset (void *dest, int c, size_t count)
 
int nanosleep (const struct timespec *rqtp, struct timespec *rmtp)
 
int rename (const char *old_filename, const char *new_filename)
 
unsigned int sleep (unsigned int seconds)
 
char * stpcpy (char *dst, const char *src)
 
char * strdup (const char *s)
 
ThreadId threadSelf ()
 
int unlink (const char *filename)
 
int usleep (unsigned long useconds)
 
int vsnprintf (char *buffer, size_t maxlen, const char *format, va_list argptr)
 

Detailed Description

Internal implementation details for Win32 systems.

Typedef Documentation

typedef unsigned long icl_core::os::hidden_win32::ThreadId

Definition at line 39 of file os_win32_thread.h.

Function Documentation

ICL_CORE_IMPORT_EXPORT pid_t icl_core::os::hidden_win32::getpid ( )

Definition at line 34 of file os_win32_thread.cpp.

ICL_CORE_IMPORT_EXPORT void icl_core::os::hidden_win32::gettimeofday ( struct timespec time)

Definition at line 34 of file os_win32_time.cpp.

ICL_CORE_IMPORT_EXPORT void * icl_core::os::hidden_win32::memcpy ( void *  dest,
void *  src,
size_t  count 
)

Definition at line 31 of file os_win32_mem.cpp.

ICL_CORE_IMPORT_EXPORT void * icl_core::os::hidden_win32::memset ( void *  dest,
int  c,
size_t  count 
)

Definition at line 36 of file os_win32_mem.cpp.

ICL_CORE_IMPORT_EXPORT int icl_core::os::hidden_win32::nanosleep ( const struct timespec rqtp,
struct timespec rmtp 
)

Definition at line 43 of file os_win32_time.cpp.

ICL_CORE_IMPORT_EXPORT int icl_core::os::hidden_win32::rename ( const char *  old_filename,
const char *  new_filename 
)

Definition at line 31 of file os_win32_fs.cpp.

ICL_CORE_IMPORT_EXPORT unsigned int icl_core::os::hidden_win32::sleep ( unsigned int  seconds)

Definition at line 74 of file os_win32_time.cpp.

ICL_CORE_IMPORT_EXPORT char * icl_core::os::hidden_win32::stpcpy ( char *  dst,
const char *  src 
)

Definition at line 32 of file os_win32_string.cpp.

ICL_CORE_IMPORT_EXPORT char * icl_core::os::hidden_win32::strdup ( const char *  s)

Definition at line 39 of file os_win32_string.cpp.

ICL_CORE_IMPORT_EXPORT ThreadId icl_core::os::hidden_win32::threadSelf ( )

Definition at line 29 of file os_win32_thread.cpp.

ICL_CORE_IMPORT_EXPORT int icl_core::os::hidden_win32::unlink ( const char *  filename)

Definition at line 36 of file os_win32_fs.cpp.

ICL_CORE_IMPORT_EXPORT int icl_core::os::hidden_win32::usleep ( unsigned long  useconds)

Definition at line 91 of file os_win32_time.cpp.

ICL_CORE_IMPORT_EXPORT int icl_core::os::hidden_win32::vsnprintf ( char *  buffer,
size_t  maxlen,
const char *  format,
va_list  argptr 
)

Definition at line 44 of file os_win32_string.cpp.



fzi_icl_core
Author(s):
autogenerated on Mon Jun 10 2019 13:17:59