[fpc-pascal] pthread_detach

Hairy Pixels genericptr at gmail.com
Sun Oct 30 12:28:08 CET 2022


The POSIX thread library has a function called pthread_detach (https://man7.org/linux/man-pages/man3/pthread_detach.3.html). Do the RTL threads have anything comparable? Honestly I don’t really understand why this is even needed because the threads seem to clean themselves up when they exit anyways but since it exists in pthreads I thought I was ask.

Regards,
	Ryan Joseph



More information about the fpc-pascal mailing list