Searched refs:threads (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dpthread_test.cpp343 // Emulator kernels don't currently support setting the name of other threads.
420 std::vector<pthread_t> threads; local
424 threads.push_back(t);
430 ASSERT_EQ(0, pthread_detach(threads[i])) << i;
439 ASSERT_LT(leaked_bytes, 32 /*threads*/ * 128 /*bytes*/);

Completed in 310 milliseconds