Home
last modified time | relevance | path

Searched refs:specific (Results 1 – 25 of 153) sorted by relevance

1234567

/glibc-2.36/sysdeps/x86_64/
Dtst-x86-64-tls-1.c41 struct pthread_key_data *saved_specific, *specific; in do_test() local
42 saved_specific = THREAD_GETMEM_NC (THREAD_SELF, specific, 1); in do_test()
45 THREAD_SETMEM_NC (THREAD_SELF, specific, 1, in do_test()
47 specific = THREAD_GETMEM_NC (THREAD_SELF, specific, 1); in do_test()
48 if (specific != (struct pthread_key_data *) value) in do_test()
50 specific, (struct pthread_key_data *) value); in do_test()
52 THREAD_SETMEM_NC (THREAD_SELF, specific, 1, in do_test()
54 specific = THREAD_GETMEM_NC (THREAD_SELF, specific, 1); in do_test()
55 if (specific != (struct pthread_key_data *) -1UL) in do_test()
57 specific, (struct pthread_key_data *) -1UL); in do_test()
[all …]
/glibc-2.36/nptl/
Dnptl_deallocate_tsd.c45 level2 = THREAD_GETMEM_NC (self, specific, cnt); in __nptl_deallocate_tsd()
98 level2 = THREAD_GETMEM_NC (self, specific, cnt); in __nptl_deallocate_tsd()
104 THREAD_SETMEM_NC (self, specific, cnt, NULL); in __nptl_deallocate_tsd()
Dpthread_setspecific.c60 level2 = THREAD_GETMEM_NC (self, specific, idx1st); in ___pthread_setspecific()
74 THREAD_SETMEM_NC (self, specific, idx1st, level2); in ___pthread_setspecific()
Dpthread_getspecific.c45 specific, idx1st); in ___pthread_getspecific()
/glibc-2.36/sysdeps/generic/
Dsafe-fatal.h33 # error Need an OS-specific or machine-specific safe-fatal.h in __safe_fatal()
/glibc-2.36/manual/
Dmaint.texi109 * Platform: Adding Platform-specific. Adding platform-specific
113 @node Adding Platform-specific
114 @appendixsubsec Platform-specific types, macros and functions
116 It's sometimes necessary to provide nonstandard, platform-specific
137 If the header file provides features that are specific to an operating system,
142 If the header file provides features that are specific to an operating system
162 A platform-specific header file provided by @theglibc{} should coordinate
176 Linux-specific header files on PowerPC could be provided like this:
183 header file in the machine-specific directory, e.g.,
358 subdirectories under it intended to be new specific categories.
[all …]
Dplatform.texi2 @c %MENU% Describe all platform-specific facilities provided
3 @appendix Platform-specific facilities
5 @Theglibc{} can provide machine-specific functionality.
14 @appendixsec PowerPC-specific Facilities
16 Facilities specific to PowerPC that are not specific to a particular
122 @appendixsec RISC-V-specific Facilities
124 Cache management facilities specific to RISC-V systems that implement the Linux
140 @appendixsec X86-specific Facilities
142 Facilities specific to X86 that are not specific to a particular
Dtunables.texi157 that the freed block will have any specific values. It only guarantees that the
263 bins'' that hold chunks up to a specific size. The default and
418 according to specific hardware capabilities and workload characteristics by
451 Restartable sequences are a Linux-specific extension.
469 Behavior of @theglibc{} can be tuned to assume specific hardware capabilities
489 This tunable is specific to i386 and x86-64.
499 This tunable is specific to powerpc, powerpc64 and powerpc64le.
509 This tunable is specific to aarch64.
516 This tunable is specific to i386 and x86-64.
532 This tunable is specific to i386 and x86-64.
[all …]
Dthreads.texi468 The @code{tss_t} data type identifies a thread-specific storage
476 (void *)}, to be used as a thread-specific storage destructor. The
505 @code{tss_create} creates a new thread-specific storage key and stores
524 @code{tss_set} sets the value of the thread-specific storage
535 thread-specific storage for the current thread. Different threads may
543 @code{tss_delete} destroys the thread-specific storage identified by
555 * Thread-specific Data:: Support for creating and
556 managing thread-specific data
561 @node Thread-specific Data
562 @subsection Thread-specific Data
[all …]
/glibc-2.36/
Dconfig.h.in141 /* Linux specific: minimum supported kernel version. */
144 /* Linux specific: __LINUX_KERNEL_VERSION as a string. */
150 /* Mach/Hurd specific: define if mig supports the `retcode' keyword. */
153 /* Mach specific: define if the `host_page_size' RPC is available. */
156 /* Mach/i386 specific: define if the `i386_io_perm_*' RPCs are available. */
159 /* Mach/i386 specific: define if the `i386_set_gdt' RPC is available. */
DLICENSES27 without specific prior written permission.
52 software without specific, written prior permission.
97 from this software without specific prior written permission.
153 without specific prior written permission.
189 products derived from this software without specific prior written
227 without specific prior written permission.
266 without specific prior written permission.
292 software without specific, written prior permission.
/glibc-2.36/sysdeps/nptl/
Dfork.h121 if (curp->specific[cnt] != NULL) in reclaim_stacks()
123 memset (curp->specific[cnt], '\0', in reclaim_stacks()
Ddl-tls_init_tp.c76 THREAD_SETMEM (pd, specific[0], &pd->specific_1stblock[0]); in __tls_init_tp()
/glibc-2.36/sysdeps/unix/sysv/linux/s390/fpu/
DImplies1 # Override ldbl-opt with s390 specific routines.
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/fpu/
DImplies1 # Override ldbl-opt with alpha specific routines.
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/
DImplies1 # Override ldbl-opt with alpha specific routines.
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/
DImplies1 # Override ldbl-opt with alpha specific routines.
/glibc-2.36/math/
DREADME.libm-test25 the target platform and the specific real floating type and format and
30 cases for each math function that are specific to the target platform
33 platform specific deltas by which the actual math function results may
46 named "libm-test-ulps" in the platform specific sysdep directory (or
/glibc-2.36/sysdeps/hppa/
DVersions3 # hppa specific functions in the dynamic linker, but used by libc.so.
/glibc-2.36/sysdeps/ia64/
DVersions3 # ia64 specific functions in the dynamic linker, but used by libc.so.
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/
Dsyscalls.list23 # IA-64 specific
/glibc-2.36/htl/
DMakefile40 pt-destroy-specific pt-init-specific \
/glibc-2.36/mach/
DVersions3 # variables used in Mach-specific macros
/glibc-2.36/nptl_db/
Dtd_thr_tsd.c58 specific, idx1st); in td_thr_tsd()
/glibc-2.36/sysdeps/aarch64/
Ddl-tunables.list1 # aarch64 specific tunables.

1234567