Skip to content
Snippets Groups Projects
Commit 16b9ad10 authored by Avi Kivity's avatar Avi Kivity
Browse files

tls: define the thread control block

parent e68682a1
No related branches found
No related tags found
No related merge requests found
tls.hh 0 → 100644
#ifndef TLS_HH_
#define TLS_HH_
struct thread_control_block {
thread_control_block* self;
void* tls_base;
};
#endif /* TLS_HH_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment