The Kernel Kit
Developer Release Notes
BeOS Release 4

Bug Fixes


Scheduler Priorities

Confused about what sort of priority to give your thread?  Disatisfied with the handful of hard-coded priorities over in OS.h?  Try these:

int32 suggest_thread_priority(uint32 what = B_DEFAULT_MEDIA_PRIORITY,
   int32 period = 0,
   bigtime_t jitter = 0,
   bigtime_t length = 0);

bigtime_t estimate_max_scheduling_latency(thread_id thread);


CPU ID Information

The new cpuid_info union provides three parcels of manfacturer information about your CPU (Intel only):

The get_cpuid() function returns a cpuid_info union for one of the CPUs on your system (identified by index).






BeOS Release 4




Copyright © 1998 Be, Inc.  All rights reserved.