Home
last modified time | relevance | path

Searched defs:sigmask (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c299 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags) in td_ta_thr_iter()
/ndk/sources/android/libthread_db/gdb-7.3.x/
Dlibthread_db.c335 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags) in td_ta_thr_iter()
/ndk/sources/host-tools/make-3.81/
Dmake.h124 # define sigmask(sig) (1 << ((sig) - 1)) macro