commit | abb21d48d9a312c2e0d1bfde170ff9ff7979fd52 | [log] [tgz] |
---|---|---|
author | Yong Cong Sin <ycsin@meta.com> | Tue Dec 26 18:15:58 2023 +0800 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Wed Jan 10 07:18:19 2024 -0500 |
tree | d81966dacb0e3759d1a7a3672bb6f49b2da79625 | |
parent | 25b0083ee9fb6ea15924017d2aa770cc2132c830 [diff] |
posix: semaphore: implement `sem_open()`, `sem_unlink()` & `sem_close()` Implements `sem_open()`, `sem_unlink()` & `sem_close()` functions and added tests for them. Updated existing tests and POSIX docs. Signed-off-by: Yong Cong Sin <ycsin@meta.com>