Searched refs:IdFn (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | pthread_test.cpp | 191 static void* IdFn(void* arg) { in IdFn() function 238 ASSERT_EQ(0, pthread_create(&t, NULL, IdFn, NULL)); in MakeDeadThread() 246 ASSERT_EQ(0, pthread_create(&t, NULL, IdFn, expected_result)); in TEST() 259 ASSERT_EQ(EAGAIN, pthread_create(&t, &attributes, IdFn, NULL)); in TEST() 545 ASSERT_EQ(0, pthread_create(&t, &a, IdFn, NULL)); in TEST()
|