Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d289 static void impersonate_thread( uint id, externCVoidFunc fn ) in impersonate_thread() function
294 static void impersonate_thread( uint id, scope void delegate() dg) in impersonate_thread() function
355 alias thread_aux.impersonate_thread impersonate_thread; variable