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

Definition at line 34 of file os_win32_thread.cpp.

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.

Definition at line 39 of file os_win32_string.cpp.

Definition at line 29 of file os_win32_thread.cpp.

Definition at line 36 of file os_win32_fs.cpp.

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 Tue Aug 8 2017 02:28:05