Searched refs:guard_size (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | utils.h | 210 void GetThreadStack(pthread_t thread, void** stack_base, size_t* stack_size, size_t* guard_size);
|
D | utils.cc | 81 void GetThreadStack(pthread_t thread, void** stack_base, size_t* stack_size, size_t* guard_size) { in GetThreadStack() argument 98 CHECK_PTHREAD_CALL(pthread_attr_getguardsize, (&attributes, guard_size), __FUNCTION__); in GetThreadStack() 104 CHECK_PTHREAD_CALL(pthread_attr_getguardsize, (&attributes, guard_size), __FUNCTION__); in GetThreadStack()
|