/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | _pthreadtypes.h | 39 #define pthread_once_t __pthread_once_t_discard macro 49 #undef pthread_once_t 72 typedef int pthread_once_t; typedef
|
/third_party/boost/libs/thread/src/pthread/ |
D | once.cpp | 29 pthread_once_t epoch_tss_key_flag=PTHREAD_ONCE_INIT; 45 const pthread_once_t pthread_once_init_value=PTHREAD_ONCE_INIT; 53 … if(memcmp(&epoch_tss_key_flag, &pthread_once_init_value, sizeof(pthread_once_t))) in ~delete_epoch_tss_key_on_dlclose_t()
|
/third_party/libunwind/include/win/ |
D | pthread.h | 21 typedef long pthread_once_t; typedef 27 int pthread_once(pthread_once_t *, void (*)(void));
|
/third_party/musl/src/thread/ |
D | pthread_once.c | 11 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()
|
D | pthread_mutexattr_setrobust.c | 4 static pthread_once_t check_robust_once;
|
D | pthread_mutexattr_setprotocol.c | 4 static pthread_once_t check_pi_once;
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/ |
D | singleton_posix.h | 43 static pthread_once_t once_control_; 47 template <class T> pthread_once_t Singleton<T>::once_control_ =
|
/third_party/boost/boost/asio/detail/ |
D | posix_global.hpp | 46 static ::pthread_once_t init_once_; 53 ::pthread_once_t posix_global_impl<T>::init_once_ = PTHREAD_ONCE_INIT;
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | posix_global.hpp | 46 static ::pthread_once_t init_once_; 53 ::pthread_once_t posix_global_impl<T>::init_once_ = PTHREAD_ONCE_INIT;
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | DeckLinkAPIDispatch.cpp | 44 static pthread_once_t gDeckLinkOnceControl = PTHREAD_ONCE_INIT; 45 static pthread_once_t gPreviewOnceControl = PTHREAD_ONCE_INIT;
|
/third_party/ffmpeg/compat/ |
D | w32pthreads.h | 127 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()
|
D | os2threads.h | 69 } pthread_once_t; typedef 210 static av_always_inline int pthread_once(pthread_once_t *once_control, in pthread_once()
|
/third_party/ffmpeg/libavutil/ |
D | thread.h | 124 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/ |
D | DeckLinkAPIDispatch.cpp | 47 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/ |
D | 3-9-buildonly.c | 13 static pthread_once_t dummy;
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/ |
D | 4-1-buildonly.c | 16 static pthread_once_t dummy PTS_ATTRIBUTE_UNUSED = PTHREAD_ONCE_INIT;
|
D | 1-2.c | 91 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
|
D | 2-1.c | 91 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
|
D | 1-1.c | 41 pthread_once_t once_control = PTHREAD_ONCE_INIT; in main()
|
D | 3-1.c | 32 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
|
/third_party/grpc/include/grpc/impl/codegen/ |
D | sync_posix.h | 48 typedef pthread_once_t gpr_once;
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_mutexattr_setprotocol.c | 5 static pthread_once_t check_pi_once;
|
/third_party/gettext/gettext-runtime/intl/ |
D | lock.h | 505 typedef pthread_once_t gl_once_t; 507 STORAGECLASS pthread_once_t NAME = PTHREAD_ONCE_INIT; 518 extern int glthread_once_multithreaded (pthread_once_t *once_control, 521 extern int glthread_once_singlethreaded (pthread_once_t *once_control);
|
/third_party/ltp/include/ |
D | tst_safe_pthread.h | 18 static pthread_once_t ltp_once = PTHREAD_ONCE_INIT; \
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_once.c | 21 static pthread_once_t g_once = PTHREAD_ONCE_INIT;
|