Home
last modified time | relevance | path

Searched defs:sigset_t (Results 1 – 12 of 12) sorted by relevance

/third_party/libunwind/include/win/
Dsignal.h36 typedef long sigset_t; typedef
/third_party/libunwind/include/win/sys/
Ducontext.h34 typedef long sigset_t; typedef
/third_party/libunwind/include/mingw/
Dsignal.h33 typedef long sigset_t; typedef
/third_party/libunwind/include/mingw/sys/
Ducontext.h31 typedef long sigset_t; typedef
/third_party/musl/include/
Dalltypes.h.in76 TYPEDEF struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t; variable
/third_party/musl/porting/linux/user/include/
Dalltypes.h.in76 TYPEDEF struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t; variable
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h365 typedef unsigned _Int64 sigset_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h321 typedef unsigned long sigset_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h343 typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h368 typedef unsigned long sigset_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h368 typedef unsigned long sigset_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2287 sigset_t = __darwin_sigset_t variable