Home
last modified time | relevance | path

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

/mirbsd/src/lib/libpthread/uthread/
Duthread_poll.c65 _thread_kern_set_timeout(NULL); in poll()
72 _thread_kern_set_timeout(&ts); in poll()
Duthread_select.c83 _thread_kern_set_timeout(&ts); in select()
88 _thread_kern_set_timeout(NULL); in select()
Duthread_sendmsg.c58 _thread_kern_set_timeout(NULL); in sendmsg()
Duthread_recvmsg.c58 _thread_kern_set_timeout(NULL); in recvmsg()
Duthread_recvfrom.c58 _thread_kern_set_timeout(NULL); in recvfrom()
Duthread_sendto.c58 _thread_kern_set_timeout(NULL); in sendto()
Duthread_readv.c74 _thread_kern_set_timeout(NULL); in readv()
Duthread_read.c76 _thread_kern_set_timeout(NULL); in read()
Duthread_connect.c61 _thread_kern_set_timeout(NULL); in connect()
Duthread_accept.c66 _thread_kern_set_timeout(NULL); in accept()
Duthread_kevent.c49 _thread_kern_set_timeout(timeout); in kevent()
Duthread_fd.c485 _thread_kern_set_timeout(timeout); in _thread_fd_lock()
560 _thread_kern_set_timeout(timeout); in _thread_fd_lock()
Duthread_write.c104 _thread_kern_set_timeout(NULL); in write()
Duthread_writev.c173 _thread_kern_set_timeout(NULL); in writev()
Duthread_kern.c916 _thread_kern_set_timeout(const struct timespec * timeout) in _thread_kern_set_timeout() function
Dpthread_private.h1105 void _thread_kern_set_timeout(const struct timespec *);