Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
SkThreadID.cpp File Reference
#include "include/private/base/SkThreadID.h"
#include <pthread.h>

Go to the source code of this file.

Functions

SkThreadID SkGetThreadID ()
 

Function Documentation

◆ SkGetThreadID()

SkThreadID SkGetThreadID ( )

Definition at line 15 of file SkThreadID.cpp.

15{ return (int64_t)pthread_self(); }