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

  /external/valgrind/main/none/tests/
threadederrno.c 26 pthread_t tid2, tid3; local
27 pthread_create(&tid2, NULL, &thr2, NULL);
31 pthread_join(tid2, NULL);
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 96 pthread_t tid2; local
118 PTH_CALL(pthread_create(&tid2, 0, &thread_func, &s_mutex2));
138 PTH_CALL(pthread_join(tid2, 0));

Completed in 1089 milliseconds