Searched refs:forker (Results 1 – 4 of 4) sorted by relevance
5 warmup=$(./forker 2000 /bin/true | cut -f1 -d' ')7 nsec1=$(./forker 2000 /bin/true | cut -f1 -d' ')10 nsec2=$(LD_PRELOAD=$LIBUNWIND ./forker 2000 /bin/true | cut -f1 -d' ')13 nsec3=$(LD_PRELOAD=$LIBUNWIND_PLAT ./forker 2000 /bin/true | cut -f1 -d' ')
50 noinst_PROGRAMS_cdep = forker Gperf-simple Lperf-simple \
176 pthread_t workers[kNumWorkers], forker; in TEST() local180 PTHREAD_CREATE(&forker, 0, MallocIntrospectionLockForker, 0); in TEST()184 PTHREAD_JOIN(forker, 0); in TEST()
46 tests/forker