Searched refs:thr_pread (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/lib/libthread_db/
H A Dthread_db.c277 thr_pread(struct ps_prochandle *ph, psaddr_t addr, uint64_t *val, function
340 error = thr_pread(ta->ph, addr, &tmp, sizeof(int), BYTE_ORDER);
351 return (thr_pread(ta->ph, addr, val, sizeof(long), BYTE_ORDER));
360 error = thr_pread(ta->ph, addr, &tmp, sizeof(void *), BYTE_ORDER);

Completed in 67 milliseconds