sched/semaphore: Add nxsem_post() which is identical to sem_post() except that it never modifies the errno variable. Changed all references to sem_post in the OS to nxsem_post().
sched/semaphore: Add nxsem_destroy() which is identical to sem_destroy() except that it never modifies the errno variable. Changed all references to sem_destroy() in the OS to nxsem_destroy().
libc/semaphore and sched/semaphore: Add nxsem_getprotocol() and nxsem_setprotocola which are identical to sem_getprotocol() and set_setprotocol() except that they never modifies the errno variable. Changed all references to sem_setprotocol in the OS to nxsem_setprotocol(). sem_getprotocol() was not used in the OS
|
||
|---|---|---|
| .. | ||
| ieee802154.h | ||
| ieee802154_callback.c | ||
| ieee802154_conn.c | ||
| ieee802154_container.c | ||
| ieee802154_finddev.c | ||
| ieee802154_initialize.c | ||
| ieee802154_input.c | ||
| ieee802154_poll.c | ||
| ieee802154_recvfrom.c | ||
| ieee802154_sendto.c | ||
| ieee802154_sockif.c | ||
| Kconfig | ||
| Make.defs | ||