#include "global.h"#include "class.h"#include "misc.h"#include <stdio.h>#include <string.h>Include dependency graph for global.c:

Functions | |
| int | timer () |
| int | ltimer () |
| double | ftimer () |
| char * | argv (int i) |
| int | argc () |
| char * | who (int i) |
| char * | whoami () |
| int | nr_pendingmsg () |
| int | numjobs () |
| int | numclasses () |
| void | stdoutlinebuf () |
| void | validate_jobid (int jobid) |
| int | instanceof (int jobid, char *subtype_name) |
| int | last_caller () |
| char * | class_name () |
| char * | class_name_of (int jobid) |
Variables | |
| int | pearl_nlabels = 0 |
| int | method_statistics |
| int | pearl_info = 0 |
| timet | pearl_time = 0 |
| processx * | pearl_head = 0 |
| processx * | pearl_proc = 0 |
| processx * | pearl_current = 0 |
| int | throughzero |
| int | pearl_argc |
| char ** | pearl_argv |
| char * | pearl_argv0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6