acl  3.5.3.0
acl_init.h 文件参考
+ acl_init.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

ACL_API void acl_lib_init (void)
 
ACL_API void acl_lib_end (void)
 
ACL_API void acl_poll_prefered (int yesno)
 
ACL_API const char * acl_version (void)
 
ACL_API const char * acl_verbose (void)
 
ACL_API unsigned long acl_main_thread_self (void)
 

函数说明

◆ acl_lib_end()

ACL_API void acl_lib_end ( void  )

结束整个ACL库

◆ acl_lib_init()

ACL_API void acl_lib_init ( void  )

初始化整个ACL库

◆ acl_main_thread_self()

ACL_API unsigned long acl_main_thread_self ( void  )

获得主线程的线程号

返回
{unsigned int}

◆ acl_poll_prefered()

ACL_API void acl_poll_prefered ( int  yesno)

是否优先使用 poll 而非 select

参数
yesno{int} 非 0 时表示优先使用 poll

◆ acl_verbose()

ACL_API const char* acl_verbose ( void  )

获得当前 acl 库具备的相关能力

返回
{const char*} 返回非空字符串,该函数不是线程安全的

◆ acl_version()

ACL_API const char* acl_version ( void  )

获得当前 acl 库的版本信息

返回
{const char*} 当前 acl 库版本信息