Home
last modified time | relevance | path

Searched refs:pta_flags (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/lib/libpthread/
H A Dpthread_attr.c80 attr->pta_flags = 0; in pthread_attr_init()
116 attr->pta_flags = thread->pt_flags & in pthread_attr_get_np()
134 if (attr->pta_flags & PT_FLAG_DETACHED) in pthread_attr_getdetachstate()
152 attr->pta_flags &= ~PT_FLAG_DETACHED; in pthread_attr_setdetachstate()
155 attr->pta_flags |= PT_FLAG_DETACHED; in pthread_attr_setdetachstate()
207 if (attr->pta_flags & PT_FLAG_EXPLICIT_SCHED) in pthread_attr_getinheritsched()
225 attr->pta_flags &= ~PT_FLAG_EXPLICIT_SCHED; in pthread_attr_setinheritsched()
228 attr->pta_flags |= PT_FLAG_EXPLICIT_SCHED; in pthread_attr_setinheritsched()
245 if (attr->pta_flags & PT_FLAG_SCOPE_SYSTEM) in pthread_attr_getscope()
263 attr->pta_flags &= ~PT_FLAG_SCOPE_SYSTEM; in pthread_attr_setscope()
[all …]
H A Dpthread_types.h93 int pta_flags; member
H A Dpthread.c523 pthread__scrubthread(newthread, name, nattr.pta_flags); in pthread_create()
535 (nattr.pta_flags & PT_FLAG_EXPLICIT_SCHED) != 0) in pthread_create()
551 if ((nattr.pta_flags & PT_FLAG_EXPLICIT_SCHED) != 0) { in pthread_create()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h222 int pta_flags; member
H A Dsanitizer_platform_limits_netbsd.h279 int pta_flags; member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h220 int pta_flags; member
H A Dsanitizer_platform_limits_netbsd.h272 int pta_flags; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dtypes.d882 int pta_flags; in version() member
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h272 int pta_flags; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20093663 (enum pta_flags): Add PTA_LWP.
3735 (enum pta_flags): Add PTA_XOP.
7724 (enum pta_flags): Add PTA_FMA4.
12579 * config/i386/i386.c (enum pta_flags): Add PTA_SSE5.
22110 (pta_flags): Add PTA_MOVBE.
H A DChangeLog-20076266 (enum pta_flags): Add PTA_SSE5.
18656 * config/i386/i386.c (enum pta_flags): Move out of struct scope...
26424 (override_options): Add PTA_NO_SAHF to pta_flags enum. Recode
26425 pta_flags masks using shifts. Add PTA_NO_SAHF to x86_64 and
H A DChangeLog-20105948 (enum pta_flags): Add PTA_TBM.
6005 (enum pta_flags): Add PTA_BMI.
22625 (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
H A DChangeLog-20088698 (pta_flags): Add PTA_AVX and PTA_FMA.
23009 * config/i386/i386.c (pta_flags): Add PTA_AES and PTA_PCLMUL.
H A DChangeLog-20067580 * config/i386/i386.c (pta_flags): Add PTA_SSSE3.
H A DChangeLog-200316574 * config/s390/s390.c (override_options): Replace enum pta_flags by
H A DChangeLog-201114061 (pta_flags): Removed.