Searched refs:thread_data (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/network/atftpd/
H A Dtftpd.h29 struct thread_data { struct
67 struct thread_data *prev;
68 struct thread_data *next;
81 int tftpd_receive_file(struct thread_data *data);
82 int tftpd_send_file(struct thread_data *data);
85 * Defined in tftpd_list.c, operation on thread_data list.
87 int tftpd_list_add(struct thread_data *new);
88 int tftpd_list_remove(struct thread_data *old);
90 int tftpd_list_find_multicast_server_and_add(struct thread_data **thread,
91 struct thread_data *dat
[all...]
H A Dtftpd_list.c4 * thread_data and client list related functions
28 * thread_data is a double link list of server threads. Server threads
31 * thread_data list: insertion and extraction of elements must be protected
41 struct thread_data *thread_data = NULL; /* head of thread list */ variable in typeref:struct:thread_data
47 * Add a new thread_data structure to the list. Thread list mutex is locked
50 int tftpd_list_add(struct thread_data *new)
52 struct thread_data *current = thread_data;
61 if (thread_data
[all...]
H A Dtftpd_mtftp.h31 struct mtftp_thread *thread_data; member in struct:mtftp_data
H A Dtftpd_mtftp.c123 data->thread_data = NULL;
245 struct mtftp_thread *thread = data->thread_data;
246 struct mtftp_thread *tmp = data->thread_data;
280 struct mtftp_thread *tmp = data->thread_data;
282 if (data->thread_data == NULL)
284 data->thread_data = thread;
295 struct mtftp_thread *current = data->thread_data; /* head of list */
308 struct mtftp_thread *tmp = data->thread_data;
322 struct mtftp_thread *tmp = data->thread_data;
H A Dtftpd.c154 struct thread_data *new; /* for allocation of new thread_data */
412 /* Allocate memory for thread_data structure. */
413 if ((new = calloc(1, sizeof(struct thread_data))) == NULL)
421 * Initialisation of thread_data structure.
553 * arg is a thread_data structure pointer for that thread.
557 struct thread_data *data = (struct thread_data *)arg;
720 /* Remove the thread_data structure from the list, if it as been
H A Dtftpd_file.c105 int tftpd_receive_file(struct thread_data *data)
400 int tftpd_send_file(struct thread_data *data)
420 struct thread_data *thread = NULL; /* used when looking for a multicast
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dcachetocache.c61 static tsd_t *thread_data[1024]; variable
145 thread_data[pthread_self() - 1] = ts;
169 ts = thread_data[i];
/haiku-fatelf/src/bin/network/wget/src/
H A Dmswindows.c487 struct thread_data
506 struct thread_data *td = (struct thread_data *) arg;
532 struct thread_data thread_arg;
485 struct thread_data struct

Completed in 106 milliseconds