Searched refs:dll_process_attach (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | dll.d | 454 bool dll_process_attach( HINSTANCE hInstance, bool attach_threads, in dll_process_attach() function 485 bool dll_process_attach( HINSTANCE hInstance, bool attach_threads = true ) 489 return dll_process_attach( hInstance, attach_threads, in version() 494 return dll_process_attach( hInstance, attach_threads, in version() 583 dll_process_attach, dll_process_detach, in SimpleDllMain() 589 return dll_process_attach( hInstance, true ); in SimpleDllMain()
|