Home
last modified time | relevance | path

Searched defs:thread_info_place (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/miri/src/shims/windows/
Dthread.rs32 let thread_info_place = this.deref_operand(thread_op)?; in CreateThread() localVariable
/third_party/rust/rust/src/tools/miri/src/shims/unix/
Dthread.rs16 let thread_info_place = this.deref_operand_as(thread, this.libc_ty_layout("pthread_t"))?; in pthread_create() localVariable