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

  /external/libselinux/src/
avc_internal.h 99 static inline void *avc_create_thread(void (*run) (void)) function
avc.c 194 avc_netlink_thread = avc_create_thread(&avc_netlink_loop);
  /external/dbus/bus/
selinux.c 78 static void *avc_create_thread (void (*run) (void));
98 .func_create_thread = avc_create_thread,
217 avc_create_thread (void (*run) (void)) function

Completed in 75 milliseconds