• R
    simplify cancellation point handling · 9beb6330
    Rich Felker 提交于
    we take advantage of the fact that unless self->cancelpt is 1,
    cancellation cannot happen. so just increment it by 2 to temporarily
    block cancellation. this drops pthread_create.o well under 1k.
    9beb6330
pthread_setcancelstate.c 224 字节