nuttx/sched
Masayuki Ishikawa 7758f3dcb1 sched: semaphore: Remove a redundant critical section in nxsem_tickwait()
Summary:
- This commit removes a redundant critical section in nxsem_tickkwait()

Impact:
- None

Testing:
- Tested with ping with the following configs
- spresense:rndis, spresense:rndis_smp

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-03-16 19:50:18 -07:00
..
clock Fix typos reported by codespell 2021-02-25 11:31:49 -08:00
environ
group sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
init debug tools: add heap & stack check in idle thread 2021-03-04 18:38:05 -08:00
irq
module
mqueue sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
paging
pthread Remove the empty xxx_initialize functions 2021-03-03 08:21:04 +00:00
sched sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
semaphore sched: semaphore: Remove a redundant critical section in nxsem_tickwait() 2021-03-16 19:50:18 -07:00
signal sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
task sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
timer
wdog sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
wqueue sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
Kconfig Fix typos reported by codespell 2021-02-25 11:31:49 -08:00
Makefile