Home
last modified time | relevance | path

Searched refs:thread_stackBottom (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/
H A Dexecinfo.d34 import core.thread : thread_stackBottom; in backtrace()
36 void** p, pend=cast(void**)thread_stackBottom(); in backtrace()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/
H A Dexecinfo.d34 import core.thread : thread_stackBottom; in backtrace()
36 void** p, pend=cast(void**)thread_stackBottom(); in backtrace()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/
H A Dexecinfo.d36 import core.thread : thread_stackBottom; in backtrace()
38 void** p, pend=cast(void**)thread_stackBottom(); in backtrace()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Druntime.d115 extern (C) void* thread_stackBottom();
820 auto stackBottom = cast(void**) thread_stackBottom(); in this()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadbase.d1312 extern (C) void* thread_stackBottom() nothrow @nogc in thread_stackBottom() function