This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
sched
/
semaphore
History
Xiang Xiao
1fb8c13e5e
Replace nxsem_timedwait_uninterruptible with nxsem_tickwait_uninterruptible
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-05-15 13:55:58 +03:00
..
Make.defs
…
sem_clockwait.c
Replace nxsem_timedwait_uninterruptible with nxsem_tickwait_uninterruptible
2022-05-15 13:55:58 +03:00
sem_destroy.c
…
sem_holder.c
…
sem_initialize.c
…
sem_post.c
…
sem_recover.c
…
sem_reset.c
…
sem_setprotocol.c
…
sem_tickwait.c
sched: Remove start from nxsem_tickwait[_uninterruptible]
2022-05-15 13:55:58 +03:00
sem_timedwait.c
…
sem_timeout.c
…
sem_trywait.c
os init_state: add new state OSINIT_IDLELOOP
2022-02-23 22:05:37 +09:00
sem_wait.c
os init_state: add new state OSINIT_IDLELOOP
2022-02-23 22:05:37 +09:00
sem_waitirq.c
…
semaphore.h
…
spinlock.c
…