/third_party/musl/src/thread/ |
H A D | pthread_once.c | 11 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/linux/user/src/thread/ |
H A D | pthread_once.c | 11 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/ |
H A D | _pthreadtypes.h | 39 #define pthread_once_t __pthread_once_t_discard macro 49 #undef pthread_once_t macro 72 typedef int pthread_once_t; typedef
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/ |
H A D | singleton_posix.h | 43 static pthread_once_t once_control_; 47 template <class T> pthread_once_t Singleton<T>::once_control_ =
|
/third_party/ffmpeg/compat/ |
H A 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()
|
H A 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/ |
H A D | thread.h | 128 static inline int strict_pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in strict_pthread_once() 161 #define AVOnce pthread_once_t
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/ |
H A D | 3-9-buildonly.c | 8 Test pthread_once_t 13 static pthread_once_t dummy;
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/ |
H A D | 4-1-buildonly.c | 16 static pthread_once_t dummy PTS_ATTRIBUTE_UNUSED = PTHREAD_ONCE_INIT;
|
H A D | 1-1.c | 41 pthread_once_t once_control = PTHREAD_ONCE_INIT; in main()
|
H A D | 2-1.c | 91 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
|
H A D | 1-2.c | 91 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
|
H A D | 3-1.c | 16 * 2. In the thread routine, call pthread_once using a global pthread_once_t 31 /* Global pthread_once_t object */ 32 static pthread_once_t once_control = PTHREAD_ONCE_INIT; 103 * pthread_once_t object. */ in main()
|
H A D | 1-3.c | 120 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_once.c | 21 static pthread_once_t g_once = PTHREAD_ONCE_INIT;
|
/third_party/musl/libc-test/src/api/ |
H A D | pthread.c | 14 T(pthread_once_t) in f() 121 {int(*p)(pthread_once_t*,void(*)(void)) = pthread_once;} in f()
|
H A D | sys_types.c | 37 T(pthread_once_t) in f()
|
/third_party/musl/porting/linux/user/src/include/ |
H A D | pthread.h | 20 hidden int __pthread_once(pthread_once_t *, void (*)(void));
|
/third_party/musl/src/include/ |
H A D | pthread.h | 6 hidden int __pthread_once(pthread_once_t *, void (*)(void));
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_callonce_test.cpp | 48 pthread_once_t onceCall = PTHREAD_ONCE_INIT; in HWTEST_F()
|
/third_party/vulkan-loader/loader/ |
H A D | vk_loader_platform.h | 235 static inline void loader_platform_thread_once_fn(pthread_once_t *ctl, void (*func)(void)) { in loader_platform_thread_once_fn() 240 #define LOADER_PLATFORM_THREAD_ONCE_DECLARATION(var) pthread_once_t var = PTHREAD_ONCE_INIT; 241 #define LOADER_PLATFORM_THREAD_ONCE_EXTERN_DEFINITION(var) extern pthread_once_t var;
|
/third_party/elfutils/libdwfl/ |
H A D | debuginfod-client.c | 48 static pthread_once_t init_control = PTHREAD_ONCE_INIT;
|
/third_party/musl/libc-test/src/regression/ |
H A D | pthread_once-deadlock.c | 51 pthread_once_t once = PTHREAD_ONCE_INIT; in main()
|
/third_party/selinux/libselinux/src/ |
H A D | is_customizable_type.c | 13 static pthread_once_t customizable_once = PTHREAD_ONCE_INIT;
|
H A D | checkAccess.c | 10 static pthread_once_t once = PTHREAD_ONCE_INIT;
|