Searched refs:thread_stackBottom (Results 1 – 5 of 5) sorted by relevance
34 import core.thread : thread_stackBottom; in backtrace()36 void** p, pend=cast(void**)thread_stackBottom(); in backtrace()
36 import core.thread : thread_stackBottom; in backtrace()38 void** p, pend=cast(void**)thread_stackBottom(); in backtrace()
115 extern (C) void* thread_stackBottom();820 auto stackBottom = cast(void**) thread_stackBottom(); in this()
1312 extern (C) void* thread_stackBottom() nothrow @nogc in thread_stackBottom() function