next up previous
Next: Memory Allocation Up: Application Programming Interface Previous: Prototype Definition

3.2 Process Creation

void SMP_Init(void);

SUBROUTINE SMP_INIT

int SMP_Fork(int num_procs);

INTEGER FUNCTION SMP_FORK(NUM_PROCS)
INTEGER NUM_PROCS

int SMP_Forkthread(int num_procs, int num_threads[]);

INTEGER FUNCTION SMP_FORKTHREAD(NUM_PROCS, NUM_THREADS)
INTEGER NUM_PROCS, NUM_THREADS(0:*)

void SMP_Finish(void);

SUBROUTINE SMP_FINISH

void SMP_Join(void);

SUBROUTINE SMP_JOIN


next up previous
Next: Memory Allocation Up: Application Programming Interface Previous: Prototype Definition
Haoqiang Jin 2005-08-10