nuttx-apps/testing/ostest
Gregory Nutt 8f5944c4a8 Squashed commit of the following:
include/ and netutils/:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    nshlib/:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    system/:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    testing/:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    examples/:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
2019-04-29 14:53:38 -06:00
..
.gitignore
aio.c
barrier.c
cancel.c Squashed commit of the following: 2019-04-29 14:53:38 -06:00
cond.c
dev_null.c The file system can no longer be disabled. Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS==0 2019-02-11 13:10:10 -06:00
fpu.c
Kconfig Squashed commit of the following: 2019-04-29 14:53:38 -06:00
Make.defs
Makefile Squashed commit of the following: 2019-04-29 14:53:38 -06:00
mqueue.c
mutex.c apps/testing/ostest: Add test for pthread-specific data. 2018-12-28 14:17:40 -06:00
nsem.c
ostest.h Squashed commit of the following: 2019-04-29 14:53:38 -06:00
ostest_main.c Squashed commit of the following: 2019-04-29 14:53:38 -06:00
posixtimer.c
prioinherit.c
pthread_cleanup.c
pthread_rwlock.c
pthread_rwlock_cancel.c
restart.c
rmutex.c
robust.c
roundrobin.c
sem.c
semtimed.c
setvbuf.c testing/ostest/setvbuf.c: Fix several errors in the setvbuf() test. 2019-02-25 18:15:23 -06:00
sigev_thread.c
sighand.c
signest.c
sigprocmask.c
specific.c apps/testing/ostest: Add test for pthread-specific data. 2018-12-28 14:17:40 -06:00
sporadic.c
suspend.c Merged in zhoukejun/apps_nucleo_f767zi (pull request #171) 2019-03-11 19:22:25 +00:00
timedmqueue.c
timedmutex.c testing/ostest/timedmutex.c: pthread_mutex_timedlock() returns EDTIMEDOUT on a timedout, not eagain. 2019-02-25 18:15:23 -06:00
timedwait.c
tls.c
vfork.c
waitpid.c