| /src/lib/libc/sys/ |
| H A D | ppoll.c | 40 ppoll(struct pollfd * restrict fds,nfds_t nfds,const struct timespec * restrict timeout_ts,const sigset_t * restrict sigmask) argument
|
| H A D | epoll.c | 56 epoll_pwait(int epfd,struct epoll_event * events,int maxevents,int timeout,const sigset_t * sigmask) argument
|
| /src/lib/libc/compat/sys/ |
| H A D | compat_select.c | 91 pselect(int nfds,fd_set * __restrict readfds,fd_set * __restrict writefds,fd_set * __restrict exceptfds,const struct timespec50 * __restrict tim50,const sigset_t * __restrict sigmask) argument
|
| /src/sys/compat/netbsd32/ |
| H A D | netbsd32_lwp.c | 77 const sigset_t *sigmask = newuc->uc_flags & _UC_SIGMASK ? local in function:netbsd32__lwp_create
|
| /src/lib/libc/gen/ |
| H A D | posix_spawn_sched.c | 105 posix_spawnattr_getsigmask(const posix_spawnattr_t * __restrict sa,sigset_t * __restrict sigmask) argument 150 posix_spawnattr_setsigmask(posix_spawnattr_t * __restrict sa,const sigset_t * __restrict sigmask) argument
|
| /src/usr.bin/vndcompress/ |
| H A D | utils.c | 184 restore_sigmask(const sigset_t *sigmask) argument
|
| H A D | offtab.c | 490 sigset_t sigmask; local in function:offtab_prepare_put
|
| /src/sys/compat/linux32/common/ |
| H A D | linux32_misc.c | 332 sigset_t sigmask0, *sigmask = NULL; local in function:linux32_sys_ppoll
|
| /src/tests/lib/libc/sys/ |
| H A D | t_ptrace_lwp_wait.h | 86 sigset_t sigmask; local in function:traceme_lwpinfo
|
| /src/sys/kern/ |
| H A D | sys_lwp.c | 153 const sigset_t *sigmask = newuc->uc_flags & _UC_SIGMASK ? local in function:sys__lwp_create 102 do_lwp_create(lwp_t * l,void * arg,u_long flags,lwp_t ** l2,const sigset_t * sigmask,const stack_t * sigstk) argument
|
| H A D | kern_lwp.c | 775 lwp_create(lwp_t * l1,proc_t * p2,vaddr_t uaddr,int flags,void * stack,size_t stacksize,void (* func)(void *),void * arg,lwp_t ** rnewlwpp,int sclass,const sigset_t * sigmask,const stack_t * sigstk) argument
|
| /src/games/tetris/ |
| H A D | screen.c | 54 #define sigmask(s) (1 << ((s) - 1)) macro
|
| /src/sys/rump/librump/rumpkern/ |
| H A D | threads.c | 321 lwp_create(struct lwp * l1,struct proc * p2,vaddr_t uaddr,int flags,void * stack,size_t stacksize,void (* func)(void *),void * arg,struct lwp ** newlwpp,int sclass,const sigset_t * sigmask,const stack_t * sigstk) argument
|
| /src/lib/libc/resolv/ |
| H A D | res_send.c | 1204 pselect(int nfds,void * rfds,void * wfds,void * efds,struct timespec * tsp,const sigset_t * sigmask) argument
|
| /src/lib/libpthread/ |
| H A D | pthread_cancelstub.c | 679 __sigsuspend14(const sigset_t *sigmask) argument 489 __pollts50(struct pollfd * fds,nfds_t nfds,const struct timespec * ts,const sigset_t * sigmask) argument 518 __pselect50(int nfds,fd_set * readfds,fd_set * writefds,fd_set * exceptfds,const struct timespec * timeout,const sigset_t * sigmask) argument
|
| /src/sys/sys/ |
| H A D | signal.h | 290 #define sigmask(n) __sigmask(n) macro
|
| /src/sys/arch/usermode/usermode/ |
| H A D | thunk.c | 775 sigset_t sigmask; local in function:thunk_idle
|
| /src/sys/compat/linux/common/ |
| H A D | linux_misc.c | 1120 sigset_t sigmask0, *sigmask = NULL; local in function:linux_sys_ppoll 1888 linux_epoll_pwait2_common(struct lwp * l,register_t * retval,int epfd,struct linux_epoll_event * events,int maxevents,struct linux_timespec * timeout,const linux_sigset_t * sigmask) argument [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan_interceptors.cc | 871 INTERCEPTOR(int,epoll_pwait,int epfd,void * events,int maxevents,int timeout,void * sigmask) argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 1838 TSAN_INTERCEPTOR(int,epoll_pwait,int epfd,void * ev,int cnt,int timeout,void * sigmask) argument
|
| /src/lib/librumphijack/ |
| H A D | hijack.c | 2165 const sigset_t *sigmask; member in struct:pollarg 1465 paccept(int s,struct sockaddr * addr,socklen_t * addrlen,const sigset_t * restrict sigmask,int flags) argument 2001 REALPSELECT(int nfds,fd_set * readfds,fd_set * writefds,fd_set * exceptfds,const struct timespec * timeout,const sigset_t * sigmask) argument 2188 REALPOLLTS(struct pollfd * fds,nfds_t nfds,const struct timespec * ts,const sigset_t * sigmask) argument [all...] |