summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2017-03-31 15:23:47 -0400
committerGedare Bloom <gedare@rtems.org>2017-05-05 10:34:08 -0400
commitbd9d5ebc33c35d91b5ca0746b6b78a365eeb726d (patch)
tree8de9a3f3b45c1f428de403530c866b01f13da1bf /cpukit/posix/include/rtems
parentposix/mman: update atime on shared memory read call (diff)
downloadrtems-bd9d5ebc33c35d91b5ca0746b6b78a365eeb726d.tar.bz2
posix/shm: replace threadq with mutex (allocator lock)
Closes #2957.
Diffstat (limited to 'cpukit/posix/include/rtems')
-rw-r--r--cpukit/posix/include/rtems/posix/shmimpl.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/cpukit/posix/include/rtems/posix/shmimpl.h b/cpukit/posix/include/rtems/posix/shmimpl.h
index ff3299ebe0..6d81e5eb27 100644
--- a/cpukit/posix/include/rtems/posix/shmimpl.h
+++ b/cpukit/posix/include/rtems/posix/shmimpl.h
@@ -33,25 +33,6 @@ extern "C" {
extern Objects_Information _POSIX_Shm_Information;
-RTEMS_INLINE_ROUTINE void _POSIX_Shm_Acquire(
- POSIX_Shm_Control *the_shm,
- Thread_queue_Context *queue_context
-)
-{
- _Thread_queue_Acquire(
- &the_shm->Wait_queue,
- queue_context
- );
-}
-
-RTEMS_INLINE_ROUTINE void _POSIX_Shm_Release(
- POSIX_Shm_Control *the_shm,
- Thread_queue_Context *queue_context
-)
-{
- _Thread_queue_Release( &the_shm->Wait_queue, queue_context );
-}
-
RTEMS_INLINE_ROUTINE POSIX_Shm_Control *_POSIX_Shm_Allocate_unprotected( void )
{
return (POSIX_Shm_Control *)