Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc199 void *thread_self_offset_test_func(void *arg) { in thread_self_offset_test_func() function
206 EXPECT_TRUE((bool)thread_self_offset_test_func(0)); in TEST()
209 ASSERT_EQ(0, pthread_create(&tid, 0, thread_self_offset_test_func, 0)); in TEST()