Home
last modified time | relevance | path

Searched refs:mtx_recursive (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/tests/
H A Dthreads_test.cpp230 ASSERT_EQ(thrd_success, mtx_init(&m, mtx_plain | mtx_recursive)); in TEST()
231 ASSERT_EQ(thrd_success, mtx_init(&m, mtx_timed | mtx_recursive)); in TEST()
233 ASSERT_EQ(thrd_error, mtx_init(&m, mtx_recursive)); in TEST()
267 ASSERT_EQ(thrd_success, mtx_init(&m, mtx_plain | mtx_recursive)); in TEST()
/aosp12/bionic/libc/include/bits/
H A Dthreads_inlines.h91 int __pthread_type = (__type & mtx_recursive) ? PTHREAD_MUTEX_RECURSIVE in mtx_init()
93 __type &= ~mtx_recursive; in mtx_init()
/aosp12/bionic/tests/headers/posix/
H A Dthreads_h.c51 int enumeration_constants = mtx_plain | mtx_recursive | mtx_timed | in threads_h()
/aosp12/bionic/libc/include/
H A Dthreads.h63 mtx_recursive = 0x2, enumerator