Searched refs:ThreadCreationAttributes (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/kernel/
H A DUserEvent.h90 const ThreadCreationAttributes& attributes);
96 const ThreadCreationAttributes& attributes);
101 ThreadCreationAttributes fCreationAttributes;
H A Dthread.h40 struct ThreadCreationAttributes : thread_creation_attributes { struct in namespace:BKernel
55 ThreadCreationAttributes() {} function in struct:BKernel::ThreadCreationAttributes
57 ThreadCreationAttributes(
71 using BKernel::ThreadCreationAttributes;
125 thread_id thread_create_thread(const ThreadCreationAttributes& attributes,
/haiku/src/system/kernel/
H A DUserEvent.cpp242 CreateThreadEvent::CreateThreadEvent(const ThreadCreationAttributes& attributes)
255 CreateThreadEvent::Create(const ThreadCreationAttributes& attributes)
H A Dthread.cpp516 // #pragma mark - ThreadCreationAttributes
519 ThreadCreationAttributes::ThreadCreationAttributes(thread_func function, function in class:ThreadCreationAttributes
553 ThreadCreationAttributes::InitFromUserAttributes(
887 thread_create_thread(const ThreadCreationAttributes& attributes, bool kernel)
2498 ThreadCreationAttributes(function, name, priority, arg, team),
3415 ThreadCreationAttributes(function, name, priority, arg),
3533 ThreadCreationAttributes attributes;
H A DUserTimer.cpp1233 ThreadCreationAttributes* threadAttributes, bool isDefaultEvent)
1709 ThreadCreationAttributes threadAttributes;
H A Dteam.cpp1873 ThreadCreationAttributes threadAttributes(team_create_thread_start,
2268 ThreadCreationAttributes threadCreationAttributes(NULL,

Completed in 63 milliseconds