Symbol: thread_creation_attributes
headers/private/kernel/UserTimer.h
19
struct thread_creation_attributes;
headers/private/kernel/UserTimer.h
268
const thread_creation_attributes* threadAttributes);
headers/private/kernel/thread.h
145
thread_id _user_spawn_thread(struct thread_creation_attributes* attributes);
headers/private/kernel/thread.h
27
struct thread_creation_attributes;
headers/private/kernel/thread.h
40
struct ThreadCreationAttributes : thread_creation_attributes {
headers/private/kernel/thread.h
63
const thread_creation_attributes*
headers/private/libroot/pthread_private.h
26
struct thread_creation_attributes;
headers/private/libroot/pthread_private.h
96
struct thread_creation_attributes* attributes);
headers/private/system/syscalls.h
165
struct thread_creation_attributes* attributes);
headers/private/system/syscalls.h
424
const struct thread_creation_attributes*
headers/private/system/syscalls.h
48
struct thread_creation_attributes;
src/system/kernel/UserTimer.cpp
1758
const thread_creation_attributes* userThreadAttributes)
src/system/kernel/thread.cpp
3644
_user_spawn_thread(thread_creation_attributes* userAttributes)
src/system/kernel/thread.cpp
662
const thread_creation_attributes* userAttributes, char* nameBuffer)
src/system/kernel/thread.cpp
665
|| user_memcpy((thread_creation_attributes*)this, userAttributes,
src/system/kernel/thread.cpp
666
sizeof(thread_creation_attributes)) != B_OK) {
src/system/libroot/os/thread.c
106
struct thread_creation_attributes attributes;
src/system/libroot/posix/pthread/pthread.cpp
109
thread_creation_attributes* attributes)
src/system/libroot/posix/pthread/pthread.cpp
185
thread_creation_attributes attributes;
src/system/libroot/posix/time/timer_support.cpp
98
thread_creation_attributes threadAttributes;