Searched defs:all_sessions_closing (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c121 /* This mutex protects soft_session_list, all_sessions_closing */
125 int all_sessions_closing = 0; variable
342 * Set all_sessions_closing flag so any access to any
345 all_sessions_closing = 1;
352 /* Reset all_sessions_closing flag. */
353 all_sessions_closing = 0;

Completed in 91 milliseconds