Searched refs:attr_bits (Results 1 – 16 of 16) sorted by relevance
| /Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
| D | mutex.c | 17 .attr_bits = osMutexPrioInherit, 37 __ASSERT(attr->attr_bits & osMutexPrioInherit, in osMutexNew() 40 __ASSERT(!(attr->attr_bits & osMutexRobust), "Zephyr does not support osMutexRobust.\n"); in osMutexNew() 52 mutex->state = attr->attr_bits; in osMutexNew()
|
| D | thread.c | 18 .attr_bits = osThreadDetached, 160 tid->attr_bits = attr->attr_bits; in osThreadNew() 436 __ASSERT(tid->attr_bits != osThreadDetached, in osThreadDetach() 439 tid->attr_bits = osThreadDetached; in osThreadDetach() 464 if (tid->attr_bits != osThreadJoinable) { in osThreadJoin()
|
| D | semaphore.c | 16 .attr_bits = 0,
|
| D | timer.c | 21 .attr_bits = 0,
|
| D | event_flags.c | 16 .attr_bits = 0,
|
| D | mempool.c | 19 .attr_bits = 0,
|
| D | msgq.c | 17 .attr_bits = 0,
|
| /Zephyr-latest/include/zephyr/portability/ |
| D | cmsis_os2.h | 239 uint32_t attr_bits; /* /< attribute bits */ member 252 uint32_t attr_bits; /* /< attribute bits */ member 260 uint32_t attr_bits; /* /< attribute bits */ member 268 uint32_t attr_bits; /* /< attribute bits */ member 276 uint32_t attr_bits; /* /< attribute bits */ member 284 uint32_t attr_bits; /* /< attribute bits */ member 294 uint32_t attr_bits; /* /< attribute bits */ member
|
| D | cmsis_types.h | 30 uint32_t attr_bits; member
|
| /Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
| D | semaphore.c | 48 .attr_bits = osThreadDetached, 111 .attr_bits = 0,
|
| D | thread_apis.c | 263 attr.attr_bits = osThreadJoinable; in ZTEST() 332 attr.attr_bits = osThreadJoinable; in ZTEST() 354 attr.attr_bits = osThreadJoinable; in ZTEST() 396 .attr_bits = osThreadJoinable, 425 .attr_bits = osThreadJoinable,
|
| D | mempool.c | 23 .attr_bits = 0, 132 .attr_bits = 0,
|
| D | mutex.c | 139 .attr_bits = osThreadDetached, 176 .attr_bits = osMutexPrioInherit,
|
| D | event_flags.c | 65 .attr_bits = 0, 222 .attr_bits = 0,
|
| D | msgq.c | 137 .attr_bits = 0, 188 .attr_bits = 0,
|
| /Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/src/ |
| D | main.c | 32 .attr_bits = 0,
|