HomeSort by relevance Sort by last modified time
    Searched full:new_th1 (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_self/
1-1.c 38 pthread_t new_th1; local
41 if (pthread_create(&new_th1, NULL, a_thread_func, NULL) != 0) {
47 if (pthread_join(new_th1, NULL) != 0) {
56 if (pthread_equal(new_th1, new_th2) == 0) {
60 if (pthread_equal(new_th1, pthread_self()) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
1-2.c 33 pthread_t new_th1, new_th2; local
36 if (pthread_create(&new_th1, NULL, a_thread_func, NULL) != 0) {
50 if (pthread_equal(new_th1, new_th2) != 0) {

Completed in 535 milliseconds