VORTEX_THREAD_CONF_JOINABLE |
Allows to configure if the thread create can be joined and waited by other.
Default state for all thread created with vortex_thread_create is true, that is, the thread created is joinable.
If configured this value, you must provide as the following value either axl_true or axl_false.
|