/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | sigprocmask.c | 26 _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 D | sigprocmask.c | 28 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 D | pthread_sigmask.c | 27 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 D | signals.c | 23 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 D | signals.c | 25 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 D | linuxthreads.texi | 29 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 D | mq_notify.c | 75 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 D | mq_notify.c | 76 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 D | socket_noop.c | 81 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 D | README | 5 building instructions and notes on how to configure the library in
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/ |
A D | README | 5 building instructions and notes on how to configure the library in
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/ |
A D | README | 5 building instructions and notes on how to configure the library in
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/ |
A D | README | 5 building instructions and notes on how to configure the library in
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/ |
A D | README | 5 building instructions and notes on how to configure the library in
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/ |
A D | README | 5 building instructions and notes on how to configure the library in
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/ |
A D | README | 5 building instructions and notes on how to configure the library in
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/ |
A D | README | 5 building instructions and notes on how to configure the library in
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | socketcalls.c | 349 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 D | README.md | 22 [how to contribute](https://kernkonzept.com/L4Re/contributing/l4re).
|
/l4re-core-master/libc_backends/lib/sig/lib/ |
A D | sig.cc | 452 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 D | strlen.S | 50 ands r3, r0, $3 @ how many bytes are duff?
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | INSTALL | 80 which provides examples of how to build your own uClibc based system.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | LICENSE | 53 let me know how it works with your libc
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sh64/ |
A D | memcpy.S | 22 ! This implementation makes two assumptions about how it is called:
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _vfprintf.c | 1517 #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()
|