Home
last modified time | relevance | path

Searched refs:control (Results 1 – 13 of 13) sorted by relevance

/third_party/ulib/musl/src/thread/
A Dcall_once.c16 static void once_full(once_flag* control, void (*init)(void)) { in once_full() argument
18 switch (a_cas_shim(control, STATE_INIT, STATE_WAIT)) { in once_full()
22 if (atomic_exchange(control, STATE_DONE) == STATE_WAKE) in once_full()
23 _zx_futex_wake(control, UINT32_MAX); in once_full()
27 a_cas_shim(control, STATE_WAIT, STATE_WAKE); in once_full()
29 __wait(control, NULL, STATE_WAKE); in once_full()
36 void call_once(once_flag* control, void (*init)(void)) { in call_once() argument
39 if (atomic_load(control) == STATE_DONE) { in call_once()
43 once_full(control, init); in call_once()
/third_party/ulib/musl/pthread/
A Dpthread_once.c11 int pthread_once(pthread_once_t* control, void (*init)(void)) { in pthread_once() argument
12 call_once(control, init); in pthread_once()
/third_party/lib/acpica/source/common/
A Ddmextern.c1199 Summary of the external control method problem:
1203 resolve control method references (invocations).
1209 disassemble the control method invocation -- because the disassembler does
1212 An example: Assume we have two control methods. ABCD has one argument, and
1213 EFGH has zero arguments. Further, we have two additional control methods
1264 In other words, if ABCD and EFGH are actually external control methods
/third_party/ulib/usbhost/
A DLICENSE.txt17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
19 "control" means (i) the power, direct or indirect, to cause the
57 communication on electronic mailing lists, source code control systems,
/third_party/tools/android/
A DLICENSE17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
19 "control" means (i) the power, direct or indirect, to cause the
57 communication on electronic mailing lists, source code control systems,
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl2918 } // _DCK control method
5977 { // C115 control method
5987 } // C115 control method
6010 { // \C022 control method
6020 } // \C022 control method
6115 { // C0AA control method
6145 } // C0AA control method
6209 } // _INI control method
6217 { // _SCP control method
6233 } // _SCP control method
[all …]
A Dbadcode.asl168 // Predefined Names that must be implemented as control methods
/third_party/lib/acpica/generate/unix/
A Dreadme.txt81 acpiexec allows the loading of ACPI tables and execution of control
/third_party/lib/acpica/
A Dchanges.txt1191 control method. Rafael Wysocki.
3688 control
6048 control
7275 executed by the target control method.
8849 used control methods. (Dana Meyers)
9698 control
9815 disassemble individual control methods.
9967 reserved control method.
11670 a single control method.
11830 devices such as a control-method power button, control-method sleep
[all …]
/third_party/ulib/musl/
A DCOPYRIGHT103 can be found in the git version control history of the project. The
/third_party/ulib/jemalloc/
A DChangeLog334 "tcache.destroy" mallctls control tcache lifetime and flushing, and the
336 control which tcache is used for each operation.
370 - Add per arena control over unused dirty page purging, via the
431 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to control tcache usage.
640 allocation and dirty page purging algorithms in order to better control
661 which provide control over dss/mmap precedence.
906 - Make it possible for the application to control thread-->arena mappings via
A DINSTALL23 The 'configure' script supports numerous options that allow control of which
/third_party/uapp/dash/src/
A DTOUR118 tions (the latter turns on job control) require changes in signal
200 jobs.c Code to handle forking, waiting, and job control.
216 control is defined.

Completed in 55 milliseconds