Home
last modified time | relevance | path

Searched defs:fiber_switchContext (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/config/mips/
H A Dswitchcontext.S37 .globl fiber_switchContext symbol
40 fiber_switchContext: label
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mips/
H A Dswitchcontext.S37 .globl fiber_switchContext symbol
40 fiber_switchContext: label
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dfiber.d241 extern (C) void fiber_switchContext( void** oldp, void* newp ) nothrow @nogc in fiber_switchContext() function