Opened 14 years ago

Closed 13 years ago

#5686 closed enhancement (fixed)

Implement pthread cancellation

Reported by: bonefish Owned by: bonefish
Priority: normal Milestone: R1
Component: System/POSIX Version: R1/Development
Keywords: Cc:
Blocked By: Blocking: #4029
Platform: All

Description

Implement pthread_cancel(). Could probably be implemented via a signal, although then the overhead for implementing cancellation points might be greater than desired (additional syscalls). Alternatively explicit kernel support would be possible.

Open Group Base Specs: Thread Cancellation

Change History (5)

comment:1 by scottmc, 14 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #4029

comment:2 by bonefish, 14 years ago

Resolution: duplicate
Status: closedreopened

comment:3 by bonefish, 14 years ago

Blocking: 4029 added

(In #4029) Switching open/dup with #5686 as it has more useful info.

comment:4 by bonefish, 13 years ago

Owner: changed from nobody to bonefish
Status: reopenedin-progress

comment:5 by bonefish, 13 years ago

Resolution: fixed
Status: in-progressclosed

Implemented in hrev42116.

Note: See TracTickets for help on using tickets.