Lines Matching refs:LOCKTYPE_WW

59 #define LOCKTYPE_WW	0x10  macro
2290 dotest(ww_test_fail_acquire, SUCCESS, LOCKTYPE_WW); in ww_tests()
2291 dotest(ww_test_normal, SUCCESS, LOCKTYPE_WW); in ww_tests()
2292 dotest(ww_test_unneeded_slow, FAILURE, LOCKTYPE_WW); in ww_tests()
2296 dotest(ww_test_two_contexts, FAILURE, LOCKTYPE_WW); in ww_tests()
2297 dotest(ww_test_diff_class, FAILURE, LOCKTYPE_WW); in ww_tests()
2301 dotest(ww_test_context_done_twice, FAILURE, LOCKTYPE_WW); in ww_tests()
2302 dotest(ww_test_context_unlock_twice, FAILURE, LOCKTYPE_WW); in ww_tests()
2303 dotest(ww_test_context_fini_early, FAILURE, LOCKTYPE_WW); in ww_tests()
2304 dotest(ww_test_context_lock_after_done, FAILURE, LOCKTYPE_WW); in ww_tests()
2308 dotest(ww_test_object_unlock_twice, FAILURE, LOCKTYPE_WW); in ww_tests()
2309 dotest(ww_test_object_lock_unbalanced, FAILURE, LOCKTYPE_WW); in ww_tests()
2310 dotest(ww_test_object_lock_stale_context, FAILURE, LOCKTYPE_WW); in ww_tests()
2314 dotest(ww_test_edeadlk_normal, SUCCESS, LOCKTYPE_WW); in ww_tests()
2315 dotest(ww_test_edeadlk_normal_slow, SUCCESS, LOCKTYPE_WW); in ww_tests()
2316 dotest(ww_test_edeadlk_no_unlock, FAILURE, LOCKTYPE_WW); in ww_tests()
2317 dotest(ww_test_edeadlk_no_unlock_slow, FAILURE, LOCKTYPE_WW); in ww_tests()
2318 dotest(ww_test_edeadlk_acquire_more, FAILURE, LOCKTYPE_WW); in ww_tests()
2319 dotest(ww_test_edeadlk_acquire_more_slow, FAILURE, LOCKTYPE_WW); in ww_tests()
2320 dotest(ww_test_edeadlk_acquire_more_edeadlk, FAILURE, LOCKTYPE_WW); in ww_tests()
2321 dotest(ww_test_edeadlk_acquire_more_edeadlk_slow, FAILURE, LOCKTYPE_WW); in ww_tests()
2322 dotest(ww_test_edeadlk_acquire_wrong, FAILURE, LOCKTYPE_WW); in ww_tests()
2323 dotest(ww_test_edeadlk_acquire_wrong_slow, FAILURE, LOCKTYPE_WW); in ww_tests()
2327 dotest(ww_test_spin_nest_unlocked, FAILURE, LOCKTYPE_WW); in ww_tests()
2331 dotest(ww_test_spin_nest_lock, SUCCESS, LOCKTYPE_WW); in ww_tests()
2339 dotest(ww_test_context_block, FAILURE, LOCKTYPE_WW); in ww_tests()
2340 dotest(ww_test_context_try, SUCCESS, LOCKTYPE_WW); in ww_tests()
2341 dotest(ww_test_context_context, SUCCESS, LOCKTYPE_WW); in ww_tests()
2345 dotest(ww_test_try_block, FAILURE, LOCKTYPE_WW); in ww_tests()
2346 dotest(ww_test_try_try, SUCCESS, LOCKTYPE_WW); in ww_tests()
2347 dotest(ww_test_try_context, FAILURE, LOCKTYPE_WW); in ww_tests()
2351 dotest(ww_test_block_block, FAILURE, LOCKTYPE_WW); in ww_tests()
2352 dotest(ww_test_block_try, SUCCESS, LOCKTYPE_WW); in ww_tests()
2353 dotest(ww_test_block_context, FAILURE, LOCKTYPE_WW); in ww_tests()
2357 dotest(ww_test_spin_block, FAILURE, LOCKTYPE_WW); in ww_tests()
2358 dotest(ww_test_spin_try, SUCCESS, LOCKTYPE_WW); in ww_tests()
2359 dotest(ww_test_spin_context, FAILURE, LOCKTYPE_WW); in ww_tests()