spu_create (2) Linux Manual Page
NAME spu_create – create a new spu context SYNOPSIS #include <sys/spu.h> #include <sys/types.h> int spu_create(const char *pathname, int flags, mode_t mode, int neighbor_fd); Note: There is no glibc wrapper for this system call; see NOTES. DESCRIPTION The spu_create() system call is used on PowerPC machines that implement the Cell Broadband Engine Architecture in order to…
