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:
Jérôme Duval
2007-12-07 21:02:59 +00:00
parent 4ff6af6d52
commit d2d6724788
16 changed files with 1192 additions and 1 deletions
+2
View File
@@ -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 ;
}