Skip to content
Commit 44177289 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment