Searched refs:threadAttributes (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/time/
H A Dtimer_support.cpp98 thread_creation_attributes threadAttributes; local
103 "timer notify", &threadAttributes);
107 threadAttributes.flags |= THREAD_CREATION_FLAG_DEFER_SIGNALS;
112 isThreadEvent ? &threadAttributes : NULL);
/haiku/src/system/kernel/
H A DUserTimer.cpp1233 ThreadCreationAttributes* threadAttributes, bool isDefaultEvent)
1328 if (threadAttributes == NULL)
1332 = CreateThreadEvent::Create(*threadAttributes);
1709 ThreadCreationAttributes threadAttributes; local
1711 status_t error = threadAttributes.InitFromUserAttributes(
1731 userThreadAttributes != NULL ? &threadAttributes : NULL,
1231 create_timer(clockid_t clockID, int32 timerID, Team* team, Thread* thread, uint32 flags, const struct sigevent& event, ThreadCreationAttributes* threadAttributes, bool isDefaultEvent) argument
H A Dteam.cpp1873 ThreadCreationAttributes threadAttributes(team_create_thread_start,
1875 threadAttributes.additional_stack_size = sizeof(user_space_program_args)
1877 thread = thread_create_thread(threadAttributes, false);
/haiku/headers/private/kernel/
H A DUserTimer.h267 const thread_creation_attributes* threadAttributes);
/haiku/headers/private/system/
H A Dsyscalls.h421 threadAttributes);

Completed in 106 milliseconds