Home | History | Annotate | Download | only in helgrind

Lines Matching refs:newcount

3047                                                  UWord newcount )
3055 "(tid=%d, barrier=%p, newcount=%lu)\n",
3056 (Int)tid, (void*)barrier, newcount );
3078 if (newcount == 0) {
3080 thr, "pthread_barrier_resize: 'newcount' argument is zero"
3089 tl_assert(newcount > 0);
3091 if (newcount >= bar->size) {
3095 bar->size = newcount;
3103 if (newcount <= present) {
3107 bar->size = newcount;
4801 /* pth_bar_t*, ulong newcount */