swps3
swps3.c File Reference

Main procedure and multi-threading code. More...

#include "swps3.h"
#include "matrix.h"
#include "fasta.h"
#include "DynProgr_scalar.h"
#include "DynProgr_sse_byte.h"
#include "DynProgr_sse_short.h"
#include "DynProgr_PPU.h"
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/select.h>
#include <unistd.h>
#include <string.h>
#include <assert.h>
#include <float.h>
Include dependency graph for swps3.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 
static ssize_t read_all (int fd, void *buf, size_t len)
 
static ssize_t write_all (int fd, const void *data, size_t len)
 

Detailed Description

Main procedure and multi-threading code.

Definition in file swps3.c.

Function Documentation

static ssize_t read_all ( int  fd,
void *  buf,
size_t  len 
)
static

Definition at line 71 of file swps3.c.

Referenced by main().

static ssize_t write_all ( int  fd,
const void *  data,
size_t  len 
)
static

Definition at line 54 of file swps3.c.

Referenced by main().