index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mapi
/
glapi
/
glthread.c
blob: 9dbc0e9a56f2f4fcfcfbd56fb01ff814fa3e1750 (
plain
)
1
2
3
4
5
6
7
#include
"glthread.h"
unsigned long
_glthread_GetID
(
void
)
{
return
u_thread_self
();
}