TwiceAsNice
2019-02-18
|
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include "main.h"
Macros | |
#define | _15_SEC (15L * 1000L) |
Functions | |
static int | _service_test (int fd) |
static int | _wait_thread (void *arg) |
static int | _create_thread_1 (int index) |
static int | _create_thread_2 (int index) |
static int | _delete_thread_1 (int index) |
static int | _delete_thread_2 (int count) |
static int | _function_test (int fd) |
int | wait_cancel_test (int fd) |
Variables | |
static const gsc_wait_t | wait_src [] |
static gsc_wait_t | wait_dst [ARRAY_ELEMENTS(wait_src)] |
static int | wait_fd |
static gsc_thread_t | wait_thread [ARRAY_ELEMENTS(wait_src)] |
#define _15_SEC (15L * 1000L) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int wait_cancel_test | ( | int | fd | ) |
|
static |
|
static |
|
static |
|
static |