Searched refs:pthread_once_t (Results 1 - 25 of 27) sorted by relevance

12

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/pthread_h/
H A D3-9.c8 Test pthread_once_t
13 pthread_once_t dummy;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_once/
H A D4-1.c15 pthread_once_t dummy = PTHREAD_ONCE_INIT;
H A D1-1.c40 pthread_once_t once_control = PTHREAD_ONCE_INIT;
H A D1-2.c95 pthread_once_t myctl = PTHREAD_ONCE_INIT;
H A D2-1.c95 pthread_once_t myctl = PTHREAD_ONCE_INIT;
H A D3-1.c16 * 2. In the thread routine, call pthread_once using a global pthread_once_t
28 /* Global pthread_once_t object */
29 pthread_once_t once_control = PTHREAD_ONCE_INIT;
105 * pthread_once_t object. */
H A D1-3.c127 pthread_once_t myctl = PTHREAD_ONCE_INIT;
H A D6-1.c196 pthread_once_t once_ctl = PTHREAD_ONCE_INIT;
/haiku-fatelf/src/libs/posix_error_mapper/
H A Dpthread_misc.cpp18 (pthread_once_t *once_control, void (*init_routine)(void)),
/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread_once.cpp21 \param data Pointer to the \c pthread_once_t structure in question.
26 pthread_once_t* onceControl = (pthread_once_t*)data;
41 pthread_once(pthread_once_t* onceControl, void (*initRoutine)(void))
/haiku-fatelf/src/system/libroot/posix/locale/
H A DLocaleBackend.cpp22 static pthread_once_t sBackendInitOnce = PTHREAD_ONCE_INIT;
/haiku-fatelf/headers/posix/sys/
H A Dtypes.h68 typedef struct _pthread_once pthread_once_t; typedef in typeref:struct:_pthread_once
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_once/
H A Dstress.c96 pthread_once_t once_ctl;
/haiku-fatelf/src/bin/coreutils/lib/glthread/
H A Dlock.h366 typedef pthread_once_t gl_once_t;
368 STORAGECLASS pthread_once_t NAME = PTHREAD_ONCE_INIT;
373 extern int glthread_once_singlethreaded (pthread_once_t *once_control);
H A Dlock.c458 static const pthread_once_t fresh_once = PTHREAD_ONCE_INIT;
461 glthread_once_singlethreaded (pthread_once_t *once_control)
463 /* We don't know whether pthread_once_t is an integer type, a floating-point
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dthreads.c55 extern int pthread_once (pthread_once_t *__once_control,
141 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskSystemAddOnManager.cpp34 static pthread_once_t sManagerInitOnce = PTHREAD_ONCE_INIT;
/haiku-fatelf/src/kits/locale/
H A DMutableLocaleRoster.cpp35 static pthread_once_t sLocaleRosterInitOnce = PTHREAD_ONCE_INIT;
/haiku-fatelf/headers/posix/
H A Dpthread.h167 extern int pthread_once(pthread_once_t *once_control,
/haiku-fatelf/src/kits/interface/
H A DPrivateScreen.cpp78 static pthread_once_t sDefaultInitOnce;
82 pthread_once_t Screens::sDefaultInitOnce = PTHREAD_ONCE_INIT;
H A DDragger.cpp106 static pthread_once_t sDefaultInitOnce;
110 pthread_once_t DraggerManager::sDefaultInitOnce = PTHREAD_ONCE_INIT;
H A DToolTipManager.cpp22 static pthread_once_t sManagerInitOnce = PTHREAD_ONCE_INIT;
H A DShelf.cpp85 static pthread_once_t sDefaultInitOnce;
89 pthread_once_t LoadedImages::sDefaultInitOnce = PTHREAD_ONCE_INIT;
H A DFont.cpp91 static pthread_once_t sDefaultInitOnce;
95 pthread_once_t FontList::sDefaultInitOnce = PTHREAD_ONCE_INIT;
/haiku-fatelf/src/kits/storage/mime/
H A Ddatabase_support.cpp97 static pthread_once_t sDatabaseDirectoryInitOnce = PTHREAD_ONCE_INIT;

Completed in 309 milliseconds

12