incubator-nuttx/sched/pthread
Masayuki Ishikawa 2976bb212e sched: pthread: Remove a redundant critical section in pthread_condclockwsait.c
Summary:
- This commit removes a redundant critical section in pthread_condclockwait.c

Impact:
- None

Testing:
- Tested with ostest with the following configs
  - maix-bit:smp, esp32-devkitc:smp, sabre-6quad:smp
  - spresense:smp, sim:smp
  - maix-bit:nsh, sabre-6quad:nsh
  - sprsesnse:wifi, sim:ostest
- Tested with nxplayer with the folowing configs
  - spresense:wifi_smp, spresense:rndis_smp

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-03-19 23:01:20 -07:00
..
Make.defs
pthread.h Remove the empty xxx_initialize functions 2021-03-03 08:21:04 +00:00
pthread_cancel.c
pthread_cleanup.c
pthread_completejoin.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
pthread_condbroadcast.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
pthread_condclockwait.c sched: pthread: Remove a redundant critical section in pthread_condclockwsait.c 2021-03-19 23:01:20 -07:00
pthread_condsignal.c
pthread_condwait.c
pthread_create.c pthread: Change the default name from <pthread> to <0xyyyyyyyy> 2021-02-20 10:11:30 -08:00
pthread_detach.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
pthread_exit.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
pthread_findjoininfo.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
pthread_getaffinity.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
pthread_getschedparam.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
pthread_initialize.c Remove the empty xxx_initialize functions 2021-03-03 08:21:04 +00:00
pthread_join.c
pthread_kill.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
pthread_mutex.c
pthread_mutexconsistent.c
pthread_mutexdestroy.c
pthread_mutexinconsistent.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
pthread_mutexinit.c
pthread_mutextimedlock.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
pthread_mutextrylock.c
pthread_mutexunlock.c sched: nxstyle fixes 2021-02-09 01:21:53 -08:00
pthread_release.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
pthread_setaffinity.c
pthread_setschedparam.c
pthread_setschedprio.c
pthread_sigmask.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00