#include "common.h"
#include <stdio.h>
#include <math.h>
#include <signal.h>
#include "machine.h"
#include "bu.h"
Include dependency graph for ispar.c:
Go to the source code of this file.
Functions | |
int | bu_is_parallel () |
void | bu_kill_parallel () |
Variables | |
int | bu_pid_of_initiating_thread = 0 |
This subroutine is separated off from parallel.c so that bu_bomb() and others can call it, without causing either parallel.c or semaphore.c to get referenced and thus causing the loader to drag in all the parallel processing stuff from the vendor library.
Definition in file ispar.c.