Home
last modified time | relevance | path

Searched refs:_thread_fd_lock (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/lib/libc/thread/
Dthread_fd.c8 WEAK_PROTOTYPE(_thread_fd_lock);
11 WEAK_ALIAS(_thread_fd_lock);
15 WEAK_NAME(_thread_fd_lock)(int fd __unused, int lock_type __unused, in WEAK_NAME() argument
/mirbsd/src/lib/libc/include/
Dthread_private.h98 int _thread_fd_lock(int, int, struct timespec *);
106 #define _FD_LOCK(_fd,_type,_ts) _thread_fd_lock(_fd, _type, _ts)
/mirbsd/src/lib/libpthread/uthread/
Duthread_init.c132 &_thread_fd_lock,
Duthread_fd.c436 _thread_fd_lock(int fd, int lock_type, struct timespec * timeout) in _thread_fd_lock() function