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

/forgerock/web-agents-v4/source/varnish/
H A Dagent.c33 #define THREAD_ID (void *)(uintptr_t)pthread_self() macro
147 VSLb(r->ctx->vsl, SLT_VCL_Log, "am_add_header failed to allocate %ld bytes (%p)", sz, THREAD_ID);
158 VSLb(r->ctx->vsl, SLT_VCL_Log, "am_add_header failed to allocate %ld bytes (%p)", sz, THREAD_ID);
169 VSLb(r->ctx->vsl, SLT_VCL_Log, "am_add_header failed to allocate %ld bytes (%p)", sz, THREAD_ID);
193 VSLb(ctx->vsl, SLT_VCL_Log, "am_vmod memory allocation failure (%p)", THREAD_ID);
206 VSLb(ctx->vsl, SLT_VCL_Log, "am_vmod memory allocation failure (%p)", THREAD_ID);
219 VSLb(ctx->vsl, SLT_VCL_Log, "am_vmod failed to get request data (%p)", THREAD_ID);
229 ctx->req->sp->vxid, THREAD_ID);
637 thisfunc, e->xid, THREAD_ID);
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c34 #define THREAD_ID (void *)(uintptr_t)pthread_self() macro
153 WSP(r->ctx, SLT_VCL_Log, "am_add_header failed to allocate %ld bytes (%p)", sz, THREAD_ID);
164 WSP(r->ctx, SLT_VCL_Log, "am_add_header failed to allocate %ld bytes (%p)", sz, THREAD_ID);
175 WSP(r->ctx, SLT_VCL_Log, "am_add_header failed to allocate %ld bytes (%p)", sz, THREAD_ID);
199 WSP(ctx, SLT_VCL_Log, "am_vmod memory allocation failure (%p)", THREAD_ID);
212 WSP(ctx, SLT_VCL_Log, "am_vmod memory allocation failure (%p)", THREAD_ID);
225 WSP(ctx, SLT_VCL_Log, "am_vmod failed to get request data (%p)", THREAD_ID);
235 ctx->xid, THREAD_ID);
687 thisfunc, e->xid, THREAD_ID);

Completed in 32 milliseconds