Searched refs:forker (Results 1 - 2 of 2) sorted by relevance

/external/libunwind/tests/
H A Dperf-startup5 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' ')
/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cc176 pthread_t workers[kNumWorkers], forker; local
180 PTHREAD_CREATE(&forker, 0, MallocIntrospectionLockForker, 0);
184 PTHREAD_JOIN(forker, 0);

Completed in 183 milliseconds