Go to the documentation of this file.
   43 #ifndef _CL_OSAL_ERRORS_H_ 
   44 #define _CL_OSAL_ERRORS_H_ 
   54 #define CL_OSAL_AREA "OSA" 
   63 #define CL_OSAL_ERR_OS_ERROR                 0x100 
   68 #define CL_OSAL_ERR_CREATE_MUTEX             0x101 
   73 #define CL_OSAL_ERR_TASK_ATTRIBUTE_INIT      0x102 
   78 #define CL_OSAL_ERR_TASK_CREATE              0x103 
   83 #define CL_OSAL_ERR_TASK_DELETE              0x104 
   88 #define CL_OSAL_ERR_TASK_ATTRIBUTE_SET       0x105 
   93 #define CL_OSAL_ERR_TASK_DELAY               0x106 
   98 #define CL_OSAL_ERR_MUTEX_CREATE             0x107 
  103 #define CL_OSAL_ERR_MUTEX_LOCK               0x108 
  108 #define CL_OSAL_ERR_MUTEX_UNLOCK             0x109 
  113 #define CL_OSAL_ERR_MUTEX_DELETE             0x10a 
  118 #define CL_OSAL_ERR_CONDITION_CREATE         0x10b 
  123 #define CL_OSAL_ERR_CONDITION_DELETE         0x10c 
  128 #define CL_OSAL_ERR_CONDITION_WAIT           0x10d 
  134 #define CL_OSAL_ERR_CONDITION_BROADCAST      0x10e 
  140 #define CL_OSAL_ERR_CONDITION_SIGNAL         0x10f 
  145 #define CL_OSAL_ERR_SCHEDULE_POLICY          0x110 
  150 #define CL_OSAL_ERR_COS_CLEANUP              0x111 
  155 #define CL_OSAL_ERR_TASK_ATTRIBUTE_GET       0x112 
  160 #define CL_OSAL_ERR_NO_TASK_EXIST            0x113 
  165 #define CL_OSAL_ERR_TASK_STACK_SIZE          0x114 
  170 #define CL_OSAL_ERR_TIME_OF_DAY              0x115 
  175 #define CL_OSAL_ERR_SEM_CREATE               0x116 
  180 #define CL_OSAL_ERR_SEM_ID_GET               0x117 
  185 #define CL_OSAL_ERR_SEM_LOCK                 0x118 
  190 #define CL_OSAL_ERR_SEM_UNLOCK               0x119 
  195 #define CL_OSAL_ERR_SEM_GET_VALUE            0x11a 
  200 #define CL_OSAL_ERR_SEM_DELETE               0x11b 
  205 #define CL_OSAL_ERR_PROCESS_CREATE           0x11c 
  210 #define CL_OSAL_ERR_PROCESS_DELETE           0x11d 
  215 #define CL_OSAL_ERR_PROCESS_WAIT             0x11e 
  220 #define CL_OSAL_ERR_SHM_CREATE               0x11f 
  225 #define CL_OSAL_ERR_SHM_ID_GET               0x120 
  230 #define CL_OSAL_ERR_SHM_DELETE               0x121 
  235 #define CL_OSAL_ERR_SHM_ATTACH               0x122 
  240 #define CL_OSAL_ERR_SHM_DETACH               0x123 
  245 #define CL_OSAL_ERR_SHM_MODE_SET             0x124 
  250 #define CL_OSAL_ERR_SHM_MODE_GET             0x125 
  255 #define CL_OSAL_ERR_SHM_SIZE                 0x126 
  260 #define CL_OSAL_ERR_COS_INIT                 0x127 
  265 #define CL_OSAL_ERR_MEM_POOL_CREATE          0x128 
  270 #define CL_OSAL_ERR_MEM_POOL_DETACH          0x129 
  275 #define CL_OSAL_ERR_MEM_POOL_DELETE          0x130 
  280 #define CL_OSAL_ERR_NAME_TOO_LONG            0x131 
  286 #define CL_OSAL_ERR_CONDITION_TIMEDOUT       0x132 
  292 #define CL_OSAL_RC(ERROR_CODE)  CL_RC(CL_CID_OSAL, (ERROR_CODE)) 
  
Generated on Tue Jan 10 10:29:15 PST 2012  for OpenClovis SDK using Doxygen