• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/kern/

Lines Matching refs:thread_t

153 static thread_t	run_queue_dequeue(
157 static thread_t thread_select_idle(
158 thread_t thread,
161 static thread_t processor_idle(
162 thread_t thread,
165 static thread_t steal_thread(
168 static thread_t steal_processor_thread(
183 thread_t thread);
369 thread_t thread = p0;
396 thread_t thread = current_thread();
416 thread_t thread = current_thread();
433 thread_t thread = current_thread();
458 thread_t thread,
544 thread_t thread,
573 thread_t thread,
622 thread_t thread = current_thread();
641 thread_t thread;
680 thread_t thread = current_thread();
710 thread_t thread = current_thread();
876 thread_t thread)
948 thread_t thread)
990 thread_t thread)
1042 thread_t thread,
1091 thread_t thread,
1144 thread_t self = current_thread();
1167 static thread_t
1169 thread_t thread,
1173 thread_t new_thread = THREAD_NULL;
1214 if (((thread_t)q->next)->realtime.deadline <
1216 thread = (thread_t)q->next;
1361 static thread_t
1363 thread_t thread,
1366 thread_t new_thread;
1468 register thread_t self,
1469 register thread_t thread,
1655 thread_t thread,
1656 thread_t self)
1807 register thread_t self = current_thread();
1809 register thread_t new_thread;
1875 thread_t self,
1878 thread_t new_thread)
1909 register thread_t thread)
1911 register thread_t self = current_thread();
1961 static thread_t
1966 thread_t thread;
1970 thread = (thread_t)queue->next;
1975 thread = (thread_t)queue->prev;
2001 thread_t thread)
2019 register thread_t entry = (thread_t)queue_first(queue);
2024 entry = (thread_t)queue_prev((queue_entry_t)entry);
2028 entry = (thread_t)queue_next((queue_entry_t)entry);
2056 thread_t thread)
2102 thread_t thread,
2144 thread_t thread,
2240 thread_t thread)
2383 thread_t thread,
2495 thread_t next, thread;
2501 thread = (thread_t)queue_first(queue);
2503 next = (thread_t)queue_next((queue_entry_t)thread);
2531 while ((thread = (thread_t)dequeue_head(&tqueue)) != THREAD_NULL) {
2614 thread_t thread,
2645 thread_t thread)
2680 thread_t thread)
2753 static thread_t
2760 thread_t thread;
2763 thread = (thread_t)queue_first(queue);
2783 thread = (thread_t)queue_next((queue_entry_t)thread);
2802 static thread_t
2808 thread_t thread;
2850 static thread_t
2852 thread_t thread,
2856 thread_t new_thread;
2976 thread_t new_thread;
2993 thread_t thread;
3027 thread_t thread;
3146 static thread_t thread_update_array[THREAD_UPDATE_SIZE];
3160 register thread_t thread;
3165 queue_iterate(q, thread, thread_t, links) {
3191 thread_t thread;
3265 thread_t thread)