Home
last modified time | relevance | path

Searched refs:turn (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dmop.cpp19 static volatile long turn; in thread() local
24 int t = __atomic_load_n(&turn, __ATOMIC_ACQUIRE); in thread()
27 syscall(SYS_futex, &turn, FUTEX_WAIT, t, 0, 0, 0); in thread()
40 __atomic_store_n(&turn, 1 - id, __ATOMIC_RELEASE); in thread()
41 syscall(SYS_futex, &turn, FUTEX_WAKE, 0, 0, 0, 0); in thread()
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dattributes8 # turn off reverse
11 # turn on standout
14 # turn on blink
17 # turn off bold
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-385-synology-ds116.dts57 * "4" : turn the power LED ON
59 * "6" : turn the power LED OFF
60 * "7" : turn the status LED OFF
61 * "8" : turn the status LED ON
64 * "B" : turn the motherboard LED OFF
H A Dorion5x-rd88f5182-nas.dts48 devbus,turn-off-ps = <90000>;
70 devbus,turn-off-ps = <90000>;
/freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/
H A Dcpm.txt18 in CPM will be set to turn off unused
22 in CPM will be set to turn off unused
/freebsd/contrib/ntp/sntp/m4/
H A Dos_cflags.m415 # turn on additional headers
75 # turn on 64-bit file offset interface
/freebsd/contrib/bc/tests/bc/errors/
H A D24.txt8 r@turn x[0])
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-devbus.txt37 - devbus,turn-off-ps: Defines the time during which the controller does not
78 affect on <turn-off-ps> parameter.
79 Set <rd-hold-ps> to a value smaller than <turn-off-ps>.
141 devbus,turn-off-ps = <60000>;
/freebsd/contrib/nvi/cl/
H A DREADME.signal72 can turn off signals when you get a ^V, but that means that a network
76 packets when it sees them.) Second, you can turn the ^C into a literal
87 3: Run in mostly raw mode; turn signals on when doing an operation the
92 you can write the code so that you don't have to turn on interrupts
113 The down side is that we have to turn signals off if the user wants
118 since we turn off flow control so that the user can enter literal
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-tx6-mb7.dtsi45 turn-on-delay-ms = <35>;
51 turn-on-delay-ms = <35>;
/freebsd/usr.bin/patch/tests/
H A DPR74127.in11 # This is used to turn on an alternate debug log file
/freebsd/sys/contrib/device-tree/Bindings/arm/rockchip/
H A Dpmu.txt4 The pmu is used to turn off and on different power domains of the SoCs
/freebsd/sys/contrib/device-tree/Bindings/arm/amlogic/
H A Dpmu.txt4 The pmu is used to turn off and on different power domains of the SoCs
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dqnap-poweroff.txt6 microcontroller to turn the power off.
/freebsd/contrib/ncurses/include/
H A DCaps.uwin349 enter_blink_mode blink str mb - - YB-G- turn on blinking
350 enter_bold_mode bold str md - - YB-G- turn on bold (extra bright) mode
353 enter_dim_mode dim str mh - - YB-G- turn on half-bright mode
355 enter_secure_mode invis str mk - - -B-G-* turn on blank mode (characters invisible)
356 enter_protected_mode prot str mp - - -B-G-* turn on protected mode
357 enter_reverse_mode rev str mr - - YB-G- turn on reverse video mode
362 exit_attribute_mode sgr0 str me - - YB-GE turn off all attributes
428 meta_off rmm str mo - - YB-G-* turn off meta mode
429 meta_on smm str mm - - YB-G-* turn on meta mode (8th-bit on)
446 prtr_off mc4 str pf - - -B-G-* turn off printer
[all …]
/freebsd/contrib/sendmail/cf/ostype/
H A Ddarwin.m415 dnl turn on S flag for local mailer
H A Dfreebsd4.m415 dnl turn on S flag for local mailer
H A Ddragonfly.m415 dnl turn on S flag for local mailer
H A Dfreebsd5.m415 dnl turn on S flag for local mailer
H A Dfreebsd6.m415 dnl turn on S flag for local mailer
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,gicp.txt6 located in the Marvell CP110 to turn wired interrupts inside the CP
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-ux500-samsung-janice.dts56 /* Supplied in turn by VBAT */
74 /* Supplied in turn by VBAT */
88 /* Supplied in turn by VBAT */
109 /* Supplied in turn by VBAT */
123 /* Supplied in turn by VBAT */
143 /* Supplied in turn by VBAT */
155 /* Supplied in turn by VBAT */
/freebsd/contrib/libxo/doc/
H A Doptions.rst147 To turn all colored output to red-on-blue, use eight pairs of
153 To turn the red-on-green text to magenta-on-cyan, give a "magenta"
160 terminal session with a black background. To turn both "blue"
/freebsd/contrib/sendmail/src/
H A Dhelpfile89 turn TURN
90 turn Reverses the direction of the connection. Not currently
91 turn implemented.
/freebsd/contrib/googletest/
H A DCMakeLists.txt20 …"Enable installation of googletest. (Projects embedding googletest may want to turn this OFF.)" ON)

12345678910>>...14