reactos/reactos/ntoskrnl/ob
Aleksey Bragin 901badd513 - Remove perf code from Ob SD Cache implementation.
svn path=/trunk/; revision=33091
2008-04-21 18:33:23 +00:00
..
obdir.c
obhandle.c - Lock only the object header for an object instead of the entire object type, for better contention. Implement exclusive/shared lock and release routines around the existing lock slots in the object type (this allows up to 4 different objects to be locked in the same time, instead of locking the entire type). 2008-04-01 20:07:36 +00:00
obinit.c - Fix initialiization of the object manager lookaside lists. 2008-04-01 19:27:58 +00:00
oblife.c - Lock only the object header for an object instead of the entire object type, for better contention. Implement exclusive/shared lock and release routines around the existing lock slots in the object type (this allows up to 4 different objects to be locked in the same time, instead of locking the entire type). 2008-04-01 20:07:36 +00:00
oblink.c - Lock only the object header for an object instead of the entire object type, for better contention. Implement exclusive/shared lock and release routines around the existing lock slots in the object type (this allows up to 4 different objects to be locked in the same time, instead of locking the entire type). 2008-04-01 20:07:36 +00:00
obname.c - Lock only the object header for an object instead of the entire object type, for better contention. Implement exclusive/shared lock and release routines around the existing lock slots in the object type (this allows up to 4 different objects to be locked in the same time, instead of locking the entire type). 2008-04-01 20:07:36 +00:00
obref.c
obsdcach.c - Remove perf code from Ob SD Cache implementation. 2008-04-21 18:33:23 +00:00
obsecure.c - Rewrite the SD Cache functions to use the Windows 2003 structures (thanks to Alex for providing them). 2008-04-01 21:09:28 +00:00
obwait.c