|
ELinks 0.19.1
|
#include "osdep/system.h"#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <fcntl.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <be/kernel/OS.h>#include "elinks.h"#include "osdep/beos/beos.h"#include "terminal/terminal.h"#include "util/lists.h"
Data Structures | |
| struct | active_thread |
Functions | |
| int | is_xterm (void) |
| int | get_system_env (void) |
| int32 | started_thr (void *data) |
| int | start_thr (void(*fn)(void *), void *data, char *name) |
| void | terminate_osdep (void) |
| int | start_thread (void(*fn)(void *, int), void *ptr, int l) |
| void | input_handle_th (void *p) |
| int | get_input_handle (void) |
| void | block_stdin (void) |
| void | unblock_stdin (void) |
Variables | |
| int | thr_sem_init = 0 |
| sem_id | thr_sem |
| struct active_thread list | active_threads = { D_LIST_HEAD_EL(active_threads) } |
| int | ihpipe [2] |
| int | inth |
| void block_stdin | ( | void | ) |
| int get_input_handle | ( | void | ) |
| int get_system_env | ( | void | ) |
| void input_handle_th | ( | void * | p | ) |
| int is_xterm | ( | void | ) |
| int start_thr | ( | void(* | fn )(void *), |
| void * | data, | ||
| char * | name ) |
| int start_thread | ( | void(* | fn )(void *, int), |
| void * | ptr, | ||
| int | l ) |
| int32 started_thr | ( | void * | data | ) |
| void terminate_osdep | ( | void | ) |
| void unblock_stdin | ( | void | ) |
| struct active_thread list active_threads = { D_LIST_HEAD_EL(active_threads) } |
| int ihpipe[2] |
| int inth |
| sem_id thr_sem |
| int thr_sem_init = 0 |