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

/bionic/tests/
H A Dpthread_test.cpp1770 pthread_mutex_t* null_value = nullptr; local
1771 ASSERT_EXIT(pthread_mutex_lock(null_value), testing::KilledBySignal(SIGSEGV), "");
1779 pthread_mutex_t* null_value = nullptr; local
1780 ASSERT_EXIT(pthread_mutex_unlock(null_value), testing::KilledBySignal(SIGSEGV), "");

Completed in 92 milliseconds