acl
3.5.3.0
|
#include "../stdlib/acl_define.h"
函数 | |
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_API void acl_lib_end | ( | void | ) |
结束整个ACL库
ACL_API void acl_lib_init | ( | void | ) |
初始化整个ACL库
ACL_API unsigned long acl_main_thread_self | ( | void | ) |
获得主线程的线程号
ACL_API void acl_poll_prefered | ( | int | yesno | ) |
是否优先使用 poll 而非 select
yesno | {int} 非 0 时表示优先使用 poll |
ACL_API const char* acl_verbose | ( | void | ) |
获得当前 acl 库具备的相关能力
ACL_API const char* acl_version | ( | void | ) |
获得当前 acl 库的版本信息