Searched refs:check_mutex_lock (Results 1 – 1 of 1) sorted by relevance
/external/dbus/test/name-test/ |
D | test-threads-init.c | 73 check_mutex_lock (DBusMutex *mutex1, in check_mutex_lock() function 138 check_mutex_lock (mutex1, mutex2, TRUE); in main() 139 check_mutex_lock (dispatch_mutex1, dispatch_mutex2, TRUE); in main() 140 check_mutex_lock (io_path_mutex1, io_path_mutex2, TRUE); in main() 152 check_mutex_lock (mutex1, mutex2, FALSE); in main() 153 check_mutex_lock (dispatch_mutex1, dispatch_mutex2, FALSE); in main() 154 check_mutex_lock (io_path_mutex1, io_path_mutex2, FALSE); in main() 165 check_mutex_lock (mutex1, mutex2, TRUE); in main() 166 check_mutex_lock (dispatch_mutex1, dispatch_mutex2, TRUE); in main() 167 check_mutex_lock (io_path_mutex1, io_path_mutex2, TRUE); in main()
|