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

  /external/libselinux/src/
avc_internal.h 34 extern void (*avc_func_free_lock) (void *)hidden;
58 avc_func_free_lock = lock_cb->func_free_lock;
129 if (avc_func_free_lock)
130 avc_func_free_lock(lock);
avc_internal.c 46 void (*avc_func_free_lock) (void *) = NULL; variable
  /external/qemu/distrib/libselinux/src/
avc_internal.h 34 extern void (*avc_func_free_lock) (void *)hidden;
58 avc_func_free_lock = lock_cb->func_free_lock;
129 if (avc_func_free_lock)
130 avc_func_free_lock(lock);
avc_internal.c 46 void (*avc_func_free_lock) (void *) = NULL; variable

Completed in 30 milliseconds