nfs-ganesha 1.4
|
A small module for thread management. More...
#include "HashData.h"
#include "HashTable.h"
#include "log.h"
#include "nfs_core.h"
#include "nfs_exports.h"
#include "config_parsing.h"
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <pthread.h>
Go to the source code of this file.
Classes | |
struct | fridge_entry__ |
Typedefs | |
typedef struct fridge_entry__ | fridge_entry_t |
Functions | |
int | fridgethr_get (pthread_t *pthrid, void *(*thrfunc)(void *), void *thrarg) |
void * | fridgethr_freeze () |
int | fridgethr_init () |
A small module for thread management.
fridgethr.c : A small module for thread management.
Definition in file fridgethr.c.
typedef struct fridge_entry__ fridge_entry_t |
void* fridgethr_freeze | ( | ) |
Definition at line 123 of file fridgethr.c.
int fridgethr_get | ( | pthread_t * | pthrid, |
void *(*)(void *) | thrfunc, | ||
void * | thrarg | ||
) |
Definition at line 89 of file fridgethr.c.
int fridgethr_init | ( | ) |
Definition at line 177 of file fridgethr.c.