Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dthreaded-shared-conn.c52 static pthread_mutex_t connlock; variable
69 pthread_mutex_lock(&connlock); in lock_cb()
78 pthread_mutex_unlock(&connlock); in unlock_cb()
83 pthread_mutex_init(&connlock, NULL); in init_locks()
88 pthread_mutex_destroy(&connlock); in kill_locks()
/external/curl/tests/libtest/
Dlib1541.c38 static pthread_mutex_t connlock; variable
55 pthread_mutex_lock(&connlock); in lock_cb()
64 pthread_mutex_unlock(&connlock); in unlock_cb()
69 pthread_mutex_init(&connlock, NULL); in init_locks()
74 pthread_mutex_destroy(&connlock); in kill_locks()