Searched refs:mtx_plain (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/lib/c_lib/thrd/src/ |
D | mtx.c | 16 mtx_plain, 18 mtx_plain | mtx_recursive, 32 zassert_not_equal(thrd_success, mtx_init(NULL, mtx_plain)); in ZTEST() 53 zassert_equal(thrd_success, mtx_init(&mutex, mtx_plain)); in ZTEST() 145 zassert_equal(thrd_success, mtx_init(&mutex, mtx_plain)); in ZTEST() 164 zassert_equal(thrd_success, mtx_init(&mtx, mtx_plain)); in ZTEST()
|
D | cnd.c | 160 zassert_equal(thrd_success, mtx_init(&fixture->mutex, mtx_plain)); in before()
|
/Zephyr-latest/lib/libc/common/include/ |
D | threads.h | 44 mtx_plain, enumerator 45 #define mtx_plain mtx_plain macro
|
/Zephyr-latest/lib/libc/common/source/thrd/ |
D | mtx.c | 20 case mtx_plain: in mtx_init() 23 case mtx_plain | mtx_recursive: in mtx_init()
|