Home
last modified time | relevance | path

Searched refs:setThis (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d1312 Thread.setThis( thisThread ); in private()
1384 Thread.setThis( thisThread ); in version()
1392 Thread.setThis( thisThread ); in version()
2211 Thread.setThis(obj); in version()
2324 Thread.setThis(obj); // allocates lazy TLS (see Issue 11981) in version()
H A Dthreadbase.d469 package static void setThis(ThreadBase t) nothrow @nogc in setThis() function
899 ThreadBase.setThis(t); in thread_setThis()
H A Dfiber.d750 setThis( this );
752 setThis( cur );
1585 static void setThis( Fiber f ) nothrow @nogc in setThis() function