Home
last modified time | relevance | path

Searched refs:pthread_once_t (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/musl/porting/linux/user/src/thread/
Dpthread_once.c11 hidden int __pthread_once_full(pthread_once_t *control, void (*init)(void)) in __pthread_once_full()
40 int __pthread_once(pthread_once_t *control, void (*init)(void)) in __pthread_once()
50 int __pthread_once(pthread_once_t *control, void (*init)(void)) in __pthread_once()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
D_pthreadtypes.h39 #define pthread_once_t __pthread_once_t_discard macro
49 #undef pthread_once_t
72 typedef int pthread_once_t; typedef
/third_party/libunwind/include/win/
Dpthread.h21 typedef long pthread_once_t; typedef
27 int pthread_once(pthread_once_t *, void (*)(void));
/third_party/musl/src/thread/
Dpthread_once.c11 hidden int __pthread_once_full(pthread_once_t *control, void (*init)(void)) in __pthread_once_full()
39 int __pthread_once(pthread_once_t *control, void (*init)(void)) in __pthread_once()
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/
Dsingleton_posix.h43 static pthread_once_t once_control_;
47 template <class T> pthread_once_t Singleton<T>::once_control_ =
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPIDispatch.cpp44 static pthread_once_t gDeckLinkOnceControl = PTHREAD_ONCE_INIT;
45 static pthread_once_t gPreviewOnceControl = PTHREAD_ONCE_INIT;
/third_party/ffmpeg/compat/
Dw32pthreads.h127 typedef INIT_ONCE pthread_once_t; typedef
130 static av_unused int pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
Dos2threads.h69 } pthread_once_t; typedef
210 static av_always_inline int pthread_once(pthread_once_t *once_control, in pthread_once()
/third_party/ffmpeg/libavutil/
Dthread.h124 static inline int strict_pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in strict_pthread_once()
157 #define AVOnce pthread_once_t
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/
DDeckLinkAPIDispatch.cpp47 static pthread_once_t gDeckLinkOnceControl = PTHREAD_ONCE_INIT;
167 static pthread_once_t gBMDStreamingOnceControl = PTHREAD_ONCE_INIT;
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D3-9-buildonly.c13 static pthread_once_t dummy;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
D4-1-buildonly.c16 static pthread_once_t dummy PTS_ATTRIBUTE_UNUSED = PTHREAD_ONCE_INIT;
D1-2.c91 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
D2-1.c91 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
D1-1.c41 pthread_once_t once_control = PTHREAD_ONCE_INIT; in main()
D3-1.c32 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/third_party/vulkan-loader/loader/
Dvk_loader_platform.h207 static inline void loader_platform_thread_once_fn(pthread_once_t *ctl, void (*func)(void)) { in loader_platform_thread_once_fn()
212 #define LOADER_PLATFORM_THREAD_ONCE_DECLARATION(var) pthread_once_t var = PTHREAD_ONCE_INIT;
213 #define LOADER_PLATFORM_THREAD_ONCE_EXTERN_DEFINITION(var) extern pthread_once_t var;
/third_party/ltp/include/
Dtst_safe_pthread.h18 static pthread_once_t ltp_once = PTHREAD_ONCE_INIT; \
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_once.c21 static pthread_once_t g_once = PTHREAD_ONCE_INIT;
/third_party/libunwind/src/win/
Dpal-single-threaded.c76 int pthread_once(pthread_once_t *control, void (*init)(void)) in pthread_once()
/third_party/musl/libc-test/src/api/
Dpthread.c14 T(pthread_once_t) in f()
121 {int(*p)(pthread_once_t*,void(*)(void)) = pthread_once;} in f()
Dsys_types.c37 T(pthread_once_t) in f()
/third_party/libunwind/src/mingw/
Dpal-single-threaded.c83 int pthread_once(pthread_once_t *control, void (*init)(void)) in pthread_once()
/third_party/musl/porting/linux/user/src/include/
Dpthread.h6 hidden int __pthread_once(pthread_once_t *, void (*)(void));
/third_party/musl/src/include/
Dpthread.h6 hidden int __pthread_once(pthread_once_t *, void (*)(void));

123456