Gregory Nutt
|
a57610c2c4
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:47:26 -06:00 |
|
Gregory Nutt
|
fe3e7a7bad
|
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 |
|
Gregory Nutt
|
cffb1a7f9c
|
Update some comments.
|
2017-10-11 10:32:59 -06:00 |
|
Gregory Nutt
|
73c10a2607
|
examples/ostest: Works around a bug in printf() when cancellation points are enabled. printf() is a cancellation point because it calls write(). This is correct according to OpenGroup.org. However, printf holds the stdio library semaphore when it is canceled and this leaves the semaphore in a bad state. No fix for the printf bug yet.
|
2017-10-10 14:01:49 -06:00 |
|
Gregory Nutt
|
497130f372
|
examples/ostest: Cannot be configured or build if CONFIG_DISABLE_SIGNALS=y
|
2017-01-24 09:15:42 -06:00 |
|
Juha Niskanen
|
b169bd4641
|
examples/ostest: Add new error print and modify comments in cancel test.
|
2017-01-24 09:01:37 -06:00 |
|
Gregory Nutt
|
1636b48313
|
OS test: enhance pthread cancellation test some.
|
2016-12-11 07:51:22 -06:00 |
|
Gregory Nutt
|
5d48dd4871
|
examples/ostest: Add some delays to the pthread cancellation test. With deferred cancellation enabled, things happen more asynchronously
|
2016-12-10 16:41:16 -06:00 |
|
Gregory Nutt
|
8586535eb7
|
examples/ostest: Extend the pthread cancellation test to exercise pthread_cleanup_push() (and pthread_cleanup_pop() indirectly via pthread_cancel() and pthread_exit()
|
2016-12-08 09:28:49 -06:00 |
|
Gregory Nutt
|
d5f8008931
|
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 |
|
Gregory Nutt
|
0629c5466e
|
Standardize the width of all comment boxes in C file
|
2015-10-02 17:33:30 -06:00 |
|
Juha Niskanen
|
2f67a661e7
|
sched/pthread: Implement pthread_mutex_trylock() for recursive mutexes
|
2015-06-16 08:32:20 -06:00 |
|
Gregory Nutt
|
86052985d9
|
Cancel test needs to wait for the thread to set non-cancelable mode at one point
|
2013-04-18 11:37:38 -06:00 |
|
patacongo
|
9fdb1157ee
|
USB device drivers: Add hooks to to use common, external DMA buffer allocation implementation..
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5142 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-13 14:14:18 +00:00 |
|
patacongo
|
bafd2949c3
|
Move nuttx/examples to apps/examples
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3405 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-20 18:18:19 +00:00 |
|