OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.96 | Check-in [5677]: Adjusted all copyright messages for new year 2007. By rse. (diff) | |
1.95 | Check-in [5672]: fix typo By rse. (diff) | |
1.94 | Check-in [5405]: Adjusted all copyright messages for new year 2006 By rse. (diff) | |
1.93 | Check-in [4944]: Adjusted all copyright messages for new year 2005. By rse. (diff) | |
1.92 | Check-in
[4738]:
Added PTH_CTRL_FAVOURNEW control which allows the user
to disable the favouring of new threads on scheduling
to get more strict priority based scheduling behavior.
Triggered by: Vinu V <Vinu_V@mindtree.com> By rse. (diff) | |
1.91 | Check-in [4639]: Adjusted all copyright messages for new year 2004. By rse. (diff) | |
1.90 | Check-in [3309]: flush out this trivial pending change in one of my Pth dev queues By rse. (diff) | |
1.89 | Check-in [3061]: Adjusted all copyright messages for new year 2003. By rse. (diff) | |
1.88 | Check-in [2801]: Fixed error handling in pth_init(3): it now correctly returns an error instead of abort(3)'ing. By rse. (diff) | |
1.87 | Check-in [2800]: fix grammar while I'm poking around here ;) By rse. (diff) | |
1.86 | Check-in [2779]: Make sure that in the even manager a polling-only select(2) call uses a correctly initialized timeout parameter. Because SUSv3 says: "Upon successful completion, the select() function may modify the object pointed to by the timeout argument." By rse. (diff) | |
1.85 | Check-in [2761]: Fix dropping of scheduler thread pools and this way fix memory leak. By rse. (diff) | |
1.84 | Check-in [2743]: fix typo By rse. (diff) | |
1.83 | Check-in
[2742]:
1. The function "int pth_event_occurred(pth_event_t)" was replaced
with "pth_status_t pth_event_status(pth_event_t)" where pth_status_t
can have values of PTH_STATUS_PENDING (replacing the old FALSE return
value of pth_event_occurred), PTH_STATUS_OCCURRED (replacing
the old TRUE return value of pth_event_occurred), and
PTH_STATUS_FAILED (a new return value indicating an error in
processing the event). This was scheduler/event-manager errors can
be indicated which happended while processing the event. For
backward compatibility reasons, a macro pth_event_occurred() was
added. This will be removed soon.
2. Use the new PTH_STATUS_FAILED event status in the scheduler's event-manager for filedescriptor events if the internal select(2) call returned with an error. Additionally this PTH_STATUS_FAILED is recognized by the high-level API functions (pth_select, etc) and produce the necessary POSIX conforming return codes (usually -1 and errno == EBADF). Parts submitted by: Thanh Luu <tluu@synapcity.com> By rse. (diff) | |
1.82 | Check-in [2721]: Added thread attribute PTH_ATTR_DISPATCHES which (in bounded attribute objects) is incremented every time the context is switched to the associated thread. This can be used for statistical information. By rse. (diff) | |
1.81 | Check-in [1658]: bump copyright year By rse. (diff) | |
1.80 | Check-in [419]: *** empty log message *** By rse. (diff) | |
1.77.2.1 | Check-in [403] on branch PTH_1_3: *** empty log message *** By rse. | |
1.79 | Check-in [398]: *** empty log message *** By rse. |