summaryrefslogtreecommitdiff
path: root/sal/osl/unx/thread.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11typo fix: wether -> whetherAndras Timar1-1/+1
2013-03-07Use __android_log_print directlyTor Lillqvist1-9/+6
2012-11-21re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-02-24We never call pthread_cancel, so no need to guard against itStephan Bergmann1-67/+3
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks1-0/+18
2011-12-20Fix compiler warnings for AndroidTor Lillqvist1-0/+7
2011-12-19At least GCC 4.5.1 does not allow #pragma GCC diagnostic inside functions.Stephan Bergmann1-26/+13
2011-12-19-Werror=shadow and -Werror=sign-promo fixesStephan Bergmann1-0/+26
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-5/+5
2011-08-24<sys/prctl.h> is not available on kFreeBSDRene Engelhard1-2/+2
2011-06-20make pthreads osl_setThreadKeyData backend work the same on all OSesCaolán McNamara1-7/+42
2011-04-11define for older systemsFridrich Štrba1-0/+3
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-0/+16
2011-01-28sb138: #i115619# osl_setThreadNamesb1-0/+16
2010-11-04Patches for ure, neeed by OpenBSDRobert Nagy1-0/+24
2010-10-27add modelines to .h and .c files as wellCaolán McNamara1-0/+3
2010-10-18cleanup to use SAL_N_ELEMENTSKenneth Venken1-3/+2
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-10-01CWS-TOOLING: integrate CWS sb93Vladimir Glazounov1-17/+30
2008-04-10INTEGRATION: CWS changefileheader (1.30.38); FILE MERGEDRüdiger Timm1-31/+18
2008-01-15#i85222# If encoding is unknown set it to ASCII (fix by hro).Rüdiger Timm1-2/+11
2007-06-27INTEGRATION: CWS sb70 (1.28.120); FILE MERGEDJens-Heiner Rechtien1-13/+7
2006-07-06INTEGRATION: CWS warningfixes01 (1.27.4); FILE MERGEDKurt Zenker1-7/+3
2006-06-20INTEGRATION: CWS warnings01 (1.25.336); FILE MERGEDJens-Heiner Rechtien1-6/+11
2005-09-08INTEGRATION: CWS ooo19126 (1.25.340); FILE MERGEDRüdiger Timm1-47/+21
2003-04-15INTEGRATION: CWS dbgmacros1 (1.24.76); FILE MERGEDVladimir Glazounov1-6/+6
2002-10-30#i8416# Fixed 'osl_thread_[create|start]_Impl()' race condition, need toMatthias Huetsch1-8/+10
2002-10-30#i8416# Fixed 'pthread_join()' / 'pthread_detach()' race condition,Matthias Huetsch1-647/+637
2002-08-13chg: HASHID function arithmetic error fixed, #101685#Martin Hollmichel1-3/+3
2001-08-23#91257# Fixed 'oslCleanupFunction()' to call 'pthread_detach()'Matthias Huetsch1-5/+10
2001-06-08#87994# osl_freeThreadHandle() is removedJörg Budischewski1-18/+2
2001-06-08#87994# osl_freeThreadHandle() is now unfunctional, osl_destroyThread does no...Jörg Budischewski1-19/+18
2001-05-14osl_sleepThread and osl_awakeThread removedOliver Braun1-90/+2
2001-05-14Missing local variable addedHennes Rohling1-2/+3
2001-05-09#84715# osl_getThreadTextEncoding first defaults to contents of environment v...Hennes Rohling1-3/+9
2001-04-11moved text encoding tables to nlsupport.cOliver Braun1-630/+35
2001-04-08Add FreeBSD support.Sander Vesik1-8/+15
2001-04-08Merge NetBSD changes to the HEADSander Vesik1-11/+20
2001-03-20fixed expression to terminate loop in osl_SleepThread and osl_ScheduleThreadGregor Hartmann1-4/+4
2001-03-14#include <osl/time.h> addedJoachim Lingner1-2/+6
2001-03-09wake up protectionmfe1-26/+49
2001-02-14fix sched prioritymfe1-4/+28
2001-02-09incr id now uses 1mfe1-9/+5
2001-02-08insertThreadId now creates unique threadidsKay Ramme1-3/+5
2001-02-01removed ChangeGlobalInitmfe1-7/+15
2000-12-14Updated to SRC614Patrick Luby1-3/+5
2000-12-01#79975# : encoding fixesmfe1-4/+7
2000-11-30#79975# : get encoding from langinfomfe1-14/+619
2000-09-29osl_createThreadKey now take callback function as parameterHennes Rohling1-4/+4
2000-09-18initial importJens-Heiner Rechtien1-0/+1073