2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
5 Desc: Private definitions of semaphore internals
11 BOOL
CheckSemaphore(struct SignalSemaphore
*sigSem
, struct TraceLocation
*caller
, struct ExecBase
*SysBase
);
12 void InternalObtainSemaphore(struct SignalSemaphore
*sigSem
, struct Task
*owner
, struct TraceLocation
*caller
, struct ExecBase
*SysBase
);
13 ULONG
InternalAttemptSemaphore(struct SignalSemaphore
*sigSem
, struct Task
*owner
, struct TraceLocation
*caller
, struct ExecBase
*SysBase
);