Searched refs:DONT_CARE (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/lib/c_lib/thrd/src/ |
D | thrd.h | 19 #define DONT_CARE 0x370ca2e5 macro
|
D | cnd.c | 125 tst_cnd_common(fixture, WAIT_TIME_MS / 2, false, thrd_success, DONT_CARE); in ZTEST_F() 131 tst_cnd_common(fixture, WAIT_TIME_MS / 2, false, thrd_success, DONT_CARE); in ZTEST_F() 137 tst_cnd_common(fixture, WAIT_TIME_MS * 2, false, thrd_timedout, DONT_CARE); in ZTEST_F()
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | thread_flags.c | 10 #define DONT_CARE (0) macro 29 k_poll_signal_raise(&tid->poll_signal, DONT_CARE); in osThreadFlagsSet()
|
D | event_flags.c | 21 #define DONT_CARE (0) macro 76 k_poll_signal_raise(&events->poll_signal, DONT_CARE); in osEventFlagsSet()
|