Searched refs:lock_cb (Results 1 – 3 of 3) sorted by relevance
/third_party/selinux/libselinux/src/ |
D | avc_internal.h | 42 const struct avc_lock_callback *lock_cb) in set_callbacks() argument 57 if (lock_cb) { in set_callbacks() 58 avc_func_alloc_lock = lock_cb->func_alloc_lock; in set_callbacks() 59 avc_func_get_lock = lock_cb->func_get_lock; in set_callbacks() 60 avc_func_release_lock = lock_cb->func_release_lock; in set_callbacks() 61 avc_func_free_lock = lock_cb->func_free_lock; in set_callbacks()
|
D | avc.c | 151 const struct avc_lock_callback *lock_cb) in avc_init_internal() argument 162 set_callbacks(mem_cb, log_cb, thread_cb, lock_cb); in avc_init_internal() 247 const struct avc_lock_callback *lock_cb) in avc_init() argument 249 return avc_init_internal(prefix, mem_cb, log_cb, thread_cb, lock_cb); in avc_init()
|
/third_party/curl/tests/libtest/ |
D | lib1541.c | 55 static void lock_cb(CURL *handle, curl_lock_data data, in lock_cb() function 121 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, lock_cb); in test()
|