HomeSort by: relevance | last modified time | path
    Searched refs:pta_flags (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libpthread/
pthread_attr.c 84 attr->pta_flags = 0;
120 attr->pta_flags = thread->pt_flags &
138 if (attr->pta_flags & PT_FLAG_DETACHED)
156 attr->pta_flags &= ~PT_FLAG_DETACHED;
159 attr->pta_flags |= PT_FLAG_DETACHED;
211 if (attr->pta_flags & PT_FLAG_EXPLICIT_SCHED)
229 attr->pta_flags &= ~PT_FLAG_EXPLICIT_SCHED;
232 attr->pta_flags |= PT_FLAG_EXPLICIT_SCHED;
249 if (attr->pta_flags & PT_FLAG_SCOPE_SYSTEM)
267 attr->pta_flags &= ~PT_FLAG_SCOPE_SYSTEM
    [all...]
pthread_types.h 93 int pta_flags; member in struct:__pthread_attr_st
pthread.c 529 pthread__scrubthread(newthread, name, nattr.pta_flags);
541 (nattr.pta_flags & PT_FLAG_EXPLICIT_SCHED) != 0)
557 if ((nattr.pta_flags & PT_FLAG_EXPLICIT_SCHED) != 0) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.h 222 int pta_flags; member in struct:__sanitizer::__anon4119
sanitizer_platform_limits_netbsd.h 279 int pta_flags; member in struct:__sanitizer::__anon4114
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
types.d 882 int pta_flags;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_netbsd.h 272 int pta_flags; member in struct:__sanitizer::__anon14592
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_netbsd.h 272 int pta_flags; member in struct:__sanitizer::__anon16998

Completed in 30 milliseconds