#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <pthread.h>#include <unistd.h>
Go to the source code of this file.
Macros | |
| #define | MAX_COMM_NUM 1000 |
| #define | ABC_PRT(a, t) |
Functions | |
| char * | Abc_UtilStrsav (char *s) |
| void * | Abc_RunThread (void *Command) |
| int | main (int argc, char *argv[]) |
| GLOBAL VARIABLES ///. | |
Variables | |
| pthread_mutex_t | mutex = PTHREAD_MUTEX_INITIALIZER |
| #define ABC_PRT | ( | a, | |
| t ) |
| #define MAX_COMM_NUM 1000 |
CFile****************************************************************
FileName [starter.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Wrapper for calling ABC.]
Synopsis [A demo program illustrating parallel execution of ABC.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - October 22, 2009.]
Revision [
]
| void * Abc_RunThread | ( | void * | Command | ) |
Function*************************************************************
Synopsis [This procedures executes one call to system().]
Description []
SideEffects []
SeeAlso []
Definition at line 60 of file starter.c.


| char * Abc_UtilStrsav | ( | char * | s | ) |
| int main | ( | int | argc, |
| char * | argv[] ) |
GLOBAL VARIABLES ///.
Function*************************************************************
Synopsis [Takes file with commands to be executed and the number of CPUs.]
Description []
SideEffects []
SeeAlso []
Definition at line 97 of file starter.c.
