repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reduce TLS accesses. (#11487)
[mono-project.git]
/
mono
/
metadata
/
null-gc-handles.h
blob
c57cda40f5872b3eec2c9427c1c5bb16bf00d5b1
1
#ifndef __METADATA_NULL_GC_HANDLES_H__
2
#define __METADATA_NULL_GC_HANDLES_H__
3
4
void
5
null_gc_handles_init
(
void
);
6
7
#endif
/* __METADATA_NULL_GC_HANDLES_H__ */