Home
last modified time | relevance | path

Searched refs:process (Results 1 – 14 of 14) sorted by relevance

/third_party/uapp/dash/src/
A Dprocess.c26 const char* const* envp, zx_handle_t* process, in launch() argument
36 return fdio_spawn_etc(job, flags, filename, argv, envp, 0, NULL, process, err_msg); in launch()
54 zx_handle_t* process, zx_handle_t job, in process_subshell() argument
107 countof(actions), actions, process, err_msg); in process_subshell()
111 zx_handle_t* process, zx_handle_t job, in process_launch() argument
119 status = launch(argv[0], argv, envp, process, job, err_msg); in process_launch()
125 status = launch(filename, argv, envp, process, job, err_msg); in process_launch()
170 int process_await_termination(zx_handle_t process, zx_handle_t job, bool blocking) { in process_await_termination() argument
180 wait_objects[no_wait_obj].handle = process; in process_await_termination()
228 … status = zx_object_get_info(process, ZX_INFO_PROCESS, &proc_info, sizeof(proc_info), NULL, NULL); in process_await_termination()
A Dprocess.h13 int index, zx_handle_t* process, zx_handle_t job,
17 zx_handle_t* process, zx_handle_t job,
21 int process_await_termination(zx_handle_t process, zx_handle_t job, bool blocking);
A Deval.c487 zx_handle_t process; in evalsubshell() local
495 zx_status_t exec_result = process_subshell(n, envp, &process, jp->zx_job_hndl, NULL, err_msg); in evalsubshell()
498 forkparent(jp, n, backgnd, process); in evalsubshell()
506 status = process_await_termination(process, jp->zx_job_hndl, true); in evalsubshell()
507 zx_handle_close(process); in evalsubshell()
644 zx_handle_t process; in evalbackcmd() local
648 zx_status_t status = process_subshell(n, envp, &process, jp->zx_job_hndl, &fds[0], err_msg); in evalbackcmd()
655 forkparent(jp, n, FORK_NOJOB, process); in evalbackcmd()
867 zx_handle_t process = ZX_HANDLE_INVALID; in evalcommand() local
881 status = process_await_termination(process, zx_job_hndl, true); in evalcommand()
[all …]
A DTOUR212 JOBS.C: To create a process, you call makejob to return a job
214 an argument) to create the process. Waitforjob waits for a job
215 to complete. These routines take care of process groups if job
219 restored without forking off a child process. This is accom-
230 table of the parent process. But to make command hashing as
A Dnodes.c.pat328 // the node or the string in the encoding process, which isn't meaningful to
/third_party/ulib/ngunwind/src/
A Dfuchsia.c215 zx_handle_t process = cxt->process; in remote_access_mem() local
221 zx_status_t status = read_mem (process, addr, val, sizeof(*val)); in remote_access_mem()
236 zx_handle_t process = cxt->process; in remote_access_raw_mem() local
242 zx_status_t status = read_mem (process, addr, buf, size); in remote_access_raw_mem()
332 unw_create_fuchsia(zx_handle_t process, zx_handle_t thread, in unw_create_fuchsia() argument
340 result->process = process; in unw_create_fuchsia()
/third_party/ulib/ngunwind/include/ngunwind/private/
A Dfuchsia_i.h40 zx_handle_t process; member
/third_party/ulib/ngunwind/include/ngunwind/
A Dfuchsia.h40 extern unw_fuchsia_info_t* unw_create_fuchsia(zx_handle_t process,
/third_party/ulib/musl/
A Dmusl-rules.mk554 $(LOCAL_DIR)/src/process/execl.c \
555 $(LOCAL_DIR)/src/process/execle.c \
556 $(LOCAL_DIR)/src/process/execlp.c \
557 $(LOCAL_DIR)/src/process/execv.c \
558 $(LOCAL_DIR)/src/process/execve.c \
559 $(LOCAL_DIR)/src/process/execvp.c \
560 $(LOCAL_DIR)/src/process/fexecve.c \
561 $(LOCAL_DIR)/src/process/fork.c \
580 $(LOCAL_DIR)/src/process/system.c \
581 $(LOCAL_DIR)/src/process/wait.c \
[all …]
A DWHATSNEW368 - process-shared pthread barriers now work
700 - failure of strtod, etc. to process extremely long strings correctly
926 - per-process and per-thread cputime clocks
1489 - failure to process robust mutexes on detached-thread exit
/third_party/uapp/dash/
A Drules.mk38 $(LOCAL_DIR)/src/process.c \
/third_party/uapp/dash/src/funcs/
A Dkill35 # Convert job names to process ids and then run /bin/kill.
/third_party/ulib/jemalloc/
A DChangeLog673 them during process forking.
/third_party/lib/acpica/
A Dchanges.txt902 via the disassembly process. By default, the disassembler now emits ASL+
3484 like preprocessor. This will simplify BIOS development process by
4935 no longer disabled during this process, as it was found to cause problems
4976 process of creating these tables for the BIOS, as well as allowing the
5120 new table, and process any _Lxx/_Exx GPE methods in the new table. Any
8151 prevent other wake GPEs from interrupting the wake process.
8237 during the OS initialization process. It allows the host to specify an
14368 In the process of adding full MADT support (e.g. IOAPIC) for IA32

Completed in 115 milliseconds