#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "misc.h"#include "schedule.h"#include "blocker.h"#include "global.h"#include "class.h"Include dependency graph for startup.c:

Functions | |
| void | modulesinstalled () |
| int | pearl_methodinstall (char *name) |
| char * | pearl_methodname (int method) |
| int | createfamily () |
| void | nomorechildren (int a) |
| int | create_proc (char *name, function func, int *env, char *classname, int stats_state) |
| int | createchild (char *name, char *class) |
| int | pearl_environment (char *name, char *type, int *retval) |
Variables | |
| int | pearl_njobs = 0 |
| char | curname [256] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
Create an entry in the process table for an object and link the function pointer and the environment pointer.
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
1.4.6