Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdinstall/runconsoles/
H A Drunconsoles.c388 char *primary_secondary, struct pipe_barrier *start_barrier, in start_console() argument
419 start_barrier); in start_console()
436 struct pipe_barrier start_barrier; in start_consoles() local
444 error = pipe_barrier_init(&start_barrier); in start_consoles()
562 &start_barrier, &oset); in start_consoles()
566 pipe_barrier_ready(&start_barrier); in start_consoles()
H A Dchild.h30 struct pipe_barrier *start_barrier) __dead2;
/freebsd/tools/tools/netrate/http/
H A Dhttp.c75 pthread_barrier_t start_barrier; member
199 ret = pthread_barrier_wait(&statep->start_barrier); in http_worker()
300 if (pthread_barrier_init(&statep->start_barrier, NULL, in main()