Home
last modified time | relevance | path

Searched refs:how (Results 1 – 25 of 66) sorted by relevance

123

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dsigprocmask.c26 _syscall4(int, __rt_sigprocmask, int, how, const sigset_t *, set, in libc_hidden_proto()
29 int sigprocmask(int how, const sigset_t * set, sigset_t * oldset) in libc_hidden_proto()
53 return __rt_sigprocmask(how, set, oldset, __SYSCALL_SIGSET_T_SIZE); in libc_hidden_proto()
61 _syscall3(int, __syscall_sigprocmask, int, how, const sigset_t *, set,
64 int sigprocmask(int how, const sigset_t * set, sigset_t * oldset)
88 return (__syscall_sigprocmask(how, set, oldset));
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/
A Dsigprocmask.c28 static __inline__ _syscall2(int, osf_sigprocmask, int, how, unsigned long int, setval) in _syscall2() argument
31 sigprocmask (int how, const sigset_t *set, sigset_t *oset) in _syscall2()
41 how = SIG_BLOCK; /* ensure blocked mask doesn't get changed */ in _syscall2()
44 result = osf_sigprocmask(how, setval); in _syscall2()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dpthread_sigmask.c27 int how, in pthread_sigmask() argument
48 int result = INTERNAL_SYSCALL (rt_sigprocmask, err, 4, how, newmask, in pthread_sigmask()
55 return sigprocmask (how, newmask, oldmask) == -1 ? errno : 0; in pthread_sigmask()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dsignals.c23 int pthread_sigmask(int how, const sigset_t * newmask, sigset_t * oldmask) in pthread_sigmask() argument
31 switch(how) { in pthread_sigmask()
49 if (sigprocmask(how, newmask, oldmask) == -1) in pthread_sigmask()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dsignals.c25 int pthread_sigmask(int how, const sigset_t * newmask, sigset_t * oldmask) in pthread_sigmask() argument
33 switch(how) { in pthread_sigmask()
51 if (sigprocmask(how, newmask, oldmask) == -1) in pthread_sigmask()
A Dlinuxthreads.texi29 how to do it if you must.
438 Here is how to lock a mutex @var{mut} in such a way that it will be
769 @c This doesn't describe how a ``timed'' mutex behaves. FIXME
1233 @deftypefun int pthread_sigmask (int @var{how}, const sigset_t *@var{newmask}, sigset_t *@var{oldma…
1235 described by the @var{how} and @var{newmask} arguments. If @var{oldmask}
1239 The meaning of the @var{how} and @var{newmask} arguments is the same as
1240 for @code{sigprocmask}. If @var{how} is @code{SIG_SETMASK}, the signal
1241 mask is set to @var{newmask}. If @var{how} is @code{SIG_BLOCK}, the
1243 If @var{how} is @code{SIG_UNBLOCK}, the signals specified to
1254 @var{how} is not one of @code{SIG_SETMASK}, @code{SIG_BLOCK}, or @code{SIG_UNBLOCK}
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/
A Dmq_notify.c75 change_sigmask (int how, sigset_t *oss) in change_sigmask() argument
79 return pthread_sigmask (how, &ss, oss); in change_sigmask()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dmq_notify.c76 change_sigmask (int how, sigset_t *oss) in change_sigmask() argument
80 return pthread_sigmask (how, &ss, oss); in change_sigmask()
/l4re-core-master/libc_backends/lib/socket_noop/
A Dsocket_noop.c81 int W shutdown(int sockfd, int how) in shutdown() argument
83 printf("Unimplemented: %s(%d, %d)\n", __func__, sockfd, how); in shutdown()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/
A DREADME5 building instructions and notes on how to configure the library in
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/
A DREADME5 building instructions and notes on how to configure the library in
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A DREADME5 building instructions and notes on how to configure the library in
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/
A DREADME5 building instructions and notes on how to configure the library in
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/
A DREADME5 building instructions and notes on how to configure the library in
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/
A DREADME5 building instructions and notes on how to configure the library in
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/
A DREADME5 building instructions and notes on how to configure the library in
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/
A DREADME5 building instructions and notes on how to configure the library in
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dsocketcalls.c349 int shutdown(int sockfd, int how) in libc_hidden_def()
352 return INLINE_SYSCALL(shutdown, 2, sockfd, how); in libc_hidden_def()
357 args[1] = how; in libc_hidden_def()
/l4re-core-master/
A DREADME.md22 [how to contribute](https://kernkonzept.com/L4Re/contributing/l4re).
/l4re-core-master/libc_backends/lib/sig/lib/
A Dsig.cc452 int sigprocmask(int how, const sigset_t *set, sigset_t *oldset) throw() in sigprocmask() argument
454 printf("%s(%d, %p, %p): Unimplemented\n", __func__, how, set, oldset); in sigprocmask()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/arm/
A Dstrlen.S50 ands r3, r0, $3 @ how many bytes are duff?
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DINSTALL80 which provides examples of how to build your own uClibc based system.
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A DLICENSE53 let me know how it works with your libc
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sh64/
A Dmemcpy.S22 ! This implementation makes two assumptions about how it is called:
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_vfprintf.c1517 #warning CONSIDER: If using outdigits and/or grouping, how should we interpret precision? in _do_one_spec()
1742 #warning CONSIDER: If using outdigits and/or grouping, how should we pad? in _do_one_spec()

Completed in 27 milliseconds

123