<dec f='src/src/sys/sys/specificdata.h' l='59' type='void * specificdata_getspecific_unlocked(specificdata_domain_t , specificdata_reference * , specificdata_key_t )'/>
<use f='src/src/sys/kern/subr_lwp_specificdata.c' l='109' u='c' c='lwp_getspecific'/>
<use f='src/src/sys/kern/subr_lwp_specificdata.c' l='117' u='c' c='_lwp_getspecific_by_lwp'/>
<def f='src/src/sys/kern/subr_specificdata.c' l='336' ll='348' type='void * specificdata_getspecific_unlocked(specificdata_domain_t sd, specificdata_reference * ref, specificdata_key_t key)'/>
<doc f='src/src/sys/kern/subr_specificdata.c' l='327'>/*
 * specificdata_getspecific_unlocked --
 *	Get a datum from a container in a lockless fashion.
 *
 *	Note: When using this routine, care must be taken to ensure
 *	that no other thread could cause the specificdata_reference
 *	to become invalid (i.e. point at the wrong container) by
 *	issuing a setspecific call or destroying the container.
 */</doc>
