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

  /external/valgrind/main/drd/tests/
bug-235681.c 51 pthread_t other_thread; local
63 rc = pthread_create(&other_thread, NULL, run_fn, NULL);
88 rc = pthread_join(other_thread, NULL);

Completed in 40 milliseconds