Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Dldt.c240 struct thread_identifier_info tiinfo; in get_gsbase() local
245 (thread_info_t) &tiinfo, &info_count)) != KERN_SUCCESS) { in get_gsbase()
250 return (uint64_t)tiinfo.thread_handle; in get_gsbase()