#include "noble.h"
#include <pthread.h>
#include <time.h>
Go to the source code of this file.
Enumeration Type Documentation
- Enumerator:
| ES_DONE |
|
| ES_WAITING |
|
| ES_STARTED |
|
Definition at line 55 of file execute.c.
Function Documentation
| void execute_add |
( |
execute_function * |
function, |
|
|
void * |
general_data, |
|
|
void * |
read_data, |
|
|
void * |
write_data |
|
) |
| |
| void execute_close |
( |
void |
| ) |
|
| void execute_complete_added |
( |
void |
| ) |
|
| void execute_init |
( |
void |
| ) |
|
| void execute_threads |
( |
n_int |
value | ) |
|
| n_int execute_threads_value |
( |
void |
| ) |
|