Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d236 …static bool enumProcessThreads( uint procid, bool function( uint id, void* context ) dg, void* con… in enumProcessThreads() function
282 static bool enumProcessThreads( bool function( uint id, void* context ) dg, void* context ) in enumProcessThreads() function
284 return enumProcessThreads( GetCurrentProcessId(), dg, context ); in enumProcessThreads()
354 alias thread_aux.enumProcessThreads enumProcessThreads; variable
H A Ddll.d367 if ( !enumProcessThreads( in dll_fixTLS()
469 return enumProcessThreads( in dll_process_attach()
507 enumProcessThreads(