Lines Matching defs:cpc_lock
45 * The library uses the cpc_lock field of the cpc_t struct to protect access to
57 static int cpc_lock(cpc_t *cpc);
142 (void) mutex_init(&cpc->cpc_lock, USYNC_THREAD, NULL);
180 sigblocked = cpc_lock(cpc);
207 sigblocked = cpc_lock(cpc);
225 sigblocked = cpc_lock(cpc);
383 sigblocked = cpc_lock(cpc);
400 sigblocked = cpc_lock(cpc);
1097 sigblocked = cpc_lock(cpc);
1115 sigblocked = cpc_lock(cpc);
1126 cpc_lock(cpc_t *cpc)
1129 (void) mutex_lock(&cpc->cpc_lock);
1136 (void) mutex_unlock(&cpc->cpc_lock);