Searched refs:thread_creation_attributes (Results 1 - 10 of 10) sorted by last modified time

/haiku/src/system/kernel/
H A Dthread.cpp554 const thread_creation_attributes* userAttributes, char* nameBuffer)
557 || user_memcpy((thread_creation_attributes*)this, userAttributes,
558 sizeof(thread_creation_attributes)) != B_OK) {
577 // kernel only attributes (not in thread_creation_attributes):
3529 _user_spawn_thread(thread_creation_attributes* userAttributes)
H A DUserTimer.cpp1692 const thread_creation_attributes* userThreadAttributes)
/haiku/headers/private/system/
H A Dsyscalls.h47 struct thread_creation_attributes;
164 struct thread_creation_attributes* attributes);
420 const struct thread_creation_attributes*
H A Dthread_defs.h43 struct thread_creation_attributes { struct
/haiku/headers/private/kernel/
H A Dthread.h27 struct thread_creation_attributes;
40 struct ThreadCreationAttributes : thread_creation_attributes {
63 const thread_creation_attributes*
146 thread_id _user_spawn_thread(struct thread_creation_attributes* attributes);
H A DUserTimer.h19 struct thread_creation_attributes;
267 const thread_creation_attributes* threadAttributes);
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp107 thread_creation_attributes* attributes)
157 thread_creation_attributes attributes;
/haiku/headers/private/libroot/
H A Dpthread_private.h26 struct thread_creation_attributes;
96 struct thread_creation_attributes* attributes);
/haiku/src/system/libroot/os/
H A Dthread.c106 struct thread_creation_attributes attributes;
/haiku/src/system/libroot/posix/time/
H A Dtimer_support.cpp98 thread_creation_attributes threadAttributes;

Completed in 74 milliseconds