Searched refs:saAttr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.cpp173 SECURITY_ATTRIBUTES saAttr = {sizeof(SECURITY_ATTRIBUTES)}; local in function:ExecCmd
174 saAttr.bInheritHandle = TRUE; // Pipe handles are inherited by child process.
175 saAttr.lpSecurityDescriptor = NULL;
181 if (!CreatePipe(&p.hRead, &p.hWrite, &saAttr, 0))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.cpp175 SECURITY_ATTRIBUTES saAttr = {sizeof(SECURITY_ATTRIBUTES)}; local in function:ExecCmd
176 saAttr.bInheritHandle = TRUE; // Pipe handles are inherited by child process.
177 saAttr.lpSecurityDescriptor = NULL;
183 if (!CreatePipe(&p.hRead, &p.hWrite, &saAttr, 0))

Completed in 3 milliseconds