nuttx-apps/examples/ostest
2017-10-12 10:44:06 -06:00
..
.gitignore
aio.c OS test: Add a test of POSIX timers using SIGEV_THREAD. Also, clean up many warnings with building on a PC with 64-bit addresses 2015-12-30 16:29:21 -06:00
barrier.c examples/ostest: Cannot be configured or build if CONFIG_DISABLE_SIGNALS=y 2017-01-24 09:15:42 -06:00
cancel.c examples/ostest: Extend cancellation test to make sure that cancelable threads waiting on a message queue or on a signal can be canceled. 2017-10-12 10:44:06 -06:00
cond.c Standardize the width of all comment boxes in C file 2015-10-02 17:33:30 -06:00
dev_null.c apps/examples/ostest: Add a test of TLS 2016-03-11 14:02:00 -06:00
fpu.c examples/ostest: Cannot be configured or build if CONFIG_DISABLE_SIGNALS=y 2017-01-24 09:15:42 -06:00
Kconfig examples/ostest: Cannot be configured or build if CONFIG_DISABLE_SIGNALS=y 2017-01-24 09:15:42 -06:00
Make.defs
Makefile examples/ostest: additional test for rwlock and one for cancel cleanup handlers 2017-04-10 07:20:48 -06:00
mqueue.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:40:03 -06:00
mutex.c Fix some misplaced semicolons as found in build testing. 2017-08-12 14:27:48 -06:00
nsem.c examples/ostest: sem_open() now returns SEM_FAILED in the event of a failure. 2017-09-08 10:15:46 -06:00
ostest_main.c apps/: Make more globals static to avoid name clashes 2017-05-19 07:13:12 -06:00
ostest.h examples/ostest: additional test for rwlock and one for cancel cleanup handlers 2017-04-10 07:20:48 -06:00
posixtimer.c apps/examples/ostest: SIG_DFL is no long assignment compatible with the sa_sigaction functin pointer. 2016-06-08 18:02:37 -06:00
prioinherit.c examples/ostest: Cannot be configured or build if CONFIG_DISABLE_SIGNALS=y 2017-01-24 09:15:42 -06:00
pthread_cleanup.c examples/ostest: clarify when pthread clean-up test mutex need to remain usable 2017-04-12 06:47:07 -06:00
pthread_rwlock_cancel.c examples/ostest: additional test for rwlock and one for cancel cleanup handlers 2017-04-10 07:20:48 -06:00
pthread_rwlock.c examples/ostest: additional test for rwlock and one for cancel cleanup handlers 2017-04-10 07:20:48 -06:00
restart.c Eliminate a warning about unused static data. 2017-08-12 12:15:21 -06:00
rmutex.c OS test: Add a test of POSIX timers using SIGEV_THREAD. Also, clean up many warnings with building on a PC with 64-bit addresses 2015-12-30 16:29:21 -06:00
robust.c examples/ostest: Fix an error in last commit. 2017-03-27 08:58:23 -06:00
roundrobin.c examples/ostest: pthread rwlock additional tests and bugfixes 2017-04-07 15:47:16 -06:00
sem.c OS test: Add a test of POSIX timers using SIGEV_THREAD. Also, clean up many warnings with building on a PC with 64-bit addresses 2015-12-30 16:29:21 -06:00
semtimed.c Standardize the width of all comment boxes in C file 2015-10-02 17:33:30 -06:00
setvbuf.c examples/ostest: Add a test of setvbuf(). 2017-02-09 10:58:51 -06:00
sigev_thread.c OS test: Add a test of POSIX timers using SIGEV_THREAD. Also, clean up many warnings with building on a PC with 64-bit addresses 2015-12-30 16:29:21 -06:00
sighand.c apps/examples/ostest: SIG_DFL is no long assignment compatible with the sa_sigaction functin pointer. 2016-06-08 18:02:37 -06:00
signest.c OS test: Mark some constants as long to avoid overflow when used the AVR8. Example, 500*1000 overflows when type int is only 16-bits, but 500*1000L avoids the overflow 2016-01-08 07:48:50 -06:00
sigprocmask.c Fix several cosmetic, C coding style issues 2015-10-03 11:03:42 -06:00
sporadic.c apps/: Make more globals static to avoid name clashes 2017-05-19 07:13:12 -06:00
timedmqueue.c Standardize some naming in code section comments 2016-02-21 18:15:00 -06:00
timedwait.c Standardize the width of all comment boxes in C file 2015-10-02 17:33:30 -06:00
tls.c apps/examples/ostest: Add a test of TLS 2016-03-11 14:02:00 -06:00
vfork.c examples/ostest: Cannot be configured or build if CONFIG_DISABLE_SIGNALS=y 2017-01-24 09:15:42 -06:00
waitpid.c