Use boringssl instead of openssl to implement wasm cache loading (#1804)

This commit is contained in:
liang.he
2022-12-13 14:23:37 +08:00
committed by GitHub
parent 9083334f69
commit 294a625fe5
6 changed files with 52 additions and 14 deletions

View File

@ -522,6 +522,7 @@ main()
pthread_mutex_unlock(&ready_go_lock);
pthread_cond_broadcast(&ready_go_cond);
sleep(3);
for (size_t i = 0; i < sizeof(tids) / sizeof(tids[0]); i++) {
if (tids[i] != 0)
pthread_join(tids[i], NULL);