• R
    suppress masked cancellation in pthread_join · eb4bd8d8
    Rich Felker 提交于
    like close, pthread_join is a resource-deallocation function which is
    also a cancellation point. the intent of masked cancellation mode is
    to exempt such functions from failure with ECANCELED.
    eb4bd8d8
pthread_join.c 598 字节