Home
last modified time | relevance | path

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

/nptl/
A Dtest-mutex-printers.py33 var = 'mutex' variable
38 test_printer(var, to_string, {'Status': 'Destroyed'})
42 test_printer(var, to_string, {'Status': 'Not acquired'})
47 test_printer(var, to_string,
53 test_printer(var, to_string, {'Status': 'Not acquired'})
75 test_printer(var, to_string, {'Owner ID': r'{0} \(dead\)'.format(child_id)})
78 test_printer(var, to_string, {'Owner ID': thread_id,
81 test_printer(var, to_string, {'Status': 'Not acquired',
87 test_printer(var, to_string, {'Times acquired by the owner': '2'})
89 test_printer(var, to_string, {'Times acquired by the owner': '3'})
A Dtest-rwlock-printers.py33 var = 'rwlock' variable
38 test_printer(var, to_string, {'Status': 'Not acquired'})
40 test_printer(var, to_string, {'Status': r'Acquired \(Read\)', 'Readers': '1'})
42 test_printer(var, to_string, {'Readers': '2'})
44 test_printer(var, to_string, {'Readers': '3'})
48 test_printer(var, to_string, {'Status': 'Not acquired'})
51 test_printer(var, to_string, {'Status': r'Acquired \(Write\)',
A Dtst-stack4mod.c20 __thread int var[256] attribute_hidden = {0}; variable
26 for (i = 0; i < sizeof (var) / sizeof (int); i++) in function()
27 var[i] = i; in function()
A Dtest-cond-printers.py33 var = 'condvar' variable
38 test_printer(var, to_string, {'Threads known to still execute a wait function': '0'})

Completed in 6 milliseconds