Home
last modified time | relevance | path

Searched refs:thread_identifier_info (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/mach/
H A Dthread_info.h111 struct thread_identifier_info { struct
117 typedef struct thread_identifier_info thread_identifier_info_data_t; argument
118 typedef struct thread_identifier_info *thread_identifier_info_t;
/xnu-11215/tests/
H A Dldt.c240 struct thread_identifier_info tiinfo; in get_gsbase()