Searched refs:chld_args (Results 1 - 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/mem/mtest07/ |
H A D | shm_test.c | 280 long chld_args[4]; /* arguments to the thread function */ local 314 chld_args[0] = num_reps; 321 chld_args[1] = shmkey++; 322 chld_args[2] = map_size; 327 chld_args[3] = WRITER; 330 (&thrdid[thrd_ndx], NULL, shmat_rd_wr, chld_args)) { 335 chld_args[3] = READER; 338 (&thrdid[thrd_ndx + 1], NULL, shmat_rd_wr, chld_args)) {
|
/external/ltp/testcases/kernel/mem/mtest06/ |
H A D | mmap3.c | 269 long chld_args[3]; /* arguments to funcs execed by child process */ local 338 chld_args[0] = num_iter; 339 chld_args[1] = map_private; 355 chld_args)) {
|
H A D | mmap1.c | 292 long chld_args[3]; local 386 chld_args[0] = fd; 387 chld_args[1] = file_size; 388 chld_args[2] = num_iter; 392 chld_args))) 398 if ((ret = pthread_create(&thid[1], NULL, read_mem, chld_args)))
|
H A D | shmat1.c | 398 long chld_args[3]; /* arguments to funcs execed by child process */ local 463 chld_args[0] = num_iter; 468 if (pthread_create(&thid[0], NULL, shmat_shmdt, chld_args)) { 478 if (pthread_create(&thid[1], NULL, write_to_mem, chld_args)) { 488 if (pthread_create(&thid[2], NULL, read_from_mem, chld_args)) {
|
/external/ltp/testcases/kernel/sched/tool/ |
H A D | trace_sched.c | 304 thread_sched_t *chld_args; /* arguments to funcs execed by child process. */ local 390 chld_args = args_table[thrd_ndx]; 391 chld_args->s_policy = spcy; 393 chld_args)) {
|
/external/ltp/testcases/network/nfs/nfs_stress/ |
H A D | nfs05_make_tree.c | 727 long chld_args[3]; /* arguments to the thread function */ local 768 chld_args[0] = num_dirs; 769 chld_args[1] = num_files; 773 (&thrdid[thrd_ndx], NULL, crte_mk_rm, chld_args)) {
|
Completed in 143 milliseconds