class process
Defined at line 19 of file ../../zircon/system/ulib/zx/include/lib/zx/process.h
Public Members
static const zx_obj_type_t TYPE
Public Methods
zx_status_t create (const job &job,const char *name,uint32_tname_len,uint32_tflags,process *proc,vmar *root_vmar)
Defined at line 13 of file ../../zircon/system/ulib/zx/process.cc
zx_status_t start (const thread &thread_handle,uintptr_tentry,uintptr_tstack,handlearg_handle,uintptr_targ2)
Defined at line 21 of file ../../zircon/system/ulib/zx/process.cc
void process ()
Defined at line 23 of file ../../zircon/system/ulib/zx/include/lib/zx/process.h
void process (zx_handle_t value)
Defined at line 25 of file ../../zircon/system/ulib/zx/include/lib/zx/process.h
zx_status_t get_child (uint64_tkoid,zx_rights_trights,thread *result)
Defined at line 26 of file ../../zircon/system/ulib/zx/process.cc
void process (handle && h)
Defined at line 27 of file ../../zircon/system/ulib/zx/include/lib/zx/process.h
void process (process && other)
Defined at line 29 of file ../../zircon/system/ulib/zx/include/lib/zx/process.h
process & operator= (process && other)
Defined at line 31 of file ../../zircon/system/ulib/zx/include/lib/zx/process.h
zx_status_t read_memory (uintptr_tvaddr,void *buffer,size_tlen,size_t *actual)
Defined at line 42 of file ../../zircon/system/ulib/zx/include/lib/zx/process.h
zx_status_t write_memory (uintptr_tvaddr,const void *buffer,size_tlen,size_t *actual)
Defined at line 47 of file ../../zircon/system/ulib/zx/include/lib/zx/process.h
unowned<process> self ()
Defined at line 57 of file ../../zircon/system/ulib/zx/include/lib/zx/process.h