Re-implemened pthread_kill(). It as just a simple wrapper around kill() but...
Re-implemened pthread_kill(). It as just a simple wrapper around kill() but since the correct dispatching of singles for multi-threaded task groups has been implemented, calling kill() does no work. The corrected implementation of pthread_kill() will direct the signal specifically to the specific pthread and no other.
parent
416af1b5
Please register or sign in to comment