]> sourceware.org Git - newlib-cygwin.git/commit
Move _Thread_queue_Queue::_Lock for RTEMS
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 3 May 2016 18:17:47 +0000 (14:17 -0400)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 3 May 2016 18:18:54 +0000 (14:18 -0400)
commit4f81837d78d8de6040bfb7312ba7e2d7b336a55f
treeb24fa3d62c614abbfe9796efbee24f48b1c2b67a
parentf310e8d951acfdbcacc56501e39c2e26caf152ae
Move _Thread_queue_Queue::_Lock for RTEMS

Move _Thread_queue_Queue::_Lock to begin of the structure.  On RTEMS,
the presence of a lock component in the thread queue structures actually
depends on the build-time RTEMS_SMP configuration option.  A move of
this part to the begin of the structure allows an implementation re-use
for the other parts.

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
newlib/libc/sys/rtems/include/sys/lock.h
This page took 0.028684 seconds and 5 git commands to generate.