On Monday 16 August 2004 08:19 am, Roman Kurakin wrote: > Hi, > > Question to gurus. Does witness keep in mind lock recursion when > it checks for LORs. Well, I'm not sure if I understand exactly what you are asking, but witness only does lock order checks when you first acquire the lock. Any recursive locks will skip the order checking altogether since recursive acquires can never block. Similarly, trylock operations also stick order checks altogether since they can never block either. -- John Baldwin <jhb_at_FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.orgReceived on Mon Aug 16 2004 - 16:29:35 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:06 UTC