support pthread_key related APIs (#288)

This commit is contained in:
Xu Jun
2020-06-18 11:37:31 +08:00
committed by GitHub
parent acb68c64c2
commit e3c04e6684
4 changed files with 304 additions and 3 deletions

View File

@ -77,3 +77,7 @@ pthread_cond_wait
pthread_cond_timedwait
pthread_cond_signal
pthread_cond_destroy
pthread_key_create
pthread_setspecific
pthread_getspecific
pthread_key_delete