This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
mesa
Watch
1
Star
0
Fork
You've already forked mesa
0
mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced
2026-03-06 03:30:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
e72b87736d
mesa
/
src
/
mapi
/
glapi
/
glthread.c
8 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
mapi: Add mapi and share the code with glapi. Specifically, move all or most of glapi/glapi.c to mapi/u_current.c, glapi/glapi_execmem.c to mapi/u_execmem.c, glapi/glthread.[ch] to mapi/u_thread.[ch] and remove their dependencies on core Mesa headers.
2010-04-23 16:06:26 +08:00
#
include
"glthread.h"
initial rev
1999-12-16 17:31:06 +00:00
mapi: Add mapi and share the code with glapi. Specifically, move all or most of glapi/glapi.c to mapi/u_current.c, glapi/glapi_execmem.c to mapi/u_execmem.c, glapi/glthread.[ch] to mapi/u_thread.[ch] and remove their dependencies on core Mesa headers.
2010-04-23 16:06:26 +08:00
unsigned
long
BeOS thread support (Philippe Houdoin)
2001-11-12 23:50:12 +00:00
_glthread_GetID
(
void
)
{
mapi: Add mapi and share the code with glapi. Specifically, move all or most of glapi/glapi.c to mapi/u_current.c, glapi/glapi_execmem.c to mapi/u_execmem.c, glapi/glthread.[ch] to mapi/u_thread.[ch] and remove their dependencies on core Mesa headers.
2010-04-23 16:06:26 +08:00
return
u_thread_self
(
)
;
BeOS thread support (Philippe Houdoin)
2001-11-12 23:50:12 +00:00
}
Reference in a new issue
Copy permalink