Searched defs:wakeup_arg (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dpthread_test.cpp749 RwlockWakeupHelperArg wakeup_arg; local
750 ASSERT_EQ(0, pthread_rwlock_init(&wakeup_arg.lock, NULL));
751 ASSERT_EQ(0, pthread_rwlock_rdlock(&wakeup_arg.lock));
752 wakeup_arg.progress = RwlockWakeupHelperArg::LOCK_INITIALIZED;
753 wakeup_arg.tid = 0;
754 wakeup_arg.trylock_function = pthread_rwlock_trywrlock;
755 wakeup_arg.lock_function = lock_function;
759 reinterpret_cast<void* (*)(void*)>(pthread_rwlock_wakeup_helper), &wakeup_arg));
760 WaitUntilThreadSleep(wakeup_arg.tid);
761 ASSERT_EQ(RwlockWakeupHelperArg::LOCK_WAITING, wakeup_arg
785 RwlockWakeupHelperArg wakeup_arg; local
845 RwlockWakeupHelperArg wakeup_arg; local
866 RwlockWakeupHelperArg wakeup_arg; local
[all...]

Completed in 18 milliseconds