Home | History | Annotate | Download | only in m_syswrap

Lines Matching defs:how

127    /* Find out how many AixCodeSegChange records we will need, and
436 // m_syswrap/syswrap-generic.c for notes about how they work.
442 // How to make __libc_sbrk appear to fail, from libc's point of view:
601 // XXX: this possibly understates how much memory is read.
960 /* how many args in total will there be? */
1060 "or work out how to recover.\n");
1491 written into the buffer specified by ARG3, but how long is
2201 int, how, vki_sigset_t *, set, vki_sigset_t *, oldset);
2405 UWord how = ARG1;
2416 ML_(aix5debugstuff_show_tstate_flags)( how );
2418 if (how & TSTATE_CHANGE_FLAGS) {
2420 Bool async = (how & TSTATE_CANCEL_DEFER) == 0;
2421 Bool disabled = (how & TSTATE_CANCEL_DISABLE) > 0;