Home
last modified time | relevance | path

Searched refs:value_ptr (Results 1 – 1 of 1) sorted by relevance

/examples/utest/testcases/posix/pthread_h/functions/pthread_exit/
A Dpthread_exit_1-1_tc.c44 int *value_ptr; in posix_testcase() local
47 value_ptr = 0; in posix_testcase()
61 if (pthread_join(new_th, (void *)&value_ptr) != 0) { in posix_testcase()
68 if ((long)value_ptr != RETURN_CODE) { in posix_testcase()

Completed in 2 milliseconds