Searched refs:in_thread (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/tests/sched/ |
| H A D | clutch_runqueue.c | 433 …test_thread_t in_thread = create_thread(TH_BUCKET_SHARE_IN, same_tg, root_bucket_to_highest_pri[TH… variable 438 enqueue_thread(default_target, in_thread); 439 ret = dequeue_thread_expect(default_target, in_thread); 446 enqueue_thread(default_target, in_thread); 457 ret = dequeue_thread_expect(default_target, in_thread); 496 enqueue_thread(default_target, in_thread); 497 ret = dequeue_thread_expect(default_target, in_thread); 502 enqueue_thread(default_target, in_thread); 504 ret = dequeue_thread_expect(default_target, in_thread);
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | turnstile.c | 128 thread_update_waiting_turnstile_priority_chain(thread_t *in_thread, 3094 thread_t *in_thread, in thread_update_waiting_turnstile_priority_chain() argument 3101 thread_t thread = *in_thread; in thread_update_waiting_turnstile_priority_chain() 3107 *in_thread = THREAD_NULL; in thread_update_waiting_turnstile_priority_chain()
|
| /xnu-12377.81.4/tests/ |
| H A D | stackshot_tests.m | 1279 bool in_thread = false; 1293 in_thread = true; 1307 if (in_thread) { 1310 in_thread = false;
|