|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
🧵 Thread utilities and helpers More...
Go to the source code of this file.
Functions | |
| asciichat_error_t | thread_create_or_fail (asciichat_thread_t *thread, void *(*func)(void *), void *arg, const char *thread_name, uint32_t client_id) |
| asciichat_error_t thread_create_or_fail | ( | asciichat_thread_t * | thread, |
| void *(*)(void *) | func, | ||
| void * | arg, | ||
| const char * | thread_name, | ||
| uint32_t | client_id | ||
| ) |
Definition at line 14 of file thread.c.
References asciichat_thread_create().