Home | History | Annotate | Download | only in helgrind

Lines Matching refs:sem_init_WRK

1683 static int sem_init_WRK(sem_t* sem, int pshared, unsigned long value)
1713 return sem_init_WRK(sem, pshared, value);
1718 return sem_init_WRK(sem, pshared, value);
1886 /* A copy of sem_init_WRK (more or less). Is this correct? */