mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-13 07:59:00 +08:00
e406de7e00
PUBLISHED_FROM=8b7fcfc1bc32ff9ff38e2904ddb730c83bf9fae4
352 B
352 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_start_thread() | mg_start_thread | func | void *mg_start_thread(void *(*thread_func); |
Start a new detached thread.
Arguments and semantic is the same as pthead's pthread_create()
.
thread_func
is a thread function, thread_func_param
is a parameter
that is passed to the thread function.