Home
last modified time | relevance | path

Searched refs:errno_value (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
D__errno.cpp35 return &__get_thread()->errno_value; in __errno()
Dpthread_internal.h162 int errno_value; variable
/bionic/tests/
Dstruct_layout_test.cpp57 CHECK_OFFSET(pthread_internal_t, errno_value, 768); in tests()
98 CHECK_OFFSET(pthread_internal_t, errno_value, 664); in tests()