Searched refs:stack_elem (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dopenvms.c116 PR_StackPush(PRStack *stack, PRStackElem *stack_elem) argument
128 stack_elem->prstk_elem_next = (PRStackElem *) locked;
133 stack->prstk_head.prstk_elem_next = stack_elem;
H A Daix.c289 PR_StackPush(PRStack *stack, PRStackElem *stack_elem) argument
303 stack_elem->prstk_elem_next = addr;
304 _clear_lock((atomic_p)&stack->prstk_head.prstk_elem_next, (int)stack_elem);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dpratom.h137 ** stack_elem: pointer to the stack element
141 NSPR_API(void) PR_StackPush(PRStack *stack, PRStackElem *stack_elem);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpratom.c386 PR_StackPush(PRStack *stack, PRStackElem *stack_elem) argument
389 stack_elem->prstk_elem_next = stack->prstk_head.prstk_elem_next;
390 stack->prstk_head.prstk_elem_next = stack_elem;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntmisc.c834 PR_StackPush(PRStack *stack, PRStackElem *stack_elem) argument
851 *(void **)stack_elem = tmp;
853 *tos = stack_elem;
858 mov ecx, stack_elem

Completed in 103 milliseconds