/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | daemonize.py | 34 # 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 D | coroutine-windows.c | 37 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 D | coroutine-sigaltstack.c | 51 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 D | coroutine-wasm.c | 45 QEMU_DEFINE_STATIC_CO_TLS(CoroutineEmscripten *, leader);
|
H A D | coroutine-ucontext.c | 71 QEMU_DEFINE_STATIC_CO_TLS(CoroutineUContext, leader);
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Debug/Pid/ |
H A D | ThermalPower.interface.yaml | 5 - name: Leader 33 The "Leader" sensor reading.
|
H A D | Zone.interface.yaml | 5 - name: Leader
|
/openbmc/openbmc/poky/meta-poky/recipes-core/tiny-init/files/ |
H A D | init | 21 # Become session leader and try to find a real tty (e.g. ttyS0)
|
/openbmc/u-boot/common/ |
H A D | command.c | 298 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 D | dlmalloc.c | 1972 a spot with less than MINSIZE leader, we can move to the 1993 /* give back leader, use the rest */
|
H A D | dlmalloc.src | 2761 a spot with less than MINSIZE leader, we can move to the 2782 /* give back leader, use the rest */
|
H A D | cli_hush.c | 1726 * 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 D | zone.cpp | 665 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 D | zone.hpp | 129 std::string leader() const override; 140 std::string leader, double input,
|
H A D | zone_interface.hpp | 132 std::string pidName, std::string leader, double input,
|
/openbmc/qemu/docs/devel/testing/ |
H A D | ci.rst | 22 done by the project leader running its own set of tests. The pull request gets
|
/openbmc/phosphor-pid-control/test/ |
H A D | zone_mock.hpp | 68 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 D | request.json | 1 "job": "leader"
|
/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | serv.py | 268 fork again to make sure the daemon is not session leader,
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-worker | 241 # Make the child the process group leader and ensure no
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Add-support-for-mips64-n32-n64.patch | 87 /* Unwind info for leader, NULL for non-leader procs. */
|
/openbmc/qemu/scripts/ |
H A D | checkpatch.pl | 590 # Drop the diff line leader and expand tabs
|
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 1184 # Drop the diff line leader and expand tabs
|