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.c69 #define MAX_THREAD 8 macro
98 static thread_slot_t ts[MAX_THREAD];
138 for(i = MAX_THREAD - 1; i >=0; i--) in alloc_thread_slot()
152 if(0 <= h && h < MAX_THREAD) in free_thread_slot()
167 for(h = 0; h < MAX_THREAD; h++) in btsock_thread_init()
242 if(h < 0 || h >= MAX_THREAD) in btsock_thread_add_fd()
275 if (thread_handle < 0 || thread_handle >= MAX_THREAD) in btsock_thread_remove_fd_and_close()
296 if(h < 0 || h >= MAX_THREAD) in btsock_thread_post_cmd()
333 if(h < 0 || h >= MAX_THREAD) in btsock_thread_wakeup()
352 if(h < 0 || h >= MAX_THREAD) in btsock_thread_exit()