HomeSort by: relevance | last modified time | path
    Searched refs:COND_VAR (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_context.h 30 COND_VAR cond; /* used in waiting for an auth ctx to become available */
auth_mgr.h 37 COND_VAR **overflow; /* queue of TCS contexts waiting for an auth session to become
threads.h 29 #define COND_VAR pthread_cond_t
tcs_utils.h 153 COND_VAR *ctx_get_cond_var(TCS_CONTEXT_HANDLE);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_auth_mgr.c 43 auth_mgr.overflow = calloc(TSS_DEFAULT_OVERFLOW_AUTHS, sizeof(COND_VAR *));
46 (TSS_DEFAULT_OVERFLOW_AUTHS * sizeof(COND_VAR *)));
126 COND_VAR *cond;
157 COND_VAR **tmp = auth_mgr.overflow;
164 sizeof(COND_VAR *));
168 sizeof(COND_VAR *));
175 memcpy(auth_mgr.overflow, tmp, auth_mgr.sleeping_threads * sizeof(COND_VAR *));
tcs_context.c 200 COND_VAR *
204 COND_VAR *ret = NULL;

Completed in 44 milliseconds