Searched refs:StackElement (Results 1 – 1 of 1) sorted by relevance
173 struct StackElement struct175 struct StackElement * next; argument183 static struct StackElement * head = NULL; argument184 static struct StackElement * tail = NULL;185 static struct StackElement * avail = NULL;186 static struct StackElement prealloc[16];192 void free( struct StackElement * element ) in free()209 static int signalEvent( struct StackElement * newElement ) in signalEvent()214 struct StackElement * element; in signalEvent()276 static struct StackElement * newStackElement( void ) in newStackElement()[all …]