#2713 closed defect (fixed)

Bad return status from pthread_cancel()

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 4.10.3
Component: unspecified Version: 4.10
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

POSIX recommends ESRCH in case no thread exists for the specified identifier.

http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cancel.html#

Change History (3)

comment:1 Changed on 05/17/16 at 06:40:10 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: newclosed

In 9fd72713c9397b1e23484ad57b6ceb3523d4493c/rtems:

posix: Fix return status of pthread_cancel()

POSIX recommends ESRCH in case no thread exists for the specified
identifier.

Close #2713.

comment:2 Changed on 05/17/16 at 06:41:01 by Sebastian Huber <sebastian.huber@…>

In 94b1ba5aedfff76a9b42721e5109679ac9d417e2/rtems:

posix: Fix return status of pthread_cancel()

POSIX recommends ESRCH in case no thread exists for the specified
identifier.

Update #2713.

comment:3 Changed on 05/17/16 at 06:42:33 by Sebastian Huber <sebastian.huber@…>

In e34b7a8d4021ac451bdd8bad5b1a1be30c9897f0/rtems:

posix: Fix return status of pthread_cancel()

POSIX recommends ESRCH in case no thread exists for the specified
identifier.

Update #2713.

Note: See TracTickets for help on using tickets.