|
|
@ -71,6 +71,10 @@ int main(int argc, char **argv) {
|
|
|
|
|
|
|
|
|
|
|
|
pthread_join(thread, NULL);
|
|
|
|
pthread_join(thread, NULL);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (q.size() != 0 || q.size_bytes() != 0) {
|
|
|
|
|
|
|
|
result = false;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(result) {
|
|
|
|
if(result) {
|
|
|
|
printf("Passed\n");
|
|
|
|
printf("Passed\n");
|
|
|
|
exit(0);
|
|
|
|
exit(0);
|
|
|
|