Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
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--) in alloc_thread_slot()
196 if(0 <= h && h < MAX_THREAD) in free_thread_slot()
212 for(h = 0; h < MAX_THREAD; h++) in btsock_thread_init()
286 if(h < 0 || h >= MAX_THREAD) in btsock_thread_add_fd()
314 if(h < 0 || h >= MAX_THREAD) in btsock_thread_post_cmd()
347 if(h < 0 || h >= MAX_THREAD) in btsock_thread_wakeup()
362 if(h < 0 || h >= MAX_THREAD) in btsock_thread_exit()