HomeSort by: relevance | last modified time | path
    Searched defs:thread_type (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp_worker.h 49 typedef struct { HANDLE thnd; } thread_type; typedef in typeref:struct:__anon7378
52 typedef pthread_t thread_type; typedef
55 typedef thread_type *thr_ref;
130 thread_type thr_table[1];
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.h 52 ThreadType thread_type; member in class:__sanitizer::ThreadContextBase
132 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.h 51 ThreadType thread_type; member in class:__sanitizer::ThreadContextBase
129 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_report.h 87 ThreadType thread_type; member in struct:__tsan::ReportThread
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_report.h 89 ThreadType thread_type; member in struct:__tsan::ReportThread

Completed in 173 milliseconds