mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
83cdb0c552
libc/semaphore: Add nxsem_getvalue() which is identical to sem_getvalue() except that it never modifies the errno variable. Changed all references to sem_getvalue in the OS to nxsem_getvalue(). sched/semaphore: Rename all internal private functions from sem_xyz to nxsem_xyz. The sem_ prefix is (will be) reserved only for the application semaphore interfaces. libc/semaphore: Add nxsem_init() which is identical to sem_init() except that it never modifies the errno variable. Changed all references to sem_init in the OS to nxsem_init(). sched/semaphore: Rename sem_tickwait() to nxsem_tickwait() so that it is clear this is an internal OS function. sched/semaphoate: Rename sem_reset() to nxsem_reset() so that it is clear this is an internal OS function. |
||
---|---|---|
.. | ||
libbuiltin | ||
libelf | ||
libnxflat | ||
libpcode | ||
.gitignore | ||
binfmt.h | ||
binfmt_copyargv.c | ||
binfmt_dumpmodule.c | ||
binfmt_exec.c | ||
binfmt_execmodule.c | ||
binfmt_execsymtab.c | ||
binfmt_exepath.c | ||
binfmt_globals.c | ||
binfmt_loadmodule.c | ||
binfmt_register.c | ||
binfmt_schedunload.c | ||
binfmt_unloadmodule.c | ||
binfmt_unregister.c | ||
builtin.c | ||
elf.c | ||
Kconfig | ||
Makefile | ||
nxflat.c | ||
pcode.c |