|
acl
3.5.3.0
|
浏览该文件的文档. 2 #include "../acl_cpp_define.hpp" 5 #if !defined(_WIN32) && !defined(_WIN64) 7 # ifndef acl_pthread_cond_t 8 # define acl_pthread_cond_t pthread_cond_t 43 bool wait(
long long microseconds = -1,
bool locked =
false);
55 bool notify_all(
void);
74 bool block_wait(
bool locked);
75 bool timed_wait(
long long microseconds,
bool locked);