Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Ddb.sh79 int wthreads;
100 wthreads++;
118 wthreads--;
140 } while (wthreads != 0);
/freebsd/usr.bin/mkuzip/
H A Dmkuz_conveyor.h45 pthread_t wthreads[]; member
H A Dmkuz_conveyor.c120 r = pthread_create(&cp->wthreads[i], NULL, cworker, (void *)cwp); in mkuz_conveyor_ctor()