Home
last modified time | relevance | path

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

/mirbsd/src/lib/libpthread/uthread/
Duthread_pipe.c46 if (_thread_fd_table_init(fds[0]) != 0 || in pipe()
47 _thread_fd_table_init(fds[1]) != 0) { in pipe()
Duthread_socketpair.c49 if (_thread_fd_table_init(pair[0]) != 0 || in socketpair()
50 _thread_fd_table_init(pair[1]) != 0) { in socketpair()
Duthread_fd.c149 _thread_fd_table_init(int fd) in _thread_fd_table_init() function
287 ret = _thread_fd_table_init(fd); in _thread_fd_unlock_thread()
446 ret = _thread_fd_table_init(fd); in _thread_fd_lock()
Duthread_kqueue.c49 } else if (_thread_fd_table_init(fd) != 0) { in kqueue()
Duthread_socket.c53 } else if (_thread_fd_table_init(fd) != 0) { in socket()
Duthread_open.c66 else if (_thread_fd_table_init(fd) != 0) { in open()
Duthread_accept.c96 if (_thread_fd_table_init(ret) != 0) { in accept()
Dpthread_private.h1116 int _thread_fd_table_init(int);