RTI Connext DDS Micro C API
Version 3.0.0
|
OS API. ModuleID = 0. More...
Macros | |
#define | OSAPI_LOG_GET_NEXT_OBJECT_ID_EC (OSAPI_LOG_BASE + 1) |
Retrieving the next error code failed. | |
#define | OSAPI_LOG_SYSTEM_SET_PROPERTY_EC (OSAPI_LOG_BASE + 2) |
An error occured while setting the system properties. | |
#define | OSAPI_LOG_SYSTEM_TIMER_START_EC (OSAPI_LOG_BASE + 4) |
An error occured when starting the system timer. | |
#define | OSAPI_LOG_SYSTEM_TIMER_STOP_EC (OSAPI_LOG_BASE + 5) |
An error occured when stopping the system timer. | |
#define | OSAPI_LOG_THREAD_NEW_EC (OSAPI_LOG_BASE + 6) |
An error when allocating the a thread object. | |
#define | OSAPI_LOG_THREAD_CREATE_EC (OSAPI_LOG_BASE + 7) |
An error when creating the a thread object. | |
#define | OSAPI_LOG_THREAD_SEM_EC (OSAPI_LOG_BASE + 8) |
An error when creating thread sync semaphore. | |
#define | OSAPI_LOG_THREAD_EXEC_CREATE_EC (OSAPI_LOG_BASE + 9) |
Failed to signal that a thread has been created. | |
#define | OSAPI_LOG_THREAD_EXEC_START_EC (OSAPI_LOG_BASE + 10) |
Failed to signal the start a created thread. | |
#define | OSAPI_LOG_THREAD_START_EC (OSAPI_LOG_BASE + 11) |
Failed to start a thread. | |
#define | OSAPI_LOG_THREAD_DESTROY_EC (OSAPI_LOG_BASE + 12) |
Failed to destroy a thread. | |
#define | OSAPI_LOG_THREAD_DESTROY_NO_START_EC (OSAPI_LOG_BASE + 13) |
Failed to start an unstarted thread being destroyed. | |
#define | OSAPI_LOG_THREAD_DESTROY_NO_WAKEUP_EC (OSAPI_LOG_BASE + 14) |
Failed wakeup of a thread being destroyed. | |
#define | OSAPI_LOG_THREAD_INIT_EC (OSAPI_LOG_BASE + 15) |
Failed initializing a thread. | |
#define | OSAPI_LOG_THREAD_SCHEDPARAM_EC (OSAPI_LOG_BASE + 16) |
Failed to set scheduling policy of a thread. | |
#define | OSAPI_LOG_THREAD_GET_POLICY_EC (OSAPI_LOG_BASE + 17) |
Failed to get the scheduling policy of a thread. | |
#define | OSAPI_LOG_THREAD_POLICY_DIFFER_EC (OSAPI_LOG_BASE + 18) |
Mismatch of scheduling policy of a created thread and the application thread. | |
#define | OSAPI_LOG_THREAD_PRIORITY_MAP_EC (OSAPI_LOG_BASE + 19) |
Failed to map to native thread priority values. | |
#define | OSAPI_LOG_TIMER_DELETE_EC (OSAPI_LOG_BASE + 20) |
Failed to delete the Timer object. | |
#define | OSAPI_LOG_TIMER_TICK_MUTEX_EC (OSAPI_LOG_BASE + 22) |
Failed taking or giving the Timer mutex. | |
#define | OSAPI_LOG_TIMER_GET_USER_DATA_EPOCH_EC (OSAPI_LOG_BASE + 27) |
Failed to return user data for a timeout due to mismatched epochs. | |
#define | OSAPI_LOG_TIMER_NEW_EC (OSAPI_LOG_BASE + 28) |
Failed to allocate memory for a new Timer. | |
#define | OSAPI_LOG_TIMER_NEW_ENTRY_EC (OSAPI_LOG_BASE + 29) |
Failed to allocate memory for a new Timer entry. | |
#define | OSAPI_LOG_TIMER_NEW_WHEEL_EC (OSAPI_LOG_BASE + 30) |
Failed to allocate memory for a new Timer wheel. | |
#define | OSAPI_LOG_TIMER_NEW_MUTEX_EC (OSAPI_LOG_BASE + 31) |
Failed to create a new Timer mutex. | |
#define | OSAPI_LOG_TIMER_NEW_START_TIMER_EC (OSAPI_LOG_BASE + 32) |
Failed to start a new Timer being created. | |
#define | OSAPI_LOG_TIMER_DELETE_STOP_TIMER_EC (OSAPI_LOG_BASE + 33) |
Failed to stop a Timer being deleted. | |
#define | OSAPI_LOG_TIMER_DELETE_MUTEX_EC (OSAPI_LOG_BASE + 34) |
Failed to delete the Timer mutex. | |
#define | OSAPI_LOG_TIMER_MUTEX_EC (OSAPI_LOG_BASE + 35) |
Failed to take or give a Timer mutex. | |
#define | OSAPI_LOG_SEMAPHORE_DELETE_EC (OSAPI_LOG_BASE + 36) |
Failed to delete a semaphore. | |
#define | OSAPI_LOG_SEMAPHORE_NEW_EC (OSAPI_LOG_BASE + 37) |
Failed to create a semaphore. | |
#define | OSAPI_LOG_SEMAPHORE_NEW_INIT_EC (OSAPI_LOG_BASE + 38) |
Failed to initialize a new semaphore. | |
#define | OSAPI_LOG_SEMAPHORE_GIVE_EC (OSAPI_LOG_BASE + 39) |
Failed to give a semaphore. | |
#define | OSAPI_LOG_SEMAPHORE_TAKE_EC (OSAPI_LOG_BASE + 40) |
Failed to take a semaphore. | |
#define | OSAPI_LOG_MUTEX_DELETE_EC (OSAPI_LOG_BASE + 41) |
Failed to delete a mutex. | |
#define | OSAPI_LOG_MUTEX_NEW_EC (OSAPI_LOG_BASE + 42) |
Failed to create a mutex. | |
#define | OSAPI_LOG_MUTEX_TAKE_EC (OSAPI_LOG_BASE + 43) |
Failed to take a mutex. | |
#define | OSAPI_LOG_MUTEX_GIVE_EC (OSAPI_LOG_BASE + 44) |
Failed to give a mutex. | |
#define | OSAPI_LOG_MUTEX_INIT_EC (OSAPI_LOG_BASE + 45) |
Failed to initialize a mutex. | |
#define | OSAPI_LOG_HEAP_INTERNAL_ALLOCATE_EC (OSAPI_LOG_BASE + 46) |
Failed to allocate a buffer from the heap. | |
#define | OSAPI_LOG_SYSTEM_GET_TIME_EC (OSAPI_LOG_BASE + 48) |
Failed to get current system time. | |
#define | OSAPI_LOG_LAST_RECORDED_ERROR_EC (OSAPI_LOG_BASE + 49) |
Return the last recorded error-code for the calling thread. | |
#define | OSAPI_LOG_SET_THREAD_NAME_EC (OSAPI_LOG_BASE + 50) |
Failed to set the thread name in the OS. | |
#define | OSAPI_LOG_SEM_OPEN_EC (OSAPI_LOG_BASE + 52) |
Failure during call VxWorks semOpen(...) or Posix sem_open(...) when managing shared memory segments, semaphores, or mutexes. | |
#define | OSAPI_LOG_SEM_INFO_GET_EC (OSAPI_LOG_BASE + 53) |
Failure during VxWorks call semInfoGet when managing shared memory segments, semaphores, or mutexes. | |
#define | OSAPI_LOG_SD_UNMAP_EC (OSAPI_LOG_BASE + 54) |
Failure during VxWorks call sdUnmap when managing shared memory segments, semaphores, or mutexes. | |
#define | OSAPI_LOG_SD_OPEN_EC (OSAPI_LOG_BASE + 55) |
Failure during VxWorks call sdOpen when managing shared memory segments, semaphores, or mutexes. | |
#define | OSAPI_LOG_SEM_GIVE_EC (OSAPI_LOG_BASE + 56) |
Failure during VxWorks call semGive when managing shared memory segments, semaphores, or mutexes. | |
#define | OSAPI_LOG_SEM_TAKE_EC (OSAPI_LOG_BASE + 57) |
Failure during VxWorks call semTake when managing shared memory segments, semaphores, or mutexes. | |
#define | OSAPI_LOG_UNKNOWN_SEMAPHORE_TYPE_EC (OSAPI_LOG_BASE + 58) |
Trying to perform an operation an unknown semmutex type. | |
#define | OSAPI_LOG_SEGMENT_ALREADY_EXISTS_EC (OSAPI_LOG_BASE + 59) |
Failed to create segment due to a segment already existing. | |
#define | OSAPI_LOG_SEGMENT_DOESNT_EXIST_EC (OSAPI_LOG_BASE + 60) |
Segment trying to be attached to does not exist. | |
#define | OSAPI_LOG_SEGMENT_DETACH_FAILED_EC (OSAPI_LOG_BASE + 61) |
Failed to detach from shared memory segment. | |
#define | OSAPI_LOG_SHMEM_ATTACH_FAILED_EC (OSAPI_LOG_BASE + 62) |
Attaching to shared memory segment/mutex/signaling semaphore failed. | |
#define | OSAPI_LOG_SHMEM_GIVE_FAILED_EC (OSAPI_LOG_BASE + 63) |
Failed to give shared memory mutex/signaling semaphore. | |
#define | OSAPI_LOG_SHMEM_TAKE_FAILED_EC (OSAPI_LOG_BASE + 64) |
Failed to take shared memory mutex/signaling semaphore. | |
#define | OSAPI_LOG_SHMEM_SEM_DELETE_FAILED_EC (OSAPI_LOG_BASE + 65) |
Failed to delete shared memory semaphore or mutex. | |
#define | OSAPI_LOG_SHMEM_SEM_MUTEX_CREATED_EC (OSAPI_LOG_BASE + 66) |
Error during shared memory semaphore creation/deletion. | |
#define | OSAPI_LOG_SHMEM_SEGMENT_FILE_MAP_FAILED_EC (OSAPI_LOG_BASE + 67) |
Windows specific API MapViewOfFile failed. | |
#define | OSAPI_LOG_SHMEM_SET_DESCRIPTOR_EC (OSAPI_LOG_BASE + 68) |
Windows specific error during setting security descriptor. | |
#define | OSAPI_LOG_SHMEM_INIT_DESCRIPTOR_EC (OSAPI_LOG_BASE + 69) |
Windows specific error during initialization of security descriptor. | |
#define | OSAPI_LOG_SHMEM_FTRUNCATE_EC (OSAPI_LOG_BASE + 70) |
Posix specific error during ftruncate(...) call. | |
#define | OSAPI_LOG_SHMEM_MMAP_EC (OSAPI_LOG_BASE + 71) |
Posix specific error during mmap(...) call. | |
#define | OSAPI_LOG_SHMEM_SHM_OPEN_EC (OSAPI_LOG_BASE + 72) |
Posix specific error during shm_open(...) call. | |
#define | OSAPI_LOG_SHMEM_MUNMAP_EC (OSAPI_LOG_BASE + 73) |
Posix specific error during munmap(...) call. | |
#define | OSAPI_LOG_CLOSE_EC (OSAPI_LOG_BASE + 74) |
Posix specific error during close(...) call. | |
#define | OSAPI_LOG_SHMEM_UNLINK_EC (OSAPI_LOG_BASE + 76) |
Posix specific error during unlink(...) call. | |
#define | OSAPI_LOG_EXHAUSTED_POSIX_SEM_LIMIT_EC (OSAPI_LOG_BASE + 77) |
System ran out of space to create semaphores. Consider increasing Posix sem limit. | |
#define | OSAPI_LOG_SHMEM_SEM_WAIT_EC (OSAPI_LOG_BASE + 78) |
Posix specific error during unlink(...) call. | |
#define | OSAPI_LOG_SHMEM_SEM_UNLINK_EC (OSAPI_LOG_BASE + 79) |
Posix specific error during unlink(...) call. | |
#define | OSAPI_LOG_SHMEM_POSIX_GIVE_EC (OSAPI_LOG_BASE + 80) |
Posix specific error during os specific implementation of a semaphore mutex give. | |
#define | OSAPI_LOG_THREAD_SEMPOOL_EXCEEDED_EC (OSAPI_LOG_BASE + 90) |
Failed to add a semaphore to the thread semaphore pool. | |
#define | OSAPI_LOG_THREAD_SEMPOOL_INVALID_SEM_EC (OSAPI_LOG_BASE + 91) |
Failed to delete a semaphore from the thread semaphore pool. | |
#define | OSAPI_LOG_SHMEM_SIZE_EXCEEDED_EC (OSAPI_LOG_BASE + 92) |
Trying to create a shared memory segment that is greater than (2 ^ 31) - 1. The middleware cannot support shared memory segments created than ~ 2 GB even though the operating system may. |
OS API. ModuleID = 0.
The logging API provides a number of functions for logging different types of events. There are 3 types of events:
info - This type is for informational purposes
warning - This type does not necessarily cause any functional behavior, but could indicate an unexpected situation has been handled or performance could be affected.
error - This indicated an error condition that has functional impact and could not be dealt with.
#define OSAPI_LOG_GET_NEXT_OBJECT_ID_EC (OSAPI_LOG_BASE + 1) |
Retrieving the next error code failed.
#define OSAPI_LOG_SYSTEM_SET_PROPERTY_EC (OSAPI_LOG_BASE + 2) |
An error occured while setting the system properties.
#define OSAPI_LOG_SYSTEM_TIMER_START_EC (OSAPI_LOG_BASE + 4) |
An error occured when starting the system timer.
#define OSAPI_LOG_SYSTEM_TIMER_STOP_EC (OSAPI_LOG_BASE + 5) |
An error occured when stopping the system timer.
#define OSAPI_LOG_THREAD_NEW_EC (OSAPI_LOG_BASE + 6) |
An error when allocating the a thread object.
#define OSAPI_LOG_THREAD_CREATE_EC (OSAPI_LOG_BASE + 7) |
An error when creating the a thread object.
#define OSAPI_LOG_THREAD_SEM_EC (OSAPI_LOG_BASE + 8) |
An error when creating thread sync semaphore.
#define OSAPI_LOG_THREAD_EXEC_CREATE_EC (OSAPI_LOG_BASE + 9) |
Failed to signal that a thread has been created.
#define OSAPI_LOG_THREAD_EXEC_START_EC (OSAPI_LOG_BASE + 10) |
Failed to signal the start a created thread.
#define OSAPI_LOG_THREAD_START_EC (OSAPI_LOG_BASE + 11) |
Failed to start a thread.
#define OSAPI_LOG_THREAD_DESTROY_EC (OSAPI_LOG_BASE + 12) |
Failed to destroy a thread.
#define OSAPI_LOG_THREAD_DESTROY_NO_START_EC (OSAPI_LOG_BASE + 13) |
Failed to start an unstarted thread being destroyed.
#define OSAPI_LOG_THREAD_DESTROY_NO_WAKEUP_EC (OSAPI_LOG_BASE + 14) |
Failed wakeup of a thread being destroyed.
#define OSAPI_LOG_THREAD_INIT_EC (OSAPI_LOG_BASE + 15) |
Failed initializing a thread.
#define OSAPI_LOG_THREAD_SCHEDPARAM_EC (OSAPI_LOG_BASE + 16) |
Failed to set scheduling policy of a thread.
#define OSAPI_LOG_THREAD_GET_POLICY_EC (OSAPI_LOG_BASE + 17) |
Failed to get the scheduling policy of a thread.
#define OSAPI_LOG_THREAD_POLICY_DIFFER_EC (OSAPI_LOG_BASE + 18) |
Mismatch of scheduling policy of a created thread and the application thread.
#define OSAPI_LOG_THREAD_PRIORITY_MAP_EC (OSAPI_LOG_BASE + 19) |
Failed to map to native thread priority values.
#define OSAPI_LOG_TIMER_DELETE_EC (OSAPI_LOG_BASE + 20) |
Failed to delete the Timer object.
#define OSAPI_LOG_TIMER_TICK_MUTEX_EC (OSAPI_LOG_BASE + 22) |
Failed taking or giving the Timer mutex.
#define OSAPI_LOG_TIMER_GET_USER_DATA_EPOCH_EC (OSAPI_LOG_BASE + 27) |
Failed to return user data for a timeout due to mismatched epochs.
#define OSAPI_LOG_TIMER_NEW_EC (OSAPI_LOG_BASE + 28) |
Failed to allocate memory for a new Timer.
#define OSAPI_LOG_TIMER_NEW_ENTRY_EC (OSAPI_LOG_BASE + 29) |
Failed to allocate memory for a new Timer entry.
#define OSAPI_LOG_TIMER_NEW_WHEEL_EC (OSAPI_LOG_BASE + 30) |
Failed to allocate memory for a new Timer wheel.
#define OSAPI_LOG_TIMER_NEW_MUTEX_EC (OSAPI_LOG_BASE + 31) |
Failed to create a new Timer mutex.
#define OSAPI_LOG_TIMER_NEW_START_TIMER_EC (OSAPI_LOG_BASE + 32) |
Failed to start a new Timer being created.
#define OSAPI_LOG_TIMER_DELETE_STOP_TIMER_EC (OSAPI_LOG_BASE + 33) |
Failed to stop a Timer being deleted.
#define OSAPI_LOG_TIMER_DELETE_MUTEX_EC (OSAPI_LOG_BASE + 34) |
Failed to delete the Timer mutex.
#define OSAPI_LOG_TIMER_MUTEX_EC (OSAPI_LOG_BASE + 35) |
Failed to take or give a Timer mutex.
#define OSAPI_LOG_SEMAPHORE_DELETE_EC (OSAPI_LOG_BASE + 36) |
Failed to delete a semaphore.
#define OSAPI_LOG_SEMAPHORE_NEW_EC (OSAPI_LOG_BASE + 37) |
Failed to create a semaphore.
#define OSAPI_LOG_SEMAPHORE_NEW_INIT_EC (OSAPI_LOG_BASE + 38) |
Failed to initialize a new semaphore.
#define OSAPI_LOG_SEMAPHORE_GIVE_EC (OSAPI_LOG_BASE + 39) |
Failed to give a semaphore.
#define OSAPI_LOG_SEMAPHORE_TAKE_EC (OSAPI_LOG_BASE + 40) |
Failed to take a semaphore.
#define OSAPI_LOG_MUTEX_DELETE_EC (OSAPI_LOG_BASE + 41) |
Failed to delete a mutex.
#define OSAPI_LOG_MUTEX_NEW_EC (OSAPI_LOG_BASE + 42) |
Failed to create a mutex.
#define OSAPI_LOG_MUTEX_TAKE_EC (OSAPI_LOG_BASE + 43) |
Failed to take a mutex.
#define OSAPI_LOG_MUTEX_GIVE_EC (OSAPI_LOG_BASE + 44) |
Failed to give a mutex.
#define OSAPI_LOG_MUTEX_INIT_EC (OSAPI_LOG_BASE + 45) |
Failed to initialize a mutex.
#define OSAPI_LOG_HEAP_INTERNAL_ALLOCATE_EC (OSAPI_LOG_BASE + 46) |
Failed to allocate a buffer from the heap.
#define OSAPI_LOG_SYSTEM_GET_TIME_EC (OSAPI_LOG_BASE + 48) |
Failed to get current system time.
#define OSAPI_LOG_LAST_RECORDED_ERROR_EC (OSAPI_LOG_BASE + 49) |
Return the last recorded error-code for the calling thread.
This log-messages retrieves the last recorded error-code for the calling thread. It is used a function calls another function that fails.
#define OSAPI_LOG_SET_THREAD_NAME_EC (OSAPI_LOG_BASE + 50) |
Failed to set the thread name in the OS.
When OSAPI starts a thread it also calls the OS to set the thread name. If this fails this warning message indicates why.
#define OSAPI_LOG_SEM_OPEN_EC (OSAPI_LOG_BASE + 52) |
Failure during call VxWorks semOpen(...) or Posix sem_open(...) when managing shared memory segments, semaphores, or mutexes.
#define OSAPI_LOG_SEM_INFO_GET_EC (OSAPI_LOG_BASE + 53) |
Failure during VxWorks call semInfoGet when managing shared memory segments, semaphores, or mutexes.
#define OSAPI_LOG_SD_UNMAP_EC (OSAPI_LOG_BASE + 54) |
Failure during VxWorks call sdUnmap when managing shared memory segments, semaphores, or mutexes.
#define OSAPI_LOG_SD_OPEN_EC (OSAPI_LOG_BASE + 55) |
Failure during VxWorks call sdOpen when managing shared memory segments, semaphores, or mutexes.
#define OSAPI_LOG_SEM_GIVE_EC (OSAPI_LOG_BASE + 56) |
Failure during VxWorks call semGive when managing shared memory segments, semaphores, or mutexes.
#define OSAPI_LOG_SEM_TAKE_EC (OSAPI_LOG_BASE + 57) |
Failure during VxWorks call semTake when managing shared memory segments, semaphores, or mutexes.
#define OSAPI_LOG_UNKNOWN_SEMAPHORE_TYPE_EC (OSAPI_LOG_BASE + 58) |
Trying to perform an operation an unknown semmutex type.
#define OSAPI_LOG_SEGMENT_ALREADY_EXISTS_EC (OSAPI_LOG_BASE + 59) |
Failed to create segment due to a segment already existing.
#define OSAPI_LOG_SEGMENT_DOESNT_EXIST_EC (OSAPI_LOG_BASE + 60) |
Segment trying to be attached to does not exist.
#define OSAPI_LOG_SEGMENT_DETACH_FAILED_EC (OSAPI_LOG_BASE + 61) |
Failed to detach from shared memory segment.
#define OSAPI_LOG_SHMEM_ATTACH_FAILED_EC (OSAPI_LOG_BASE + 62) |
Attaching to shared memory segment/mutex/signaling semaphore failed.
#define OSAPI_LOG_SHMEM_GIVE_FAILED_EC (OSAPI_LOG_BASE + 63) |
Failed to give shared memory mutex/signaling semaphore.
#define OSAPI_LOG_SHMEM_TAKE_FAILED_EC (OSAPI_LOG_BASE + 64) |
Failed to take shared memory mutex/signaling semaphore.
#define OSAPI_LOG_SHMEM_SEM_DELETE_FAILED_EC (OSAPI_LOG_BASE + 65) |
Failed to delete shared memory semaphore or mutex.
#define OSAPI_LOG_SHMEM_SEM_MUTEX_CREATED_EC (OSAPI_LOG_BASE + 66) |
Error during shared memory semaphore creation/deletion.
#define OSAPI_LOG_SHMEM_SEGMENT_FILE_MAP_FAILED_EC (OSAPI_LOG_BASE + 67) |
Windows specific API MapViewOfFile failed.
#define OSAPI_LOG_SHMEM_SET_DESCRIPTOR_EC (OSAPI_LOG_BASE + 68) |
Windows specific error during setting security descriptor.
#define OSAPI_LOG_SHMEM_INIT_DESCRIPTOR_EC (OSAPI_LOG_BASE + 69) |
Windows specific error during initialization of security descriptor.
#define OSAPI_LOG_SHMEM_FTRUNCATE_EC (OSAPI_LOG_BASE + 70) |
Posix specific error during ftruncate(...) call.
#define OSAPI_LOG_SHMEM_MMAP_EC (OSAPI_LOG_BASE + 71) |
Posix specific error during mmap(...) call.
#define OSAPI_LOG_SHMEM_SHM_OPEN_EC (OSAPI_LOG_BASE + 72) |
Posix specific error during shm_open(...) call.
#define OSAPI_LOG_SHMEM_MUNMAP_EC (OSAPI_LOG_BASE + 73) |
Posix specific error during munmap(...) call.
#define OSAPI_LOG_CLOSE_EC (OSAPI_LOG_BASE + 74) |
Posix specific error during close(...) call.
#define OSAPI_LOG_SHMEM_UNLINK_EC (OSAPI_LOG_BASE + 76) |
Posix specific error during unlink(...) call.
#define OSAPI_LOG_EXHAUSTED_POSIX_SEM_LIMIT_EC (OSAPI_LOG_BASE + 77) |
System ran out of space to create semaphores. Consider increasing Posix sem limit.
#define OSAPI_LOG_SHMEM_SEM_WAIT_EC (OSAPI_LOG_BASE + 78) |
Posix specific error during unlink(...) call.
#define OSAPI_LOG_SHMEM_SEM_UNLINK_EC (OSAPI_LOG_BASE + 79) |
Posix specific error during unlink(...) call.
#define OSAPI_LOG_SHMEM_POSIX_GIVE_EC (OSAPI_LOG_BASE + 80) |
Posix specific error during os specific implementation of a semaphore mutex give.
#define OSAPI_LOG_THREAD_SEMPOOL_EXCEEDED_EC (OSAPI_LOG_BASE + 90) |
Failed to add a semaphore to the thread semaphore pool.
This maximum number of semaphores are defined with OSAPI_SYSTEM_MAX_THREAD_SEMAPHORE osapi_config.h and can be overridden by compiling with -DOSAPI_SYSTEM_MAX_THREAD_SEMAPHORE=<N>. One semaphore is needed per reeive thread created.
#define OSAPI_LOG_THREAD_SEMPOOL_INVALID_SEM_EC (OSAPI_LOG_BASE + 91) |
Failed to delete a semaphore from the thread semaphore pool.
This is error indicates an imbalanced number of add/delete calls to the thread semaphore pool.
#define OSAPI_LOG_SHMEM_SIZE_EXCEEDED_EC (OSAPI_LOG_BASE + 92) |
Trying to create a shared memory segment that is greater than (2 ^ 31) - 1. The middleware cannot support shared memory segments created than ~ 2 GB even though the operating system may.