Home
last modified time | relevance | path

Searched full:leader (Results 1 – 23 of 23) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddaemonize.py34 # be a process group leader, since the child receives a new process ID
42 # To become the session leader of this new session and the process group
43 # leader of the new process group, we call os.setsid(). The process is
50 # a session leader without a controlling terminal, it's possible for
53 # longer a session leader, preventing the daemon from ever acquiring
/openbmc/qemu/util/
H A Dcoroutine-windows.c37 QEMU_DEFINE_STATIC_CO_TLS(CoroutineWin32, leader);
95 CoroutineWin32 *leader = get_ptr_leader(); in qemu_coroutine_self() local
97 current = &leader->base; in qemu_coroutine_self()
99 leader->fiber = ConvertThreadToFiber(NULL); in qemu_coroutine_self()
H A Dcoroutine-sigaltstack.c51 CoroutineSigAltStack leader; member
67 s->current = &s->leader.base; in coroutine_get_thread_state()
86 fprintf(stderr, "unable to create leader key: %s\n", strerror(errno)); in coroutine_init()
H A Dcoroutine-wasm.c45 QEMU_DEFINE_STATIC_CO_TLS(CoroutineEmscripten *, leader);
H A Dcoroutine-ucontext.c71 QEMU_DEFINE_STATIC_CO_TLS(CoroutineUContext, leader);
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Debug/Pid/
H A DThermalPower.interface.yaml5 - name: Leader
33 The "Leader" sensor reading.
H A DZone.interface.yaml5 - name: Leader
/openbmc/openbmc/poky/meta-poky/recipes-core/tiny-init/files/
H A Dinit21 # Become session leader and try to find a real tty (e.g. ttyS0)
/openbmc/u-boot/common/
H A Dcommand.c298 static void print_argv(const char *banner, const char *leader, const char *sep, int linemax, char *… in print_argv() argument
300 int ll = leader != NULL ? strlen(leader) : 0; in print_argv()
309 i = linemax; /* force leader and newline */ in print_argv()
314 if (leader) in print_argv()
315 puts(leader); in print_argv()
H A Ddlmalloc.c1972 a spot with less than MINSIZE leader, we can move to the
1993 /* give back leader, use the rest */
H A Ddlmalloc.src2761 a spot with less than MINSIZE leader, we can move to the
2782 /* give back leader, use the rest */
H A Dcli_hush.c1726 * group whose leader is the first process in this pipe. */
1739 /* put our child in the process group whose leader is the
/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp665 std::string DbusPidZone::leader() const in leader() function in pid_control::DbusPidZone
671 std::string pidName, std::string leader, double input, double output) in updateThermalPowerDebugInterface() argument
673 if (leader.empty()) in updateThermalPowerDebugInterface()
679 _pidsControlProcess[pidName]->leader(leader); in updateThermalPowerDebugInterface()
H A Dzone.hpp129 std::string leader() const override;
140 std::string leader, double input,
H A Dzone_interface.hpp132 std::string pidName, std::string leader, double input,
/openbmc/qemu/docs/devel/testing/
H A Dci.rst22 done by the project leader running its own set of tests. The pull request gets
/openbmc/phosphor-pid-control/test/
H A Dzone_mock.hpp68 void(std::string pidName, std::string leader, double input,
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Drequest.json1 "job": "leader"
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dserv.py268 fork again to make sure the daemon is not session leader,
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker241 # Make the child the process group leader and ensure no
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch87 /* Unwind info for leader, NULL for non-leader procs. */
/openbmc/qemu/scripts/
H A Dcheckpatch.pl590 # Drop the diff line leader and expand tabs
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl1184 # Drop the diff line leader and expand tabs