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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h130 if (all_sessions_closing) { \
251 extern int all_sessions_closing;
H A DsoftGeneral.c118 /* This mutex protects soft_session_list, all_sessions_closing */
122 int all_sessions_closing = 0; variable
351 * Set all_sessions_closing flag so any access to any
354 all_sessions_closing = 1;
361 /* Reset all_sessions_closing flag. */
362 all_sessions_closing = 0;
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;

Completed in 16 milliseconds