Home
last modified time | relevance | path

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

/nptl/
A Dnptl-printers.py62 self.values = []
79 return self.values
241 self.values = []
267 return self.values
316 self.values = []
334 return self.values
383 self.values = []
409 return self.values
445 self.values = []
462 return self.values
[all …]
A Dtst-thread-exit-clobber.cc43 struct values struct
52 static const values<unsigned int> magic_values = argument
61 static const values<double> magic_values_double =
158 call_pthread_exit_0 (const values<unsigned int> *pvalues) in call_pthread_exit_0()
171 call_pthread_exit_1 (const values<double> *pvalues) in call_pthread_exit_1()
179 values<unsigned int> other_values = { 0, }; in call_pthread_exit_1()
187 values<double> other_values = { 0, }; in call_pthread_exit()
199 const values<T> *pvalues = static_cast<const values<T> *> (closure); in threadfunc()
222 const_cast<values<unsigned int> *> (&magic_values)); in do_test()
227 const_cast<values<double> *> (&magic_values_double)); in do_test()
[all …]
A Dnptl_lock_constants.pysym52 -- These values are hardcoded:
65 -- 'Shared' attribute values

Completed in 5 milliseconds