Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc192 void *thread_self_offset_test_func(void *arg) { in thread_self_offset_test_func() function
199 EXPECT_TRUE((bool)thread_self_offset_test_func(0)); in TEST()
202 ASSERT_EQ(0, pthread_create(&tid, 0, thread_self_offset_test_func, 0)); in TEST()