Searched refs:_poll (Results 1 – 3 of 3) sorted by relevance
/system/bluetooth/tools/ |
D | pipetest.c | 55 static int _poll(struct pollfd *ufds, nfds_t nfds, int timeout) { in _poll() function 111 _poll(&pfd, 1, -1); in thread_poll() 121 _poll(&pfd, 1, -1); in thread_pollin() 133 _poll(&pfd, 1, -1); in thread_pollin_rand_delay()
|
D | asocket_test.c | 297 static int _poll(struct pollfd *ufds, nfds_t nfds, int timeout) { in _poll() function 330 _poll(&pfd, 1, -1); in thread_poll() 347 _poll(&pfd, 1, -1); in thread_pollin()
|
D | socktest.c | 311 static int _poll(struct pollfd *ufds, nfds_t nfds, int timeout) { in _poll() function 344 _poll(&pfd, 1, -1); in thread_poll() 361 _poll(&pfd, 1, -1); in thread_pollin()
|