#include "mhd_threads.h"
#include <errno.h>
Go to the source code of this file.
◆ MHD_set_cur_thread_name_
| #define MHD_set_cur_thread_name_ |
( |
|
n | ) |
(void) |
◆ MHD_set_thread_name_
| #define MHD_set_thread_name_ |
( |
|
t, |
|
|
|
n |
|
) |
| (void) |
◆ MHD_create_thread_()
Create a thread and set the attributes according to our options.
- Parameters
-
| thread | handle to initialize |
| stack_size | size of stack for new thread, 0 for default |
| start_routine | main function of thread |
| arg | argument for start_routine |
- Returns
- non-zero on success; zero otherwise (with errno set)
Definition at line 180 of file mhd_threads.c.