#include <stdio.h>#include <string.h>#include <stdlib.h>#include <assert.h>#include "misc/vec/vec.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Util_ProcessThreads (int(*pUserFunc)(void *), void *vData, int nProcs, int TimeOut, int fVerbose) |
| DECLARATIONS ///. | |
| ABC_NAMESPACE_IMPL_START void Util_ProcessThreads | ( | int(* | pUserFunc )(void *), |
| void * | vData, | ||
| int | nProcs, | ||
| int | TimeOut, | ||
| int | fVerbose ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [utilPth.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Generic interface to pthreads.]
Synopsis [Generic interface to pthreads.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - August 3, 2024.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 70 of file utilPth.c.
