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

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.h 32 enum class ThreadType {
52 ThreadType thread_type;
64 void SetStarted(tid_t _os_id, ThreadType _thread_type, void *arg);
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 31 enum class ThreadType {
51 ThreadType thread_type;
63 void SetStarted(tid_t _os_id, ThreadType _thread_type, void *arg);
129 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);

Completed in 50 milliseconds