Searched refs:all_sessions_closing (Results 1 - 4 of 4) 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;
H A DsoftSession.h171 extern int all_sessions_closing;
H A DsoftSession.c153 * Set all_sessions_closing flag so any access to any
156 all_sessions_closing = 1;
174 /* Reset all_sessions_closing flag. */
175 all_sessions_closing = 0;
H A DsoftSessionUtil.c419 if (all_sessions_closing) {

Completed in 76 milliseconds