Searched refs:mutex_var (Results 1 – 1 of 1) sorted by relevance
/nptl/ |
A D | test-mutexattr-printers.py | 36 mutex_var = 'mutex' 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