Searched refs:attributes (Results 1 - 4 of 4) sorted by relevance

/bionic/tests/
H A Dpthread_test.cpp185 pthread_attr_t attributes; local
186 ASSERT_EQ(0, pthread_attr_init(&attributes));
187 ASSERT_EQ(0, pthread_attr_setstacksize(&attributes, static_cast<size_t>(-1) & ~(getpagesize() - 1)));
190 ASSERT_EQ(EAGAIN, pthread_create(&t, &attributes, IdFn, NULL));
534 pthread_attr_t attributes; local
535 pthread_getattr_np(pthread_self(), &attributes); local
536 pthread_attr_getguardsize(&attributes, reinterpret_cast<size_t*>(arg));
540 static size_t GetActualGuardSize(const pthread_attr_t& attributes) { argument
543 pthread_create(&t, &attributes, GetActualGuardSizeFn, &result);
550 pthread_attr_t attributes; local
551 pthread_getattr_np(pthread_self(), &attributes); local
556 GetActualStackSize(const pthread_attr_t& attributes) argument
566 pthread_attr_t attributes; local
592 pthread_attr_t attributes; local
827 pthread_attr_t attributes; local
[all...]
H A Dtime_test.cpp58 pthread_attr_t attributes; local
59 ASSERT_EQ(0, pthread_attr_init(&attributes));
61 ASSERT_EQ(0, pthread_attr_setstacksize(&attributes, PTHREAD_STACK_MIN));
64 ASSERT_EQ(0, pthread_attr_setstacksize(&attributes, 4 * getpagesize()));
68 ASSERT_EQ(0, pthread_create(&t, &attributes, gmtime_no_stack_overflow_14313703_fn, NULL));
/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.h159 __u8 attributes; member in struct:nvme_lba_range_type
257 __le32 attributes; member in struct:nvme_dsm_cmd

Completed in 2123 milliseconds