Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sock_thread.c74 #define MAX_THREAD 8 macro
103 static thread_slot_t ts[MAX_THREAD];
200 for(i = MAX_THREAD - 1; i >=0; i--) in alloc_thread_slot()
214 if(0 <= h && h < MAX_THREAD) in free_thread_slot()
229 for(h = 0; h < MAX_THREAD; h++) in btsock_thread_init()
304 if(h < 0 || h >= MAX_THREAD) in btsock_thread_add_fd()
333 if (thread_handle < 0 || thread_handle >= MAX_THREAD) in btsock_thread_remove_fd_and_close()
350 if(h < 0 || h >= MAX_THREAD) in btsock_thread_post_cmd()
383 if(h < 0 || h >= MAX_THREAD) in btsock_thread_wakeup()
398 if(h < 0 || h >= MAX_THREAD) in btsock_thread_exit()