Searched defs:completed (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/arch/win32/
H A Dmod_isapi.c342 * when the load has completed. Release the global isapi hash
485 apr_thread_mutex_t *completed; member in struct:isapi_cid
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);
[all...]

Completed in 13 milliseconds