Skip to content
Snippets Groups Projects
  1. Dec 30, 1998
    • Kurt Zeilenga's avatar
      Cleanup thread handling to resolve non-exiting daemons on FreeBSD. · 595bf866
      Kurt Zeilenga authored
      Seems that calling pthread_exit() in the main (and only active)
      thread does not cause the whole process to exit.  Very odd.
      Anyways, as we want to whole process to exit, we should just exit
      after joining with our other threads.
      I've also removed dead code for detaching threads we join with.
      595bf866
  2. Dec 29, 1998
  3. Dec 28, 1998
  4. Dec 27, 1998
  5. Dec 26, 1998
Loading