Module Name: src Committed By: justin Date: Sun Mar 9 23:01:11 UTC 2014
Modified Files:
src/lib/librumpuser: rumpuser_pth.c
Log Message:
Use __thread rather than pthread_getspecific for rumpuser curlwp.
This has better performance and curlwp is a performance bottleneck
in rump kernel code.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/librumpuser/rumpuser_pth.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
