HomeSort by: relevance | last modified time | path
    Searched defs:trm (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_req_mgr.c 27 static struct tpm_req_mgr *trm; variable in typeref:struct:tpm_req_mgr
41 MUTEX_LOCK(trm->queue_lock);
58 MUTEX_UNLOCK(trm->queue_lock);
66 if ((trm = calloc(1, sizeof(struct tpm_req_mgr))) == NULL) {
71 MUTEX_INIT(trm->queue_lock);
79 free(trm);

Completed in 20 milliseconds