Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dtest-mutex-printers.py34 to_string = 'pthread_mutex_t' 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'})
Dtest-rwlock-printers.py34 to_string = 'pthread_rwlock_t' 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\)',
Dtst-thread_local1.cc45 to_string (const counter &c) in to_string() function
92 return to_string (counter_static) in all_counters()
93 + ' ' + to_string (counter_anonymous_namespace) in all_counters()
94 + ' ' + to_string (counter_extern) in all_counters()
95 + ' ' + to_string (counter_function_local); in all_counters()
Dnptl-printers.py65 def to_string(self): member in MutexPrinter
253 def to_string(self): member in MutexAttributesPrinter
320 def to_string(self): member in ConditionVariablePrinter
395 def to_string(self): member in ConditionVariableAttributesPrinter
448 def to_string(self): member in RWLockPrinter
533 def to_string(self): member in RWLockAttributesPrinter
Dtest-cond-printers.py34 to_string = 'pthread_cond_t' variable
38 test_printer(var, to_string, {'Threads known to still execute a wait function': '0'})
/glibc-2.36/iconv/
Dgconv_conf.c69 .to_string = To, \
199 || strcmp (newp->to_string, root->to_string) != 0) in insert_module()
331 new_module->to_string = tmp; in add_module()
Diconv_prog.c704 if (strcmp (node->to_string, "INTERNAL") != 0) in add_known_names()
705 tsearch (node->to_string, &printlist, (__compar_fn_t) strverscmp); in add_known_names()
Dgconv_int.h64 const char *to_string; member
Dgconv_db.c522 const char *result_set = (strcmp (runp->to_string, "-") == 0 in find_derivation()
524 : runp->to_string); in find_derivation()
/glibc-2.36/scripts/
Dtest_printers_common.py344 def test_printer(var, to_string, children=None, is_ptr=True): argument
363 test('print {0}'.format(var), to_string)