libparanut
A Hardware Abstraction Layer for ParaNut Architectures.
Functions
pn_link.c File Reference

Contains architecture independent implementations of the Link Module functions. More...

#include "common.h"
#include <stdio.h>
Include dependency graph for pn_link.c:

Functions

PN_CID pn_begin_linked_gm (PN_CMSK *coremask_array, PN_NUMG array_size, char flags)
 
int pn_end_linked (void)
 Ends linked execution. More...
 
PN_CID pn_run_linked_gm (PN_CMSK *coremask_array, PN_NUMG array_size, void *function, void *args)
 NOT IMPLEMENTED YET, run a function in linked mode using group mask. More...
 
PN_CID pn_run_linked (PN_NUMC numcores, void(*func)(), void *args)
 Starts a given function in linked mode. More...
 

Detailed Description

Contains architecture independent implementations of the Link Module functions.