Opened 17 years ago
Closed 17 years ago
#417 closed enhancement (fixed)
Expose the native thread handle for applications
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.9.0 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Some applications require the native thread handle (pthread_t with PThread, or HANDLE with Windows) so that it can do some manipulations on it (for example, changing thread priority).
Change History (1)
comment:1 Changed 17 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in r1589.