summaryrefslogtreecommitdiffstats
path: root/testsuite/rwlock01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: A description for each test addedMoyano, Gabriel2020-04-091-0/+6
|
* Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber2017-11-171-275/+33
| | | | | | This was accidentally committed. This reverts commit 97a98f6cd767b3a68279890488c7b451788f84f4.
* RWLOCK(9): Add reader/writer lock implementationSebastian Huber2017-11-161-33/+275
|
* Use <sys/lock.h> provided by NewlibSebastian Huber2017-06-081-1/+1
|
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-081-1/+1
| | | | | | | | | | | | | | | | | The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-301-1/+1
|
* Replace RTEMS objects with custom implementationSebastian Huber2014-09-231-6/+0
| | | | | | | | Performance analysis revealed that the standard RTEMS objects are a major bottleneck. The object get mechanism and attribute checks at runtime have a significant overhead. Use a custom implementation for synchronization primitives. This drops also the size of the synchronization primitives considerably.
* Use floating-point tasks for testsSebastian Huber2013-12-201-1/+1
|
* rwlock01: Do not print in the worker taskSebastian Huber2013-12-161-14/+0
| | | | | The worker task must not block on the console device shared with the master task.
* testsuite: Simplify testsSebastian Huber2013-11-131-10/+0
|
* Rename rtems-bsd-config.hSebastian Huber2013-11-111-1/+1
| | | | Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
* rwlock01: New testSebastian Huber2013-10-311-0/+558