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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_thread.c75 #define MAX_THREAD 8 macro
103 static thread_slot_t ts[MAX_THREAD];
182 for(i = MAX_THREAD - 1; i >=0; i--)
196 if(0 <= h && h < MAX_THREAD)
212 for(h = 0; h < MAX_THREAD; h++)
286 if(h < 0 || h >= MAX_THREAD)
314 if(h < 0 || h >= MAX_THREAD)
347 if(h < 0 || h >= MAX_THREAD)
362 if(h < 0 || h >= MAX_THREAD)

Completed in 54 milliseconds