Searched refs:attributes (Results 1 - 4 of 4) sorted by relevance
/bionic/tests/ |
H A D | pthread_test.cpp | 260 pthread_attr_t attributes; local 261 ASSERT_EQ(0, pthread_attr_init(&attributes)); 262 ASSERT_EQ(0, pthread_attr_setstacksize(&attributes, static_cast<size_t>(-1) & ~(getpagesize() - 1))); 265 ASSERT_EQ(EAGAIN, pthread_create(&t, &attributes, IdFn, NULL)); 554 pthread_attr_t attributes; local 555 pthread_getattr_np(pthread_self(), &attributes); local 556 pthread_attr_getguardsize(&attributes, reinterpret_cast<size_t*>(arg)); 560 static size_t GetActualGuardSize(const pthread_attr_t& attributes) { argument 563 pthread_create(&t, &attributes, GetActualGuardSizeFn, &result); 569 pthread_attr_t attributes; local 570 pthread_getattr_np(pthread_self(), &attributes); local 575 GetActualStackSize(const pthread_attr_t& attributes) argument 584 pthread_attr_t attributes; local 610 pthread_attr_t attributes; local 1139 pthread_attr_t attributes; local 1225 pthread_attr_t attributes; local 1226 pthread_getattr_np(pthread_self(), &attributes); local [all...] |
H A D | time_test.cpp | 61 pthread_attr_t attributes; local 62 ASSERT_EQ(0, pthread_attr_init(&attributes)); 64 ASSERT_EQ(0, pthread_attr_setstacksize(&attributes, PTHREAD_STACK_MIN)); 67 ASSERT_EQ(0, pthread_attr_setstacksize(&attributes, 4 * getpagesize())); 71 ASSERT_EQ(0, pthread_create(&t, &attributes, gmtime_no_stack_overflow_14313703_fn, NULL));
|
/bionic/libc/kernel/uapi/linux/ |
H A D | ncp.h | 142 __le32 attributes; member in struct:nw_info_struct 192 __le32 attributes; member in struct:nw_modify_dos_info
|
H A D | nvme.h | 194 __u8 attributes; member in struct:nvme_lba_range_type 292 __le32 attributes; member in struct:nvme_dsm_cmd
|
Completed in 5989 milliseconds