Searched refs:thread_data (Results 1 - 1 of 1) sorted by relevance
/system/core/libbacktrace/ |
H A D | backtrace_test.cpp | 499 thread_t thread_data = { 0, 0, 0, nullptr }; local 501 ASSERT_TRUE(pthread_create(&thread, &attr, ThreadLevelRun, &thread_data) == 0); 504 ASSERT_TRUE(WaitForNonZero(&thread_data.state, 2)); 516 std::unique_ptr<Backtrace> backtrace(Backtrace::Create(getpid(), thread_data.tid)); 523 android_atomic_acquire_store(0, &thread_data.state); 548 thread_t thread_data = { 0, 0, 0, nullptr }; local 550 ASSERT_TRUE(pthread_create(&thread, &attr, ThreadLevelRun, &thread_data) == 0); 553 ASSERT_TRUE(WaitForNonZero(&thread_data.state, 2)); 555 std::unique_ptr<Backtrace> all(Backtrace::Create(getpid(), thread_data.tid)); 559 std::unique_ptr<Backtrace> ign1(Backtrace::Create(getpid(), thread_data 586 thread_t thread_data = { 0, 0, 0, nullptr }; local 912 thread_t* thread_data = reinterpret_cast<thread_t*>(data); local 995 thread_t thread_data = { 0, 0, 0, nullptr }; local 1413 thread_t thread_data = { 0, 0, 0, nullptr }; local [all...] |
Completed in 28 milliseconds