Home
last modified time | relevance | path

Searched refs:os_object_t (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.h55 #define os_object_t osRtxObject_t macro
96 __STATIC_INLINE os_object_t *osRtxObject (void *object) { in osRtxObject()
98 return ((os_object_t *)object); in osRtxObject()
102 __STATIC_INLINE os_thread_t *osRtxThreadObject (os_object_t *object) { in osRtxThreadObject()
107 __STATIC_INLINE os_timer_t *osRtxTimerObject (os_object_t *object) { in osRtxTimerObject()
112 __STATIC_INLINE os_event_flags_t *osRtxEventFlagsObject (os_object_t *object) { in osRtxEventFlagsObject()
117 __STATIC_INLINE os_mutex_t *osRtxMutexObject (os_object_t *object) { in osRtxMutexObject()
122 __STATIC_INLINE os_semaphore_t *osRtxSemaphoreObject (os_object_t *object) { in osRtxSemaphoreObject()
127 __STATIC_INLINE os_memory_pool_t *osRtxMemoryPoolObject (os_object_t *object) { in osRtxMemoryPoolObject()
132 __STATIC_INLINE os_message_queue_t *osRtxMessageQueueObject (os_object_t *object) { in osRtxMessageQueueObject()
[all …]