Home | History | Annotate | Download | only in mpi

Lines Matching full:getpid

93 #include <unistd.h>     /* getpid */
190 my_pid = getpid();
630 time. Since getpid() will return a value < 1 million, turn it
632 *(long double*)(&p[16]) = (long double)(1.0e-30 * (double)getpid());