Home
last modified time | relevance | path

Searched refs:onThreadError (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d471 onThreadError( "Error initializing thread attributes" ); in version()
473 onThreadError( "Error initializing thread stack size" ); in version()
490 onThreadError( "Error creating thread" ); in version()
502 onThreadError( "Error resuming thread" ); in version()
542 onThreadError( "Error creating thread" ); in version()
548 onThreadError( "Error creating thread" ); in version()
551 onThreadError( "Error destroying thread attributes" ); in version()
557 onThreadError( "Error creating thread" ); in version()
1760 onThreadError( "Unable to suspend thread" ); in private()
1767 onThreadError( "Unable to load thread context" ); in private()
[all …]
H A Dthreadbase.d1216 package void onThreadError(string msg) nothrow @nogc in onThreadError() function