Re: [PATCH rtems] thread-API: Add rtems_*mutex_try_lock

2021-05-26 Thread Sebastian Huber
On 26/05/2021 11:33, Christian Mauderer wrote: This adds a rtems_mutex_try_lock and a rtems_recursive_mutex_try_lock. Update #4440. Looks good. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741 -

[PATCH rtems] thread-API: Add rtems_*mutex_try_lock

2021-05-26 Thread Christian Mauderer
This adds a rtems_mutex_try_lock and a rtems_recursive_mutex_try_lock. Update #4440. --- cpukit/include/rtems/thread.h| 12 + testsuites/sptests/spthread01/init.c | 79 2 files changed, 91 insertions(+) diff --git a/cpukit/include/rtems/thread.h b/cpukit/