0

The pthreads man page mentioned a list of thread safe and unsafe functions, and I didn't understand the term "cancellation point" relating these functions.

What exactly are they?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
  • There is plenty of information on SO and other sites about the meaning of "thread safe" and "cancellation point". You should google those terms. – Marco Bonelli Sep 02 '19 at 08:54
  • 3
    Consider reading the POSIX section on [Threads](https://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_09) which includes 'thread safety' and 'cancellation points' as topics. – Jonathan Leffler Sep 02 '19 at 08:54
  • 1
    See https://stackoverflow.com/questions/27374707/what-exactly-is-a-cancellation-point – xenoid Sep 02 '19 at 08:54
  • `In pthreads man page` - and the terms are explained in the same man page. Did you read it? Which part didn't you understand? – KamilCuk Sep 02 '19 at 09:07

0 Answers0