Release Notes Table of Contents | Release Notes Index |
Declared in: kernel/image.h
|
x86 only!
The "B_" symbols that represent the names are placeholders—they're not used anywhere in the BeOS.
Declared in: kernel/OS.h
There have been changes to the (undocumented) get_cpuid() function and cpuid_info structure. However, the call and structure will be replaced by a higher-level API in a later release. If you use the current versions, you may have to rewrite your code when these versions are retired.
Declared in: kernel/OS.h
|
on_exit_thread() lets you register an "exit thread" function that's called after the this thread has been stopped, but just before it exits entirely. The data argument is passed to func when the latter is called.
Note that func is registered as the exit function for the thread that calls on_exit_thread(), displacing any previously registered functions. The exit function is called in the exiting thread's context.
RETURN CODES
Release Notes Table of Contents | Release Notes Index |
Copyright © 2000 Be, Inc. All rights reserved..