Home
last modified time | relevance | path

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

/bionic/tests/
Dleak_test.cpp127 thread_data* td = new thread_data{&barrier, &tids[i]}; in TEST() local
139 ASSERT_EQ(0, pthread_create(&thread, nullptr, thread_function, td)); in TEST()
Dstdio_test.cpp1430 TemporaryDir td; in TEST() local
1431 ASSERT_EQ(0, remove(td.dirname)); in TEST()
1432 ASSERT_EQ(-1, lstat(td.dirname, &sb)); in TEST()
1440 ASSERT_EQ(-1, remove(td.dirname)); in TEST()