|
From: Nicholas N. <nj...@cs...> - 2005-03-28 15:27:54
|
On Mon, 28 Mar 2005, Jeremy Fitzhardinge wrote: >> Where would the USERREQ_FREE requrest be embedded in the client? Would >> every client have to have such a request in it? > > No client directly calls USERREQ_FREE. Any client which calls pthread_create > ends up calling it via code in vg_inject.so (compiled from vg_intercept.c). Ah, that's the key idea I was missing. Thanks. N |