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

/freebsd-10.0-release/lib/libthread_db/
H A Dthread_db.c368 thr_pwrite(struct ps_prochandle *ph, psaddr_t addr, uint64_t val, function
426 return (thr_pwrite(ta->ph, addr, val, sizeof(int), BYTE_ORDER));
433 return (thr_pwrite(ta->ph, addr, val, sizeof(long), BYTE_ORDER));
440 return (thr_pwrite(ta->ph, addr, val, sizeof(void *), BYTE_ORDER));

Completed in 63 milliseconds