2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 Copyright © 2001-2003, The MorphOS Development Team. All Rights Reserved.
6 Locks the public classes list.
9 #include <proto/exec.h>
10 #include "intuition_intern.h"
12 /*****************************************************************************
15 #include <proto/intuition.h>
17 AROS_LH0(void, lockPubClass
,
22 struct IntuitionBase
*, IntuitionBase
, 120, Intuition
)
25 Locks the public classes list.
44 *****************************************************************************/
48 ObtainSemaphoreShared(&GetPrivIBase(IntuitionBase
)->ClassListLock
);
51 } /* unlockPubClass */