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