Searched refs:__darwin_pthread_handler_rec (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/tools/netsim/rust/hostapd-rs/src/hostapd_sys/macos/ |
H A D | bindings.rs | 171 pub struct __darwin_pthread_handler_rec { struct 174 pub __next: *mut __darwin_pthread_handler_rec, argument 178 const UNINIT: ::std::mem::MaybeUninit<__darwin_pthread_handler_rec> = in bindgen_test_layout___darwin_pthread_handler_rec() 182 ::std::mem::size_of::<__darwin_pthread_handler_rec>(), in bindgen_test_layout___darwin_pthread_handler_rec() 184 concat!("Size of: ", stringify!(__darwin_pthread_handler_rec)) in bindgen_test_layout___darwin_pthread_handler_rec() 187 ::std::mem::align_of::<__darwin_pthread_handler_rec>(), in bindgen_test_layout___darwin_pthread_handler_rec() 189 concat!("Alignment of ", stringify!(__darwin_pthread_handler_rec)) in bindgen_test_layout___darwin_pthread_handler_rec() 196 stringify!(__darwin_pthread_handler_rec), in bindgen_test_layout___darwin_pthread_handler_rec() 206 stringify!(__darwin_pthread_handler_rec), in bindgen_test_layout___darwin_pthread_handler_rec() 216 stringify!(__darwin_pthread_handler_rec), in bindgen_test_layout___darwin_pthread_handler_rec() [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/Thumb2/ |
H A D | 2010-01-06-TailDuplicateLabels.ll | 11 %struct.__darwin_pthread_handler_rec = type { void (i8*)*, i8*, %struct.__darwin_pthread_handler_re… 12 %struct._opaque_pthread_t = type { i32, %struct.__darwin_pthread_handler_rec*, [596 x i8] }
|
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2099 class __darwin_pthread_handler_rec(Structure): class 2101 __darwin_pthread_handler_rec._fields_ = [ 2104 ('__next', POINTER(__darwin_pthread_handler_rec)), 2106 assert sizeof(__darwin_pthread_handler_rec) == 12, sizeof(__darwin_pthread_handler_rec) 2107 assert alignment(__darwin_pthread_handler_rec) == 4, alignment(__darwin_pthread_handler_rec) 2176 ('__cleanup_stack', POINTER(__darwin_pthread_handler_rec)),
|
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2099 class __darwin_pthread_handler_rec(Structure): class 2101 __darwin_pthread_handler_rec._fields_ = [ 2104 ('__next', POINTER(__darwin_pthread_handler_rec)), 2106 assert sizeof(__darwin_pthread_handler_rec) == 12, sizeof(__darwin_pthread_handler_rec) 2107 assert alignment(__darwin_pthread_handler_rec) == 4, alignment(__darwin_pthread_handler_rec) 2176 ('__cleanup_stack', POINTER(__darwin_pthread_handler_rec)),
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/macos/ |
H A D | bindings.rs | 966 pub struct __darwin_pthread_handler_rec { struct 969 pub __next: *mut __darwin_pthread_handler_rec, argument 973 const UNINIT: ::std::mem::MaybeUninit<__darwin_pthread_handler_rec> = in bindgen_test_layout___darwin_pthread_handler_rec() 977 ::std::mem::size_of::<__darwin_pthread_handler_rec>(), in bindgen_test_layout___darwin_pthread_handler_rec() 979 concat!("Size of: ", stringify!(__darwin_pthread_handler_rec)) in bindgen_test_layout___darwin_pthread_handler_rec() 982 ::std::mem::align_of::<__darwin_pthread_handler_rec>(), in bindgen_test_layout___darwin_pthread_handler_rec() 984 concat!("Alignment of ", stringify!(__darwin_pthread_handler_rec)) in bindgen_test_layout___darwin_pthread_handler_rec() 991 stringify!(__darwin_pthread_handler_rec), in bindgen_test_layout___darwin_pthread_handler_rec() 1001 stringify!(__darwin_pthread_handler_rec), in bindgen_test_layout___darwin_pthread_handler_rec() 1011 stringify!(__darwin_pthread_handler_rec), in bindgen_test_layout___darwin_pthread_handler_rec() [all …]
|