Opened 15 years ago
Closed 14 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 , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:3 by , 14 years ago
Blocking: | 4029 added |
---|
comment:4 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | reopened → in-progress |
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Implemented in hrev42116.
Note:
See TracTickets
for help on using tickets.
Duplicate of #4029