nuttx-apps/examples/ostest
2016-01-08 07:48:50 -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 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
cancel.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
cond.c Standardize the width of all comment boxes in C file 2015-10-02 17:33:30 -06:00
dev_null.c
fpu.c Standardize the width of all comment boxes in C file 2015-10-02 17:33:30 -06:00
Kconfig
Make.defs
Makefile 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
mqueue.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
mutex.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
nsem.c Standardize the width of all comment boxes in C file 2015-10-02 17:33:30 -06:00
ostest_main.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
ostest.h 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
posixtimer.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
prioinherit.c Standardize nameing of the pre-processor definitiongs group header 2015-10-02 14:06:11 -06:00
restart.c
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
roundrobin.c
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
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 Standardize the width of all comment boxes in C file 2015-10-02 17:33:30 -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 Standardize the width of all comment boxes in C file 2015-10-02 17:33:30 -06:00
timedmqueue.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
timedwait.c Standardize the width of all comment boxes in C file 2015-10-02 17:33:30 -06:00
vfork.c
waitpid.c