Searched defs:stack_frame (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c108 typedef struct stack_frame stack_frame; typedef in typeref:struct:stack_frame
110 struct stack_frame { struct
111 stack_frame* next;
115 static stack_frame* GetStackFrame()
118 stack_frame* currentFrame;
120 currentFrame = (stack_frame*)(jb[0].__jmpbuf[JB_BP]);
127 stack_frame* frame;
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.cpp916 struct stack_frame { struct
917 stack_frame* next; // savedSP
925 static asm stack_frame* getStackFrame()
934 stack_frame* currentFrame = getStackFrame(); // WalkTheStack's frame.

Completed in 83 milliseconds