Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h157 #define _POSIX_THREAD_DESTRUCTOR_ITERATIONS 4 macro
/bionic/tests/headers/posix/
Dlimits_h.c169 MACRO_VALUE(_POSIX_THREAD_DESTRUCTOR_ITERATIONS, 4); in limits_h()
/bionic/tests/
Dunistd_test.cpp839 EXPECT_EQ(4, _POSIX_THREAD_DESTRUCTOR_ITERATIONS); in TEST()