41
41
context.add(new plugin::Create_function<user_locks::ReleaseLocks>("release_locks"));
42
42
context.add(new plugin::Create_function<user_locks::IsFreeLock>("is_free_lock"));
43
43
context.add(new plugin::Create_function<user_locks::IsUsedLock>("is_used_lock"));
44
46
context.add(new user_locks::UserLocks);
45
47
context.add(new user_locks::barriers::UserBarriers);