Searched refs:_thread_fd_lock (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/lib/libc/thread/ |
| D | thread_fd.c | 8 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/ |
| D | thread_private.h | 98 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/ |
| D | uthread_init.c | 132 &_thread_fd_lock,
|
| D | uthread_fd.c | 436 _thread_fd_lock(int fd, int lock_type, struct timespec * timeout) in _thread_fd_lock() function
|