HomeSort by relevance Sort by last modified time
    Searched refs:avc_func_release_lock (Results 1 - 4 of 4) sorted by null

  /external/libselinux/src/
avc_internal.h 33 extern void (*avc_func_release_lock) (void *)hidden;
57 avc_func_release_lock = lock_cb->func_release_lock;
123 if (avc_func_release_lock)
124 avc_func_release_lock(lock);
avc_internal.c 45 void (*avc_func_release_lock) (void *) = NULL; variable
  /external/qemu/distrib/libselinux/src/
avc_internal.h 33 extern void (*avc_func_release_lock) (void *)hidden;
57 avc_func_release_lock = lock_cb->func_release_lock;
123 if (avc_func_release_lock)
124 avc_func_release_lock(lock);
avc_internal.c 45 void (*avc_func_release_lock) (void *) = NULL; variable

Completed in 786 milliseconds