Home
last modified time | relevance | path

Searched refs:sem_post (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dsemaphore_h.c30 zassert_not_null(sem_post); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dsemaphore.h21 int sem_post(sem_t *semaphore);
/Zephyr-latest/tests/posix/common/src/
Dpthread.c105 sem_post(&main_sem); in thread_top_exec()
124 sem_post(&main_sem); in thread_top_exec()
135 sem_post(&main_sem); in thread_top_exec()
140 sem_post(&main_sem); in thread_top_exec()
/Zephyr-latest/tests/posix/semaphores/src/
Dmain.c20 zassert_equal(sem_post(sem), 0, "sem_post failed"); in child_func()
97 zassert_equal(sem_post(NULL), -1, in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h95 #define sem_post(...) zap_sem_post(__VA_ARGS__) macro
/Zephyr-latest/lib/posix/options/
Dsemaphore.c144 int sem_post(sem_t *semaphore) in sem_post() function
/Zephyr-latest/subsys/fs/
Dfuse_fs_access_bottom.c181 sem_post(&op_queue.op_done); in ffa_run_pending_op()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst448 sem_post(),yes