Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 210) sorted by relevance

123456789

/glibc-2.36/libio/
Dtst-vtables-common.c44 struct shared struct
87 } *shared; argument
102 TEST_VERIFY (fp == shared->fp); in method_finish()
103 ++shared->calls; in method_finish()
104 ++shared->calls_finish; in method_finish()
111 TEST_VERIFY (fp == shared->fp); in method_overflow()
112 ++shared->calls; in method_overflow()
113 ++shared->calls_overflow; in method_overflow()
114 shared->value = ch; in method_overflow()
115 return shared->return_value; in method_overflow()
[all …]
/glibc-2.36/nptl/
Dtst-robust-fork.c29 struct shared struct
70 struct shared *shared = xmmap (NULL, sizeof (*shared), in one_test() local
73 mutex_init (&shared->parent_mutex, parent_bits); in one_test()
74 mutex_init (&shared->child_mutex, child_bits); in one_test()
77 xpthread_mutex_lock (&shared->parent_mutex); in one_test()
89 xpthread_mutex_lock (&shared->child_mutex); in one_test()
91 xmunmap (shared, sizeof (*shared)); in one_test()
100 xpthread_mutex_unlock (&shared->child_mutex); in one_test()
113 TEST_VERIFY_EXIT (pthread_mutex_lock (&shared->parent_mutex) == EDEADLK); in one_test()
127 TEST_VERIFY_EXIT (pthread_mutex_trylock (&shared->parent_mutex) in one_test()
[all …]
Dpthread_barrier_wait.c126 futex_wait_simple (&bar->in, i, bar->shared); in ___pthread_barrier_wait()
167 futex_wake (&bar->current_round, INT_MAX, bar->shared); in ___pthread_barrier_wait()
184 futex_wait_simple (&bar->current_round, cr, bar->shared); in ___pthread_barrier_wait()
214 int shared = bar->shared; in ___pthread_barrier_wait() local
216 futex_wake (&bar->in, INT_MAX, shared); in ___pthread_barrier_wait()
/glibc-2.36/malloc/
DMakefile52 ifeq ($(have-GLIBC_2.23)$(build-shared),yesyes)
105 ifeq ($(have-GLIBC_2.23)$(build-shared),yesyes)
162 $(objpfx)tst-malloc-backtrace: $(shared-thread-library)
163 $(objpfx)tst-malloc-thread-exit: $(shared-thread-library)
164 $(objpfx)tst-malloc-thread-fail: $(shared-thread-library)
165 $(objpfx)tst-mallocfork3: $(shared-thread-library)
166 $(objpfx)tst-mallocfork3-mcheck: $(shared-thread-library)
167 $(objpfx)tst-malloc-fork-deadlock: $(shared-thread-library)
168 $(objpfx)tst-malloc-stats-cancellation: $(shared-thread-library)
169 $(objpfx)tst-malloc-backtrace-mcheck: $(shared-thread-library)
[all …]
Dtst-mallocfork2.c55 static struct { pthread_barrier_t barrier; } *shared; variable
118 xpthread_barrier_wait (&shared->barrier); in signal_sender()
127 xpthread_barrier_wait (&shared->barrier); in signal_sender()
152 shared = support_shared_allocate (sizeof (*shared)); in do_test()
184 xpthread_barrier_init (&shared->barrier, &attr, in do_test()
210 xpthread_barrier_wait (&shared->barrier); in do_test()
233 xpthread_barrier_wait (&shared->barrier); in do_test()
255 support_shared_free (shared); in do_test()
/glibc-2.36/resolv/
DMakefile108 ifeq (yes,$(build-shared))
135 ifeq ($(have-GLIBC_2.26)$(build-shared),yesyes)
173 libanl-shared-only-routines += libanl-compat
223 $(objpfx)libanl.so: $(shared-thread-library)
225 $(objpfx)tst-res_hconf_reorder: $(shared-thread-library)
250 $(objpfx)tst-bug18665-tcp: $(objpfx)libresolv.so $(shared-thread-library)
251 $(objpfx)tst-bug18665: $(objpfx)libresolv.so $(shared-thread-library)
252 $(objpfx)tst-resolv-ai_idn: $(objpfx)libresolv.so $(shared-thread-library)
254 $(objpfx)libresolv.so $(shared-thread-library)
256 $(objpfx)libresolv.so $(shared-thread-library)
[all …]
/glibc-2.36/sysdeps/x86/
Ddl-cacheinfo.h499 long int shared = *shared_ptr; in get_common_cache_info() local
510 if (shared <= 0) in get_common_cache_info()
514 shared = core; in get_common_cache_info()
681 if (shared > 0 && threads > 0) in get_common_cache_info()
682 shared /= threads; in get_common_cache_info()
690 shared += core; in get_common_cache_info()
693 *shared_ptr = shared; in get_common_cache_info()
706 long int shared = -1; in dl_init_cacheinfo() local
726 shared = handle_intel (_SC_LEVEL3_CACHE_SIZE, cpu_features); in dl_init_cacheinfo()
742 level3_cache_size = shared; in dl_init_cacheinfo()
[all …]
Dcacheinfo.h70 long int shared = cpu_features->shared_cache_size; in init_cacheinfo() local
72 shared = shared & ~255L; in init_cacheinfo()
73 if (shared > 0) in init_cacheinfo()
75 __x86_shared_cache_size_half = shared / 2; in init_cacheinfo()
76 __x86_shared_cache_size = shared; in init_cacheinfo()
/glibc-2.36/sysdeps/mach/hurd/
DVersions17 # Functions shared with the dynamic linker
36 # variables that must be shared with libc
39 # functions that must be shared with libc
47 # functions that must be shared with libc
51 # functions that must be shared with libc
55 # this also must be shared with libc.
61 # functions that must be shared with libc
/glibc-2.36/sysdeps/pthread/
DMakefile157 ifeq ($(build-shared),yes)
190 ifeq ($(build-shared),yes)
204 ifeq ($(build-shared),yes)
244 $(objpfx)tst-atfork2: $(shared-thread-library)
248 $(objpfx)tst-atfork2mod.so: $(shared-thread-library)
250 $(objpfx)tst-atfork3: $(shared-thread-library)
252 $(objpfx)tst-atfork3mod.so: $(shared-thread-library)
254 $(objpfx)tst-atfork4: $(shared-thread-library)
256 $(objpfx)tst-atfork4mod.so: $(shared-thread-library)
258 ifeq ($(build-shared),yes)
[all …]
/glibc-2.36/sunrpc/
DMakefile49 ifeq ($(build-shared),yes)
64 shared-only-routines = $(routines)
77 ifeq (yes,$(build-shared))
86 ifeq (yes,$(build-shared))
105 $(common-objpfx)linkobj/libc.so $(shared-thread-library)
107 $(objpfx)thrsvc: $(common-objpfx)linkobj/libc.so $(shared-thread-library)
112 $(common-objpfx)linkobj/libc.so $(shared-thread-library)
122 ifeq (yes,$(build-shared))
/glibc-2.36/stdlib/
DMakefile271 LDLIBS-test-atexit-race = $(shared-thread-library)
272 LDLIBS-test-at_quick_exit-race = $(shared-thread-library)
273 LDLIBS-test-cxa_atexit-race = $(shared-thread-library)
274 LDLIBS-test-cxa_atexit-race2 = $(shared-thread-library)
275 LDLIBS-test-on_exit-race = $(shared-thread-library)
276 LDLIBS-tst-canon-bz26341 = $(shared-thread-library)
277 LDLIBS-tst-arc4random-fork = $(shared-thread-library)
278 LDLIBS-tst-arc4random-thread = $(shared-thread-library)
280 LDLIBS-test-dlclose-exit-race = $(shared-thread-library)
282 LDLIBS-test-dlclose-exit-race-helper.so = $(libsupport) $(shared-thread-library)
[all …]
/glibc-2.36/nscd/
Dnscd_stat.c60 int shared; member
129 data.dbs[cnt].shared = dbs[cnt].shared; in send_stats()
272 const char *shared = data.dbs[i].shared ? yesstr : nostr; in receive_print_stats() local
282 if (shared[0] == '\0') in receive_print_stats()
283 shared = data.dbs[i].shared ? yesstr : nostr; in receive_print_stats()
312 dbnames[i], enabled, persistent, shared, in receive_print_stats()
Dnscd.conf55 shared passwd yes
65 shared group yes
75 shared hosts yes
84 shared services yes
93 shared netgroup yes
DMakefile84 ifeq (yesyes,$(have-fpie)$(build-shared))
88 ifeq (yesyes,$(have-fpie)$(build-shared))
99 ifeq ($(build-shared),yes)
100 $(objpfx)nscd: $(shared-thread-library)
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/
DMakefile13 ifeq (yes,$(build-shared))
16 shared-only-routines += framestate
25 ifeq (yes,$(build-shared))
27 shared-only-routines += divdi3
/glibc-2.36/login/
DMakefile54 libutil-shared-only-routines := libutil-compat
68 ifeq (yesyes,$(have-fpie)$(build-shared))
76 ifeq (yesyes,$(have-fpie)$(build-shared))
85 $(objpfx)tst-pututxline-lockfail: $(shared-thread-library)
86 $(objpfx)tst-pututxline-cache: $(shared-thread-library)
/glibc-2.36/sysdeps/powerpc/powerpc32/
DMakefile15 shared-only-routines += compat-ppc-mcount
26 ifeq (yes,$(build-shared))
36 ifeq (yes,$(build-shared))
42 shared-only-routines += libgcc-compat
/glibc-2.36/sysdeps/arm/
DMakefile8 shared-only-routines += aeabi_unwind_cpp_pr1
15 ifeq ($(build-shared),yes)
47 shared-only-routines += libc-aeabi_read_tp
50 shared-only-routines += arm-unwind-resume
59 librt-shared-only-routines += rt-aeabi_unwind_cpp_pr1 rt-arm-unwind-resume
/glibc-2.36/
Dextra-lib.mk18 ifneq (,$(filter yes%,$(build-shared)$($(lib).so-version)))
39 $($(lib)-shared-only-routines),\
55 ifeq (yes,$(build-shared))
74 $(filter-out $($(lib)-shared-only-routines),\
98 ifeq ($(build-shared),yes)
/glibc-2.36/dlfcn/
DMakefile39 libdl-shared-only-routines += libdl-compat
46 ifeq ($(build-shared),yes)
48 shared-only-routines := dlopenold
51 ifeq (yes,$(build-shared))
66 ifeq (yes,$(build-shared))
94 ifeq ($(build-shared),yes)
/glibc-2.36/sysdeps/unix/sysv/linux/i386/
DMakefile24 ifeq (yes,$(build-shared))
26 shared-only-routines += divdi3
34 librt-shared-only-routines += sysdep
/glibc-2.36/rt/
DMakefile32 librt-shared-only-routines = librt-compat
105 $(objpfx)librt.so: $(shared-thread-library)
108 ifeq (yes,$(build-shared))
110 $(objpfx)librt.so $(shared-thread-library)
/glibc-2.36/sysdeps/s390/
Dconfigure.ac42 if AC_TRY_COMMAND([${CC-cc} --shared conftest.c -o conftest.o &> /dev/null]) ;
66 if AC_TRY_COMMAND([${CC-cc} --shared conftest.c -o conftest.o &> /dev/null]) ;
93 if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS --shared conftest.c
122 if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS --shared conftest.c
148 if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS --shared conftest.c
176 if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS --shared conftest.c
202 if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS --shared conftest.c
/glibc-2.36/sysdeps/unix/sysv/linux/arm/
DMakefile26 librt-shared-only-routines += libc-do-syscall
31 libanl-shared-only-routines += libc-do-syscall
44 libnss_db-shared-only-routines += libc-do-syscall

123456789