Searched defs:thread_type (Results 1 – 7 of 7) sorted by relevance
18 ThreadStatus::ThreadType thread_type) { in GetThreadTypeName()
86 std::atomic<ThreadStatus::ThreadType> thread_type; member
19 ThreadStatus::ThreadType thread_type) { in RegisterThread()
168 auto thread_type = thread_data->thread_type.load(std::memory_order_relaxed); in GetThreadList() local
131 const ThreadType thread_type; member
285 ThreadStatus::ThreadType thread_type = ThreadStatus::NUM_THREAD_TYPES; in BGThreadWrapper() local
6414 const ROCKSDB_NAMESPACE::ThreadStatus::ThreadType& thread_type) { in toJavaThreadType()