Searched refs:cb_size (Results 1 – 16 of 16) sorted by relevance
| /Zephyr-latest/include/zephyr/portability/ |
| D | cmsis_os2.h | 241 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/ |
| D | semaphore.c | 50 .cb_size = 0, 113 .cb_size = sizeof(semaphore_cb2),
|
| D | mempool.c | 25 .cb_size = 0, 134 .cb_size = sizeof(mempool_cb2),
|
| D | mutex.c | 141 .cb_size = 0, 178 .cb_size = sizeof(mutex_cb2),
|
| D | event_flags.c | 67 .cb_size = 0, 224 .cb_size = sizeof(event_cb2),
|
| D | msgq.c | 139 .cb_size = 0, 190 .cb_size = sizeof(msgq_cb2),
|
| D | thread_apis.c | 375 .cb_size = sizeof(test_cb7), 398 .cb_size = sizeof(test_cb8), 427 .cb_size = sizeof(test_cb9),
|
| D | timer.c | 105 .cb_size = sizeof(timer_cb3),
|
| /Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
| D | mutex.c | 19 .cb_size = 0, 43 __ASSERT(attr->cb_size == sizeof(struct cmsis_rtos_mutex_cb), "Invalid cb_size\n"); in osMutexNew()
|
| D | semaphore.c | 18 .cb_size = 0, 38 __ASSERT(attr->cb_size == sizeof(struct cmsis_rtos_semaphore_cb), in osSemaphoreNew()
|
| D | timer.c | 23 .cb_size = 0, 55 __ASSERT(attr->cb_size == sizeof(struct cmsis_rtos_timer_cb), "Invalid cb_size\n"); in osTimerNew()
|
| D | event_flags.c | 18 .cb_size = 0, 39 __ASSERT(attr->cb_size == sizeof(struct cmsis_rtos_event_cb), "Invalid cb_size\n"); in osEventFlagsNew()
|
| D | mempool.c | 21 .cb_size = 0, 50 __ASSERT(attr->cb_size == sizeof(struct cmsis_rtos_mempool_cb), in osMemoryPoolNew()
|
| D | msgq.c | 19 .cb_size = 0, 48 __ASSERT(attr->cb_size == sizeof(struct cmsis_rtos_msgq_cb), "Invalid cb_size\n"); in osMessageQueueNew()
|
| D | thread.c | 20 .cb_size = 0,
|
| /Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/src/ |
| D | main.c | 34 .cb_size = 0,
|