Home | History | Annotate | Download | only in src

Lines Matching full:sem_init

868   explicit LinuxSemaphore(int count) {  sem_init(&sem_, 0, count); }