Enable shared memory && add pthread support (#282)
This commit is contained in:
@ -62,3 +62,18 @@ isxdigit
|
||||
tolower
|
||||
toupper
|
||||
isalnum
|
||||
pthread_create
|
||||
pthread_join
|
||||
pthread_detach
|
||||
pthread_cancel
|
||||
pthread_self
|
||||
pthread_exit
|
||||
pthread_mutex_init
|
||||
pthread_mutex_lock
|
||||
pthread_mutex_unlock
|
||||
pthread_mutex_destroy
|
||||
pthread_cond_init
|
||||
pthread_cond_wait
|
||||
pthread_cond_timedwait
|
||||
pthread_cond_signal
|
||||
pthread_cond_destroy
|
||||
|
||||
Reference in New Issue
Block a user