Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h241 uint32_t cb_size; /* /< size of provided memory for control block */ member
254 uint32_t cb_size; /* /< size of provided memory for control block */ member
262 uint32_t cb_size; /* /< size of provided memory for control block */ member
270 uint32_t cb_size; /* /< size of provided memory for control block */ member
278 uint32_t cb_size; /* /< size of provided memory for control block */ member
286 uint32_t cb_size; /* /< size of provided memory for control block */ member
296 uint32_t cb_size; /* /< size of provided memory for control block */ member
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dsemaphore.c50 .cb_size = 0,
113 .cb_size = sizeof(semaphore_cb2),
Dmempool.c25 .cb_size = 0,
134 .cb_size = sizeof(mempool_cb2),
Dmutex.c141 .cb_size = 0,
178 .cb_size = sizeof(mutex_cb2),
Devent_flags.c67 .cb_size = 0,
224 .cb_size = sizeof(event_cb2),
Dmsgq.c139 .cb_size = 0,
190 .cb_size = sizeof(msgq_cb2),
Dthread_apis.c375 .cb_size = sizeof(test_cb7),
398 .cb_size = sizeof(test_cb8),
427 .cb_size = sizeof(test_cb9),
Dtimer.c105 .cb_size = sizeof(timer_cb3),
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dmutex.c19 .cb_size = 0,
43 __ASSERT(attr->cb_size == sizeof(struct cmsis_rtos_mutex_cb), "Invalid cb_size\n"); in osMutexNew()
Dsemaphore.c18 .cb_size = 0,
38 __ASSERT(attr->cb_size == sizeof(struct cmsis_rtos_semaphore_cb), in osSemaphoreNew()
Dtimer.c23 .cb_size = 0,
55 __ASSERT(attr->cb_size == sizeof(struct cmsis_rtos_timer_cb), "Invalid cb_size\n"); in osTimerNew()
Devent_flags.c18 .cb_size = 0,
39 __ASSERT(attr->cb_size == sizeof(struct cmsis_rtos_event_cb), "Invalid cb_size\n"); in osEventFlagsNew()
Dmempool.c21 .cb_size = 0,
50 __ASSERT(attr->cb_size == sizeof(struct cmsis_rtos_mempool_cb), in osMemoryPoolNew()
Dmsgq.c19 .cb_size = 0,
48 __ASSERT(attr->cb_size == sizeof(struct cmsis_rtos_msgq_cb), "Invalid cb_size\n"); in osMessageQueueNew()
Dthread.c20 .cb_size = 0,
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/src/
Dmain.c34 .cb_size = 0,