Home
last modified time | relevance | path

Searched defs:create_thread (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/tests/
H A Dioperf.c104 create_thread(uint32_t thread_id, uint32_t priority, bool fixpri, in create_thread() function
/xnu-12377.61.12/tools/lldbmacros/core/
H A Doperating_system.py739 def create_thread(self, tid, context): member in OperatingSystemPlugIn
/xnu-12377.61.12/tests/sched/sched_test_harness/
H A Dsched_runqueue_harness.c137 create_thread(int th_sched_bucket, struct thread_group *tg, int pri) in create_thread() function
/xnu-12377.61.12/tests/sched/
H A Dsched_test_utils.c255 create_thread(pthread_t *thread_handle, pthread_attr_t *attr, in create_thread() function