Searched refs:attributes (Results 1 - 3 of 3) sorted by path

/bionic/libc/kernel/uapi/linux/
H A Dncp.h142 __le32 attributes; member in struct:nw_info_struct
192 __le32 attributes; member in struct:nw_modify_dos_info
H A Dnvme.h194 __u8 attributes; member in struct:nvme_lba_range_type
292 __le32 attributes; member in struct:nvme_dsm_cmd
/bionic/tests/
H A Dpthread_test.cpp254 pthread_attr_t attributes; local
255 ASSERT_EQ(0, pthread_attr_init(&attributes));
256 ASSERT_EQ(0, pthread_attr_setstacksize(&attributes, static_cast<size_t>(-1) & ~(getpagesize() - 1)));
259 ASSERT_EQ(EAGAIN, pthread_create(&t, &attributes, IdFn, NULL));
552 pthread_attr_t attributes; local
553 pthread_getattr_np(pthread_self(), &attributes); local
554 pthread_attr_getguardsize(&attributes, reinterpret_cast<size_t*>(arg));
558 static size_t GetActualGuardSize(const pthread_attr_t& attributes) { argument
561 pthread_create(&t, &attributes, GetActualGuardSizeFn, &result);
567 pthread_attr_t attributes; local
568 pthread_getattr_np(pthread_self(), &attributes); local
573 GetActualStackSize(const pthread_attr_t& attributes) argument
582 pthread_attr_t attributes; local
608 pthread_attr_t attributes; local
1240 pthread_attr_t attributes; local
1390 pthread_attr_t attributes; local
1391 pthread_getattr_np(pthread_self(), &attributes); local
[all...]

Completed in 92 milliseconds