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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
4-1.c 71 pthread_t low_id, watchdog_thread; local
82 rc = pthread_create(&watchdog_thread, NULL, watchdog, NULL);
98 pthread_cancel(watchdog_thread);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_destroy/
2-1.c 84 pthread_t child_thread, watchdog_thread; local
100 if (pthread_create(&watchdog_thread, NULL, watchdog, NULL) != 0) {
134 pthread_cancel(watchdog_thread);

Completed in 75 milliseconds