Home
last modified time | relevance | path

Searched refs:attr_to_string (Results 1 – 3 of 3) sorted by relevance

/nptl/
A Dtest-mutexattr-printers.py40 attr_to_string = 'pthread_mutexattr_t' 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 Dtest-rwlockattr-printers.py39 attr_to_string = 'pthread_rwlockattr_t' 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 Dtest-condattr-printers.py40 attr_to_string = 'pthread_condattr_t' 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