Home | History | Annotate | Download | only in tests

Lines Matching full:pthread_once

5084 // test106: TN. pthread_once. {{{1
5095 pthread_once(&once, Init);
5099 pthread_once(&once, Init);
5136 // Helgrind also intercepts pthread_once in the same manner.