Symbol: ThreadCreationAttributes
headers/private/kernel/UserEvent.h
101
ThreadCreationAttributes fCreationAttributes;
headers/private/kernel/UserEvent.h
90
const ThreadCreationAttributes& attributes);
headers/private/kernel/UserEvent.h
96
const ThreadCreationAttributes& attributes);
headers/private/kernel/thread.h
125
thread_id thread_create_thread(const ThreadCreationAttributes& attributes,
headers/private/kernel/thread.h
40
struct ThreadCreationAttributes : thread_creation_attributes {
headers/private/kernel/thread.h
55
ThreadCreationAttributes() {}
headers/private/kernel/thread.h
57
ThreadCreationAttributes(
headers/private/kernel/thread.h
71
using BKernel::ThreadCreationAttributes;
src/system/kernel/UserEvent.cpp
242
CreateThreadEvent::CreateThreadEvent(const ThreadCreationAttributes& attributes)
src/system/kernel/UserEvent.cpp
255
CreateThreadEvent::Create(const ThreadCreationAttributes& attributes)
src/system/kernel/UserTimer.cpp
1240
ThreadCreationAttributes* threadAttributes, bool isDefaultEvent)
src/system/kernel/UserTimer.cpp
1775
ThreadCreationAttributes threadAttributes;
src/system/kernel/team.cpp
1837
ThreadCreationAttributes threadAttributes(team_create_thread_start,
src/system/kernel/team.cpp
2267
ThreadCreationAttributes threadCreationAttributes(NULL,
src/system/kernel/thread.cpp
2598
ThreadCreationAttributes(function, name, priority, arg, team),
src/system/kernel/thread.cpp
3530
ThreadCreationAttributes(function, name, priority, arg),
src/system/kernel/thread.cpp
3648
ThreadCreationAttributes attributes;
src/system/kernel/thread.cpp
627
ThreadCreationAttributes::ThreadCreationAttributes(thread_func function,
src/system/kernel/thread.cpp
661
ThreadCreationAttributes::InitFromUserAttributes(
src/system/kernel/thread.cpp
982
thread_create_thread(const ThreadCreationAttributes& attributes, bool kernel)