Searched refs:forker (Results 1 - 5 of 5) sorted by relevance
/external/ltp/include/old/ |
H A D | forker.h | 61 int forker( int , int , char * );
|
/external/libunwind/tests/ |
H A D | perf-startup | 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' ')
|
/external/ltp/lib/ |
H A D | forker.c | 36 * FUNCTION NAME : forker 43 * int forker(ncopies, mode, prefix) 65 * The forker function will fork <ncopies> minus one copies 71 * The forker function will return the number of successful 77 * The forker function also updates the global variables 115 #include "forker.h" 155 int forker(int ncopies, function 174 "%s: %s,forker(): fork() failed, errno:%d %s\n", 201 "%s: %s,forker(): fork() failed, errno:%d %s\n", 228 } /* end of forker */ [all...] |
/external/compiler-rt/lib/asan/tests/ |
H A D | asan_mac_test.cc | 176 pthread_t workers[kNumWorkers], forker; local 180 PTHREAD_CREATE(&forker, 0, MallocIntrospectionLockForker, 0); 184 PTHREAD_JOIN(forker, 0);
|
/external/ltp/testcases/kernel/fs/doio/ |
H A D | growfiles.c | 89 #include "forker.h" 393 extern int Forker_npids; /* num of forked pid, defined in forker.c */ 1139 forker(num_procs, forker_mode, Progname);
|
Completed in 256 milliseconds