ThreadCreationAttributes
ThreadCreationAttributes fCreationAttributes;
const ThreadCreationAttributes& attributes);
const ThreadCreationAttributes& attributes);
thread_id thread_create_thread(const ThreadCreationAttributes& attributes,
struct ThreadCreationAttributes : thread_creation_attributes {
ThreadCreationAttributes() {}
ThreadCreationAttributes(
using BKernel::ThreadCreationAttributes;
CreateThreadEvent::CreateThreadEvent(const ThreadCreationAttributes& attributes)
CreateThreadEvent::Create(const ThreadCreationAttributes& attributes)
ThreadCreationAttributes* threadAttributes, bool isDefaultEvent)
ThreadCreationAttributes threadAttributes;
ThreadCreationAttributes threadAttributes(team_create_thread_start,
ThreadCreationAttributes threadCreationAttributes(NULL,
ThreadCreationAttributes(function, name, priority, arg, team),
ThreadCreationAttributes(function, name, priority, arg),
ThreadCreationAttributes attributes;
ThreadCreationAttributes::ThreadCreationAttributes(thread_func function,
ThreadCreationAttributes::InitFromUserAttributes(
thread_create_thread(const ThreadCreationAttributes& attributes, bool kernel)