Home
last modified time | relevance | path

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

/nptl/
A Dtest-mutexattr-printers.py37 mutex_to_string = 'pthread_mutex_t' variable
46 test_printer(mutex_var, mutex_to_string, {'Type': 'Error check'})
49 test_printer(mutex_var, mutex_to_string, {'Type': 'Recursive'})
52 test_printer(mutex_var, mutex_to_string, {'Type': 'Normal'})
58 test_printer(mutex_var, mutex_to_string, {'Robust': 'Yes'})
61 test_printer(mutex_var, mutex_to_string, {'Robust': 'No'})
67 test_printer(mutex_var, mutex_to_string, {'Shared': 'Yes'})
70 test_printer(mutex_var, mutex_to_string, {'Shared': 'No'})
76 test_printer(mutex_var, mutex_to_string, {'Protocol': 'Priority inherit'})
81 test_printer(mutex_var, mutex_to_string, {'Priority ceiling':
[all …]

Completed in 3 milliseconds