Home
last modified time | relevance | path

Searched refs:lockarray (Results 1 – 1 of 1) sorted by relevance

/external/curl/docs/examples/
Dthreaded-ssl.c46 static pthread_mutex_t *lockarray; variable
55 pthread_mutex_lock(&(lockarray[type])); in lock_callback()
58 pthread_mutex_unlock(&(lockarray[type])); in lock_callback()
74 lockarray = (pthread_mutex_t *)OPENSSL_malloc(CRYPTO_num_locks() * in init_locks()
77 pthread_mutex_init(&(lockarray[i]), NULL); in init_locks()
90 pthread_mutex_destroy(&(lockarray[i])); in kill_locks()
92 OPENSSL_free(lockarray); in kill_locks()