#include <errno.h>
#include <stdio.h>
#include <dirent.h>
#include <pthread.h>
Go to the source code of this file.
◆ CT_OS_INVALID_FILE
#define CT_OS_INVALID_FILE NULL |
◆ CT_OS_INVALID_ITER
#define CT_OS_INVALID_ITER NULL |
◆ CT_OS_INVALID_LIBRARY
#define CT_OS_INVALID_LIBRARY NULL |
◆ CT_OS_INVALID_MAPPING
#define CT_OS_INVALID_MAPPING NULL |
◆ CT_OS_NAME_MAX
#define CT_OS_NAME_MAX 255 |
◆ CT_OS_THREAD_INVALID
#define CT_OS_THREAD_INVALID NULL |
◆ os_file_impl_t
◆ os_inode_impl_t
◆ os_iter_impl_t
◆ os_library_impl_t
◆ os_mutex_impl_t
◆ os_thread_impl_t
◆ anonymous enum
Enumerator |
---|
eOsSuccess | |
eOsNotFound | |
eOsExists | |
eOsTooSmall | |
Definition at line 23 of file posix.h.