_pthread_mutex_t Struct Reference

struct _pthread_mutex_t

Member Functions Documentation

operator delete(TAny *)

void operator delete ( TAny * aPtr ) [inline]

Parameters

TAny * aPtr

operator new(TUint, TAny *)

TAny * operator new ( TUint aSize,
TAny * aBase
) [inline]

Parameters

TUint aSize
TAny * aBase

operator new(TUint)

TAny * operator new ( TUint aSize ) [inline]

Parameters

TUint aSize

operator new(TUint, TLeave)

TAny * operator new ( TUint aSize,
TLeave
) [inline]

Parameters

TUint aSize
TLeave

operator new(TUint, TUint)

TAny * operator new ( TUint aSize,
TUint aExtraSize
) [inline]

Parameters

TUint aSize
TUint aExtraSize

operator new(TUint, TLeave, TUint)

TAny * operator new ( TUint aSize,
TLeave ,
TUint aExtraSize
) [inline]

Parameters

TUint aSize
TLeave
TUint aExtraSize

Member Data Documentation

int iCount

int iCount

RMutex iDataLock

RMutex iDataLock

bool iDataLockCreated

bool iDataLockCreated

pthread_t iLockingThread

pthread_t iLockingThread

int iMutexType

int iMutexType

bool iSemaphoreCreated

bool iSemaphoreCreated

int iSemaphoreState

int iSemaphoreState

int iSharedType

int iSharedType

RSemaphore iSignalSemaphore

RSemaphore iSignalSemaphore