Home
last modified time | relevance | path

Searched refs:myproc (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/misc/math/float/iperb/
H A Dgeniperb.c53 pid_t myproc; in create_file() local
55 switch (myproc = fork()) { in create_file()
67 return myproc; in create_file()
/third_party/ltp/testcases/misc/math/float/bessel/
H A Dgenbessel.c53 pid_t myproc; in create_file() local
55 switch (myproc = fork()) { in create_file()
67 return (myproc); in create_file()
/third_party/ltp/testcases/misc/math/float/trigo/
H A Dgentrigo.c54 pid_t myproc; in create_file() local
56 if ((myproc = fork()) != 0) in create_file()
57 return myproc; in create_file()
/third_party/ltp/testcases/misc/math/float/exp_log/
H A Dgenexp_log.c53 pid_t myproc; in create_file() local
55 if ((myproc = fork()) != 0) in create_file()
56 return myproc; in create_file()
/third_party/ltp/testcases/misc/math/float/power/
H A Dgenpower.c53 pid_t myproc; in create_file() local
55 if ((myproc = fork()) != 0) in create_file()
56 return myproc; in create_file()

Completed in 2 milliseconds