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

/barrelfish-2018-10-04/lib/thc/
H A Dthcstubs.c167 struct thc_receive_cancel_info *cinf = (struct thc_receive_cancel_info *)c; local
169 thc_lock_acquire(&cinf->thc->thc_binding_lock);
170 assert(!cinf->was_canceled);
171 if (cinf->rxi->waiter == NULL) {
173 thc_lock_release(&cinf->thc->thc_binding_lock);
177 cinf->was_canceled = 1;
178 awe_t *awe = cinf->rxi->waiter;
179 cinf->rxi->waiter = NULL;
189 struct thc_receive_cancel_info cinf; local
219 cinf
320 struct thc_receive_cancel_info cinf; local
461 struct thc_receive_cancel_info cinf; local
532 struct thc_await_send_cancel_info *cinf = (struct thc_await_send_cancel_info*)c; local
593 struct thc_await_send_cancel_info cinf; local
[all...]
H A Dthcsync.c83 struct thc_sem_cancel_info *cinf = (struct thc_sem_cancel_info *)c; local
84 DEBUG_SYNC(DEBUGPRINTF(DEBUG_SYNC_PREFIX "Woken cinf=%p\n", cinf));
90 thc_latch_acquire(&cinf->sem->l);
95 if (cinf->waiter_info->waiter == NULL) {
103 DEBUG_SYNC(DEBUGPRINTF(DEBUG_SYNC_PREFIX "Looking for wait-queue entry %p\n", cinf->waiter_info));
104 cinf -> was_canceled = 1;
105 struct thc_waiter **qptr = &(cinf->sem->q);
106 while ((*qptr) != NULL && *qptr != cinf->waiter_info) {
114 THCSchedule(cinf
130 struct thc_sem_cancel_info cinf; local
256 struct thc_cv_cancel_info *cinf = (struct thc_cv_cancel_info *)c; local
293 struct thc_cv_cancel_info cinf; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_cmp.c256 X509_CINF cinf; local
261 x.cert_info= &cinf;
262 cinf.serialNumber=serial;
263 cinf.issuer=name;

Completed in 36 milliseconds