Include dependency graph for fork.c:

Go to the source code of this file.
Defines | |
| #define | create_mosaic CFC_EXPORT_NAME( create_mosaic) |
| #define | wake_mosaic CFC_EXPORT_NAME( wake_mosaic) |
| #define | kill_mosaic CFC_EXPORT_NAME( kill_mosaic) |
| #define | search_mosaic CFC_EXPORT_NAME( search_mosaic) |
Functions | |
| int CFC_API | create_mosaic (int *mosaic, CFC_FzString home) |
| Create the xmosaic viewer. | |
| int CFC_API | wake_mosaic (int *mosaic) |
| Send a request to the xmosaic viewer. | |
| int CFC_API | kill_mosaic (int *mosaic) |
| Kill the xmosaic viewer. | |
| int CFC_API | search_mosaic (int *task) |
| Send a NULL signal to check that task exists. | |
| int CFC_API create_mosaic | ( | int * | mosaic, | |
| CFC_FzString | home | |||
| ) |
Create the xmosaic viewer.
Definition at line 19 of file fork.c.
References CFC_fz2c_string().
Here is the call graph for this function:

| int CFC_API kill_mosaic | ( | int * | mosaic | ) |
| int CFC_API search_mosaic | ( | int * | task | ) |
| int CFC_API wake_mosaic | ( | int * | mosaic | ) |
1.5.1