Home
last modified time | relevance | path

Searched hist:"2 eb1573f01710832bbe60a4ece89cb301727612a" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dsearch.h2eb1573f01710832bbe60a4ece89cb301727612a Wed Dec 08 11:26:04 UTC 2010 Mike Frysinger <vapier@gentoo.org> hashtable: drop all non-reentrant versions

The non-reentrant versions of the hashtable functions operate on a single
shared hashtable. So if two different people try using these funcs for
two different purposes, they'll cause problems for the other.

Avoid this by converting all existing hashtable consumers over to the
reentrant versions and then punting the non-reentrant ones.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
H A Denvironment.h2eb1573f01710832bbe60a4ece89cb301727612a Wed Dec 08 11:26:04 UTC 2010 Mike Frysinger <vapier@gentoo.org> hashtable: drop all non-reentrant versions

The non-reentrant versions of the hashtable functions operate on a single
shared hashtable. So if two different people try using these funcs for
two different purposes, they'll cause problems for the other.

Avoid this by converting all existing hashtable consumers over to the
reentrant versions and then punting the non-reentrant ones.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
/rk3399_rockchip-uboot/lib/
H A Dhashtable.c2eb1573f01710832bbe60a4ece89cb301727612a Wed Dec 08 11:26:04 UTC 2010 Mike Frysinger <vapier@gentoo.org> hashtable: drop all non-reentrant versions

The non-reentrant versions of the hashtable functions operate on a single
shared hashtable. So if two different people try using these funcs for
two different purposes, they'll cause problems for the other.

Avoid this by converting all existing hashtable consumers over to the
reentrant versions and then punting the non-reentrant ones.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>