summaryrefslogtreecommitdiffstats
path: root/source4/lib/mutex.c
Commit message (Collapse)AuthorAgeFilesLines
* r5306: removed all the unused mutex functions from mutex.c. When (if?) weAndrew Tridgell2007-10-101-91/+1
| | | | | | | decide to reinstate the mutex code for the threads process model, I'd like to do it a little differently. At least this gets it out of includes.h for now. (This used to be commit cfee0fb02e10add22b6c436bdfa95d1a8f5f3def)
* more mutex portability.Andrew Tridgell2003-12-161-5/+5
| | | | (This used to be commit 42dd8d888a1d4c09aebb199e8636f49df6d2e36a)
* more portability fixes. We now almost compile on solarisAndrew Tridgell2003-12-161-8/+8
| | | | (This used to be commit f4abd20b8437703211676fb12ea23af8f0e4642a)
* use smb_rwlock_t instead of rwlock_t to avoid conflicts with systemAndrew Tridgell2003-12-161-5/+5
| | | | | types on some platforms (eg. solaris) (This used to be commit ac8a23af8c67d2e39bb6cfd409c50f1f429cf271)
* rename mutex_t to smb_mutex_t to prevent name collisionHerb Lewis2003-08-151-5/+5
| | | | (This used to be commit d32f14959277a5b7d1302638b65ff1fc568f08a9)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+142
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)