Lines Matching defs:completed
342 * when the load has completed. Release the global isapi hash
485 apr_thread_mutex_t *completed;
953 if (cid->completed) {
954 (void)apr_thread_mutex_unlock(cid->completed);
1213 * the cid->completed event with a new flag to indicate
1214 * an async-notice versus the async request completed.
1556 * We create a cid->completed mutex and lock on it so that the
1567 rv = apr_thread_mutex_create(&cid->completed,
1570 if (cid->completed && (rv == APR_SUCCESS)) {
1571 rv = apr_thread_mutex_lock(cid->completed);
1574 if (!cid->completed || (rv != APR_SUCCESS)) {
1606 if (cid->completed) {
1613 (void)apr_thread_mutex_lock(cid->completed);