Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
SkThreadID.h
Go to the documentation of this file.
1/*
2 * Copyright 2015 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef SkThreadID_DEFINED
9#define SkThreadID_DEFINED
10
13
14#include <cstdint>
15
16typedef int64_t SkThreadID;
17
18// SkMutex.h uses SkGetThreadID in debug only code.
20
22
23#endif // SkThreadID_DEFINED
#define SK_SPI
Definition SkAPI.h:41
#define SkDEBUGCODE(...)
Definition SkDebug.h:23
SkThreadID SkGetThreadID()
const SkThreadID kIllegalThreadID
Definition SkThreadID.h:21
int64_t SkThreadID
Definition SkThreadID.h:16