nuttx-apps/examples/ostest
2018-09-03 09:29:56 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
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 Remove trailing spaces at the end of lines. 2018-08-13 07:47:26 -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 apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
Make.defs apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
Makefile apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -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/ostest/suspend.c: Add a small test for SIGSTOP, SIGCONT, and SIGKILL actions. Currently does not work! 2018-08-30 12:00:41 -06:00
ostest.h apps/ostest/suspend.c: Add a small test for SIGSTOP, SIGCONT, and SIGKILL actions. Currently does not work! 2018-08-30 12:00:41 -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 Squashed commit of the following: 2018-08-23 11:06:15 -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: Signal handling tests should use the same configurable stack size as used in other tests, not PTHREAD_STACK_DEFAULT. 2018-06-07 09:52:02 -06:00
signest.c examples/ostest/signest.c: Attempt to make the nested signal test compatible with the suspend/resume test. Some signals cannot be caught when the suspend/resume configuration is in place. 2018-08-30 13:37:37 -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
suspend.c apps/ostest/suspend.c: Add a small test for SIGSTOP, SIGCONT, and SIGKILL actions. Currently does not work! 2018-08-30 12:00:41 -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 Remove trailing spaces at the end of lines. 2018-08-13 07:47:26 -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 Squashed commit of the following: 2018-08-23 11:06:15 -06:00