Searched refs:thread_timer (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtimer.c177 timer = PROCESSOR_DATA(processor, thread_timer);
183 PROCESSOR_DATA(processor, thread_timer) = new_timer;
H A Dprocessor_data.h66 timer_t thread_timer; member in struct:processor_data
H A Dpriority.c183 timer_switch(PROCESSOR_DATA(processor, thread_timer),
185 PROCESSOR_DATA(processor, thread_timer));
H A Dmachine.c307 timer_stop(PROCESSOR_DATA(processor, thread_timer), processor->last_dispatch);
H A Dstartup.c578 PROCESSOR_DATA(processor, thread_timer) = PROCESSOR_DATA(processor, kernel_timer) = &thread->system_timer;
H A Dthread.c2041 timer = PROCESSOR_DATA(processor, thread_timer);
/macosx-10.9.5/ruby-104/ruby/
H A Dthread_pthread.c1345 rb_async_bug_errno("thread_timer: select", errno);
1373 thread_timer(void *p) function
1446 err = pthread_create(&timer_thread_id, &attr, thread_timer, &GET_VM()->gvl);
1448 err = pthread_create(&timer_thread_id, NULL, thread_timer, &GET_VM()->gvl);
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dgenassym.c512 offsetof(struct processor *, processor_data.thread_timer));

Completed in 87 milliseconds