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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_win32.c34 static SECURITY_ATTRIBUTES all_sa; variable
55 all_sa.nLength = sizeof(SECURITY_ATTRIBUTES);
56 all_sa.bInheritHandle = FALSE;
57 all_sa.lpSecurityDescriptor = &null_sd;
62 if ((*eventp = CreateEvent(&all_sa, FALSE, FALSE, idbuf)) == NULL) {

Completed in 71 milliseconds