Searched refs:stackSize (Results 1 – 4 of 4) sorted by relevance
150 threadContext->stackSize = 64 * 1024; in M4OSA_threadSyncOpen()245 if ( 0 == pthread_attr_setstacksize( &attribute, (size_t)threadContext->stackSize ) ) in M4OSA_threadSyncStart()593 threadContext->stackSize = (M4OSA_UInt32)optionValue; in M4OSA_SetThreadSyncStackSize()781 M4OSA_UInt32* stackSize = (M4OSA_UInt32*)optionValue; in M4OSA_threadSyncGetOption() local783 *stackSize = threadContext->stackSize; in M4OSA_threadSyncGetOption()
1041 if (currentStackSize != mStack.stackSize) { in getLength()1058 int stackSize = 0; field in PduComposer.BufferStack1079 stackSize = stackSize + 1; in newbuf()1099 stackSize = stackSize - 1; in pop()1122 m.currentStackSize = stackSize; in mark()
49 int stackSize,
37 M4OSA_UInt32 stackSize; /* thread stackSize in bytes */ member