thread_creation_attributes
struct thread_creation_attributes;
const thread_creation_attributes* threadAttributes);
thread_id _user_spawn_thread(struct thread_creation_attributes* attributes);
struct thread_creation_attributes;
struct ThreadCreationAttributes : thread_creation_attributes {
const thread_creation_attributes*
struct thread_creation_attributes;
struct thread_creation_attributes* attributes);
struct thread_creation_attributes* attributes);
const struct thread_creation_attributes*
struct thread_creation_attributes;
const thread_creation_attributes* userThreadAttributes)
_user_spawn_thread(thread_creation_attributes* userAttributes)
const thread_creation_attributes* userAttributes, char* nameBuffer)
|| user_memcpy((thread_creation_attributes*)this, userAttributes,
sizeof(thread_creation_attributes)) != B_OK) {
struct thread_creation_attributes attributes;
thread_creation_attributes* attributes)
thread_creation_attributes attributes;
thread_creation_attributes threadAttributes;