View Issue Details

IDProjectCategoryView StatusLast Update
0013604Open CASCADEOCCT:Foundation Classespublic2012-01-13 14:06
ReporteragvAssigned Toagv 
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
OSAll 
Fixed in Version6.2.0 
Summary0013604: Setting OSD_Thread priority
DescriptionIn multithreaded applications it is often required to define or change the
priority of a thread relative to the priority of the main thread. The
corresponding API should be added to class OSD_Thread.
Additional information
and documentation updates
Documentation remark, added by AGV 2007-02-15 12:42:09:

New features:
Manage priority attribute inb OSD_Thread.

This feature is implemented only on WNT platform.
Improvements:
It is possible to change the priority of a thread before or during its
execution. The method SetPriority has integer argument that can be negative,
zero or positive. By default, the value 0 is assumed. When this method is
called, the priority of the thread is set relative to the one of the process:
negative argument defines lower and positive -- higher priority.

Modified entities:
Thread from OSD
TagsNo tags attached.
Test case number

Attached Files

  • OCC13604.tar.gz (3,008 bytes)

Activities

2006-10-10 17:50

 

OCC13604.tar.gz (3,008 bytes)

Issue History

Date Modified Username Field Change
2006-10-12 12:53 bugmaster Assigned To bugmaster => agv
2006-10-12 12:53 bugmaster Status new => assigned
2006-10-31 16:52 bugmaster Status assigned => verified
2007-06-01 12:05 bugmaster Status verified => closed
2007-06-01 12:05 bugmaster Resolution @0@ => fixed
2011-08-02 11:23 bugmaster Category OCCT:FDC => OCCT:Foundation Classes
2012-01-13 14:06 atp Description Updated
2012-01-13 14:06 atp Additional Information Updated