Lines Matching refs:mutex_to_string
37 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'})
79 test_printer(mutex_var, mutex_to_string, {'Protocol': 'Priority protect'})
81 test_printer(mutex_var, mutex_to_string, {'Priority ceiling':
85 test_printer(mutex_var, mutex_to_string, {'Protocol': 'None'})