Append a linked list of threads to the queue. @param[in] first Linked list of threads to be appended to queue @retval true The queue was empty before this operation. @retval false The queue was ...
#include "mysql/components/services/bits/mysql_cond_bits.h" #include "mysql/components/services/bits/mysql_mutex_bits.h" ...