91 BOOL int_state[MAX_INT_STATE];
94 pthread_mutex_t GKI_mutex;
95 pthread_t thread_id[GKI_MAX_TASKS];
96 pthread_mutex_t thread_evt_mutex[GKI_MAX_TASKS];
97 pthread_cond_t thread_evt_cond[GKI_MAX_TASKS];
98 pthread_mutex_t thread_timeout_mutex[GKI_MAX_TASKS];
99 pthread_cond_t thread_timeout_cond[GKI_MAX_TASKS];
100 int no_timer_suspend;
101 pthread_mutex_t gki_timer_mutex;
102 pthread_cond_t gki_timer_cond;
103#if (GKI_DEBUG == TRUE)
104 pthread_mutex_t GKI_trace_mutex;