#include "common/h/dthread.h"#include <pthread.h>#include <assert.h>#include <stdio.h>#include <errno.h>#include <string.h>Go to the source code of this file.
Data Structures | |
| struct | initial_data |
Functions | |
| static void * | thread_init (void *d) |
| static void* thread_init | ( | void * | d | ) | [static] |
Definition at line 49 of file dthread-unix.C.
References initial_data::func, and initial_data::param.
1.6.1