Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dmiscbltin.c380 static void printlim(enum limtype how, const struct rlimit *limit, in printlim() argument
386 if (how & SOFT) in printlim()
402 enum limtype how = SOFT | HARD; in ulimitcmd() local
446 how = HARD; in ulimitcmd()
449 how = SOFT; in ulimitcmd()
487 printlim(how, &limit, l); in ulimitcmd()
494 if (how & HARD) in ulimitcmd()
496 if (how & SOFT) in ulimitcmd()
501 printlim(how, &limit, l); in ulimitcmd()
A DTOUR5 since it provides helpful information for how the shell is structured,
98 strings on the stack without knowing in advance how long the
/third_party/ulib/musl/src/signal/
A Dsigprocmask.c4 int sigprocmask(int how, const sigset_t* restrict set, sigset_t* restrict old) { in sigprocmask() argument
5 int r = pthread_sigmask(how, set, old); in sigprocmask()
/third_party/ulib/musl/pthread/
A Dpthread_sigmask.c6 int pthread_sigmask(int how, const sigset_t* restrict set, sigset_t* restrict old) { in pthread_sigmask() argument
7 if ((unsigned)how - SIG_BLOCK > 2U) in pthread_sigmask()
/third_party/ulib/ngunwind/include/ngunwind/private/
A Dlibunwind_i.h129 # define SIGPROCMASK(how, new_mask, old_mask) \ argument
130 sigprocmask((how), (new_mask), (old_mask))
132 # define SIGPROCMASK(how, new_mask, old_mask) mark_as_used(old_mask) argument
/third_party/ulib/jemalloc/
A DREADME15 The INSTALL file contains information on how to configure, build, and install
A DINSTALL236 Specify the base 2 log of how many size classes to use for each doubling in
A DChangeLog363 - Add the jemalloc-config script, which provides information about how
364 jemalloc was configured, and how to integrate it into application builds.
/third_party/ulib/musl/stubs/
A Dsocketstubs.c23 static int stub_shutdown(int fd, int how) { in stub_shutdown() argument
/third_party/lib/acpica/source/common/
A Ddmextern.c1210 not know how many arguments to parse.
1262 disassembler, otherwise it does not know how to handle the method invocations.
/third_party/ulib/linenoise/
A DREADME.markdown60 and how to use them.
202 as needed (depending on how the hits callback allocated it).
/third_party/dev/ethernet/e1000/
A DREADME35 For information on how to identify your adapter, go to the Adapter &
/third_party/lib/acpica/
A Dchanges.txt4665 over AcpiExec, it is a subset of AcpiExec. The purpose is to show how to
6450 determine how many times a loop will execute. ACPICA BZ 730.
9678 driver code, depending on how resources are handled by the host OS.
10536 next ASL operator is executed. Therefore, no matter how the method exits,
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl6441 { } // this is how the code was really implemented

Completed in 43 milliseconds