PROLOG System Management

BAP Online Manuals : Library Reference : PROLOG library function groups : PROLOG System Management
Previous: PROLOG Graphics Library
Next: PROLOG Host Specific Predicates

6.1.7. PROLOG System Management Library

get_my_id (ProcessID) (server) (o)
get_my_ids (ProcessTid,ProcessPid) (integer,integer) (o,o)
set_id (ServerID,Tid,Pid) (server,integer,integer) (i,o,o) (o,i,i)
process_name (Name) (string) (i)
exec (Goal) (void) (i) (i)
exec (ServerID,Goal) (server,void) (x,i) claim_processes (Count) (integer) (i)
release_processers (Count) (integer) (i)
create_processes (Count) (integer) (i)
alloc_server (ServerID) (server) (x)
free_server (ServerID) (server) ()
compile (ModuleName) (string) (i)
compile (ModuleName,Flags) (string,voidlist) (i)
load_compiler () () ()
load (Module) (string) (i)
reload (Module) (string) (i)
load_all (Module) (string) (i)
cpu_usage (Usage) (integer) (o)


BAP Online Manuals : Library Reference : PROLOG library function groups : PROLOG System Management
Previous: PROLOG Graphics Library
Next: PROLOG Host Specific Predicates