index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
include
/
g_lock.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-05
s3/g_lock: add g_lock_locks() and g_lock_locks_read() varients
Ralph Boehme
1
-0
/
+3
2022-09-20
s3:g_lock: add callback function to g_lock_lock()
Stefan Metzmacher
1
-1
/
+3
2022-09-20
s3:g_lock: add callback function to g_lock_lock_send()
Stefan Metzmacher
1
-1
/
+3
2022-09-20
s3:g_lock: add g_lock_lock_cb_state infrastructure
Stefan Metzmacher
1
-0
/
+27
2022-08-19
s3:g_lock: add some const to the shared array passed via g_lock_dump*()
Stefan Metzmacher
1
-2
/
+2
2020-11-19
lib: g_lock.h references "struct server_id", add #include
Volker Lendecke
1
-0
/
+2
2020-05-15
lib: Add g_lock_dump_send/recv
Volker Lendecke
1
-0
/
+13
2020-05-15
lib: Add g_lock_set_lock_order()
Volker Lendecke
1
-0
/
+2
2020-05-15
lib: Add g_lock_writev_data
Volker Lendecke
1
-0
/
+5
2020-05-15
lib: Add g_lock_seqnum()
Volker Lendecke
1
-0
/
+1
2020-05-15
lib: Add g_lock_wake_watchers()
Volker Lendecke
1
-0
/
+1
2020-05-15
lib: Add g_lock_watch_data_send/recv()
Volker Lendecke
1
-0
/
+11
2019-11-22
lib: Change the g_lock data model
Volker Lendecke
1
-3
/
+6
2019-11-22
lib: Add g_lock_ctx_init_backend()
Volker Lendecke
1
-0
/
+4
2019-11-22
lib: Make struct g_lock_rec private to g_lock.c
Volker Lendecke
1
-5
/
+0
2019-11-22
g_lock: Change prototype of g_lock_dump
Volker Lendecke
1
-2
/
+3
2019-11-06
lib: Remove g_lock_do()
Volker Lendecke
1
-4
/
+0
2018-02-08
lib: Make g_lock_locks use TDB_DATA
Volker Lendecke
1
-1
/
+1
2018-02-08
lib: Make g_lock_dump use TDB_DATA
Volker Lendecke
1
-1
/
+1
2018-02-08
lib: Make g_lock_do use TDB_DATA
Volker Lendecke
1
-1
/
+1
2018-02-08
lib: Make g_lock_write_data use TDB_DATA
Volker Lendecke
1
-1
/
+1
2018-02-08
lib: Make g_lock_unlock use TDB_DATA
Volker Lendecke
1
-1
/
+1
2018-02-08
lib: Make g_lock_lock use TDB_DATA
Volker Lendecke
1
-1
/
+1
2018-02-08
lib: Make g_lock_lock_send use TDB_DATA
Volker Lendecke
1
-1
/
+1
2017-06-15
g_lock: Make g_lock_dump return a complete list of locks
Volker Lendecke
1
-3
/
+10
2017-06-15
g_lock: Add g_lock_write_data
Volker Lendecke
1
-0
/
+3
2017-06-15
g_lock: Remove unused g_lock_get
Volker Lendecke
1
-2
/
+0
2013-10-17
s3:include: add forward declaration for struct messaging_context; in g_lock.h
Stefan Metzmacher
1
-0
/
+1
2012-05-03
s3:lib fix compiler warnings
Christian Ambach
1
-0
/
+6
2012-04-19
s3-g_lock: Use dbwrap_record_watch_send/recv
Volker Lendecke
1
-5
/
+0
2011-12-12
s3: Remove a bunch of calls to procid_self()
Volker Lendecke
1
-1
/
+1
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2010-08-28
s3: Remove the dependency of g_lock on procid_self
Volker Lendecke
1
-1
/
+1
2010-03-12
s3: Add "g_lock_do" as a convenience wrapper function
Volker Lendecke
1
-0
/
+4
2010-03-12
s3: Fix a comment
Volker Lendecke
1
-1
/
+1
2010-02-12
s3: Implement global locks in a g_lock tdb
Volker Lendecke
1
-0
/
+55