Searched refs:attr_var (Results 1 – 3 of 3) sorted by relevance
/nptl/ |
A D | test-mutexattr-printers.py | 39 attr_var = 'attr' variable 45 test_printer(attr_var, attr_to_string, {'Type': 'Error check'}) 48 test_printer(attr_var, attr_to_string, {'Type': 'Recursive'}) 51 test_printer(attr_var, attr_to_string, {'Type': 'Normal'}) 57 test_printer(attr_var, attr_to_string, {'Robust': 'Yes'}) 60 test_printer(attr_var, attr_to_string, {'Robust': 'No'}) 66 test_printer(attr_var, attr_to_string, {'Shared': 'Yes'}) 69 test_printer(attr_var, attr_to_string, {'Shared': 'No'}) 75 test_printer(attr_var, attr_to_string, {'Protocol': 'Priority inherit'}) 78 test_printer(attr_var, attr_to_string, {'Protocol': 'Priority protect'}) [all …]
|
A D | test-rwlockattr-printers.py | 38 attr_var = 'attr' variable 45 test_printer(attr_var, attr_to_string, {'Prefers': 'Readers'}) 48 test_printer(attr_var, attr_to_string, {'Prefers': 'Writers'}) 51 test_printer(attr_var, attr_to_string, {'Prefers': 'Writers no recursive readers'}) 57 test_printer(attr_var, attr_to_string, {'Shared': 'Yes'}) 60 test_printer(attr_var, attr_to_string, {'Shared': 'No'})
|
A D | test-condattr-printers.py | 39 attr_var = 'attr' variable 46 test_printer(attr_var, attr_to_string, {'Clock ID': 'CLOCK_REALTIME'}) 52 test_printer(attr_var, attr_to_string, {'Shared': 'Yes'}) 55 test_printer(attr_var, attr_to_string, {'Shared': 'No'})
|
Completed in 4 milliseconds