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

/macosx-10.9.5/Libc-997.90.3/gen/
H A Dthread_stack_pcs.c40 #define INSTACK(a) ((a) >= stackbot && (a) <= stacktop) macro
77 if(!INSTACK(frame) || !ISALIGNED(frame))
82 if(!INSTACK(next) || !ISALIGNED(next) || next <= frame)
88 if(!INSTACK(next) || !ISALIGNED(next) || next <= frame)
96 if(!INSTACK(next) || !ISALIGNED(next) || next <= frame)

Completed in 110 milliseconds