HomeSort by relevance Sort by last modified time
    Searched defs:_sigev_un (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 254 } _sigev_un; member in struct:sigevent
256 #define sigev_notify_function _sigev_un._sigev_thread._function
257 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute
259 #define sigev_notify_thread_id _sigev_un._tid
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 206 } _sigev_un; member in struct:sigevent
209 #define sigev_notify_function _sigev_un._sigev_thread._function
210 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute
211 #define sigev_notify_thread_id _sigev_un._tid
  /development/ndk/platforms/android-L/include/asm-generic/
siginfo.h 254 } _sigev_un; member in struct:sigevent
256 #define sigev_notify_function _sigev_un._sigev_thread._function
257 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute
259 #define sigev_notify_thread_id _sigev_un._tid
  /development/ndk/sources/android/libportable/common/include/asm-generic/
siginfo_portable.h 214 } _sigev_un; member in struct:sigevent_portable
217 #define sigev_notify_function _sigev_un._sigev_thread._function
218 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute
219 #define sigev_notify_thread_id _sigev_un._tid
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 290 } _sigev_un; member in struct:sigevent
293 #define sigev_notify_function _sigev_un._sigev_thread._function
294 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute
295 #define sigev_notify_thread_id _sigev_un._tid

Completed in 1650 milliseconds