summaryrefslogtreecommitdiff
path: root/sal/osl/unx/mutex.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-19mutex.c -> mutex.cxxStephan Bergmann1-184/+0
2014-07-15sal: unx/mutex.c: try to avoid system declarations with _GNU_SOURCEMichael Stahl1-10/+6
2014-07-14workaround hack that trips up externandnotdefined clang pluginNoel Grandin1-1/+6
2014-07-12sal: restore pthread to its original non-ideal state.Michael Meeks1-1/+1
2014-07-11complete shot-in-the-dark to fix tinderbox buildNoel Grandin1-1/+1
2014-07-11attempt to fix linux buildNoel Grandin1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-1/+1
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2013-09-28General cleanup in sal module for all and unix.Arnaud Versini1-15/+0
2013-09-26malloc returns void*; must be cast to real ptr typeDavid Tardon1-1/+1
2013-09-07Remove confusing casts between synonymsLionel Elie Mamane1-14/+6
2012-11-21re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-04-19Revert "Remove unnecessary hack on Linux by using pthread_mutexattr_settype"Arnaud Versini1-0/+6
2012-04-19Remove unnecessary hack on Linux by using pthread_mutexattr_settypeArnaud Versini1-6/+0
2012-04-19Removed obsolete commentStephan Bergmann1-7/+0
2011-04-14Added error handling for pthread_mutexattr_settype.Julien Chaffraix1-3/+3
2010-10-27add modelines to .h and .c files as wellCaolán McNamara1-0/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-12-30CWS-TOOLING: integrate CWS sb102Jens-Heiner Rechtien1-259/+21
2008-04-10INTEGRATION: CWS changefileheader (1.14.268); FILE MERGEDRüdiger Timm1-23/+18
2006-06-20INTEGRATION: CWS warnings01 (1.12.62); FILE MERGEDJens-Heiner Rechtien1-6/+6
2005-09-08INTEGRATION: CWS ooo19126 (1.12.66); FILE MERGEDRüdiger Timm1-47/+21
2005-01-21INTEGRATION: CWS vcl33 (1.11.114); FILE MERGEDKurt Zenker1-6/+2
2004-02-03INTEGRATION: CWS sal05 (1.10.70); FILE MERGEDJens-Heiner Rechtien1-3/+5
2003-04-28INTEGRATION: CWS ooo20030412 (1.9.86); FILE MERGEDJens-Heiner Rechtien1-3/+3
2001-10-17#72993# now builds also under solarisJörg Budischewski1-2/+6
2001-10-17#72993# pthread-recursive mutex is now used for linux, other platforms stick ...Jörg Budischewski1-137/+153
2001-04-09fixed stupid typoOliver Braun1-3/+3
2001-04-09fixed compile errorOliver Braun1-3/+3
2001-04-09moved implementation of osl_getGlobalMutex to the correct blockOliver Braun1-22/+23
2001-04-06made osl_getGlobalMutex thread safeOliver Braun1-2/+21
2001-02-07removed ChangeGlobalInit completelymfe1-48/+7
2001-02-01removed ChangeGlobalInitmfe1-26/+196
2000-09-18initial importJens-Heiner Rechtien1-0/+326