Searched refs:how (Results 1 – 14 of 14) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | miscbltin.c | 380 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 D | TOUR | 5 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 D | sigprocmask.c | 4 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 D | pthread_sigmask.c | 6 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 D | libunwind_i.h | 129 # 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 D | README | 15 The INSTALL file contains information on how to configure, build, and install
|
| A D | INSTALL | 236 Specify the base 2 log of how many size classes to use for each doubling in
|
| A D | ChangeLog | 363 - 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 D | socketstubs.c | 23 static int stub_shutdown(int fd, int how) { in stub_shutdown() argument
|
| /third_party/lib/acpica/source/common/ |
| A D | dmextern.c | 1210 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 D | README.markdown | 60 and how to use them. 202 as needed (depending on how the hits callback allocated it).
|
| /third_party/dev/ethernet/e1000/ |
| A D | README | 35 For information on how to identify your adapter, go to the Adapter &
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 4665 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 D | grammar.asl | 6441 { } // this is how the code was really implemented
|
Completed in 43 milliseconds