added pthread_once() implementation and tests
there is still a TODO on an init race condition git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23076 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -456,6 +456,8 @@ if $(HAIKU_ADD_POSIX_TEST_SUITE_TO_IMAGE) {
|
||||
pthread_key_create_3-1 ;
|
||||
AddFilesToHaikuImage home posixtestsuite conformance interfaces pthread_key_delete
|
||||
: pthread_key_delete_1-1 pthread_key_delete_1-2 pthread_key_delete_2-1 ;
|
||||
AddFilesToHaikuImage home posixtestsuite conformance interfaces pthread_once
|
||||
: pthread_once_1-1 pthread_once_1-2 pthread_once_1-3 pthread_once_2-1 ;
|
||||
AddFilesToHaikuImage home posixtestsuite conformance interfaces pthread_setspecific
|
||||
: pthread_setspecific_1-1 pthread_setspecific_1-2 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user