• Elliott Hughes's avatar
    Fix raise(3) so it works in signal handlers. · fae89fc4
    Elliott Hughes authored
    We could special-case raise(3) in non-threaded programs, but the more
    conservative course is to make pthread_kill(3) work in signal handlers
    at the cost of a race shared by other C libraries.
    
    Change-Id: I59fb23d03bdabf403435e731704b33acdf3e0234
    fae89fc4
signal_test.cpp 3.62 KB