Searched refs:jetsam_thread (Results 1 – 1 of 1) sorted by relevance
3673 jetsam_state_t jetsam_thread = &jetsam_threads[thr_id]; in memorystatus_thread_wake() local3674 sched_cond_signal(&(jetsam_thread->jt_wakeup_cond), jetsam_thread->thread); in memorystatus_thread_wake()4072 memorystatus_thread_init(jetsam_state_t jetsam_thread) in memorystatus_thread_init() argument4079 if (jetsam_thread->index == 0) { in memorystatus_thread_init()4083 jetsam_thread->limit_to_low_bands = false; in memorystatus_thread_init()4085 jetsam_thread->limit_to_low_bands = true; in memorystatus_thread_init()4091 sched_cond_init(&(jetsam_thread->jt_wakeup_cond)); in memorystatus_thread_init()4092 jetsam_thread->inited = true; in memorystatus_thread_init()4434 jetsam_state_t jetsam_thread = jetsam_current_thread(); in memorystatus_thread() local4435 sched_cond_ack(&(jetsam_thread->jt_wakeup_cond)); in memorystatus_thread()[all …]