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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c1541 char my_pid_string[64]; local
1595 sprintf( &my_pid_string[0], "%d\n", getpid( ) );
1597 my_count = write( my_fildes[1], &my_pid_string[0], sizeof(my_pid_string) );

Completed in 65 milliseconds