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

/external/python/cpython2/Modules/_multiprocessing/
H A Dwin32_functions.c174 DWORD dwArgs[3], *pArgs[3] = {NULL, NULL, NULL}; local
185 dwArgs[i] = PyInt_AsUnsignedLongMask(oArgs[i]);
188 pArgs[i] = &dwArgs[i];
/external/python/cpython3/Modules/
H A D_winapi.c1237 DWORD dwArgs[3], *pArgs[3] = {NULL, NULL, NULL}; local
1244 dwArgs[i] = PyLong_AsUnsignedLongMask(oArgs[i]);
1247 pArgs[i] = &dwArgs[i];

Completed in 391 milliseconds