This does not wake pthreads calling bthread_fd_*wait.
| 546 | |
| 547 | // This does not wake pthreads calling bthread_fd_*wait. |
| 548 | int bthread_close(int fd) { |
| 549 | return bthread::get_epoll_thread(fd).fd_close(fd); |
| 550 | } |
| 551 | |
| 552 | } // extern "C" |
no outgoing calls