aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/Threads.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-12-23clean up mutex, scopedlock, and signal classesEric1-65/+0
2021-03-01Threads: Avoid printing pthread_self()Pau Espin Pedrol1-2/+2
2021-03-01Threads.cpp: Fix missing extern C around libosmocore includePau Espin Pedrol1-0/+2
2021-02-17Replace my_gettid with libosmocore osmo_gettid APIPau Espin Pedrol1-1/+3
2021-02-17Threads.cpp: Use already existing gettid wrapper functionPau Espin Pedrol1-7/+1
2019-09-20radioInterface: Atomically fetch and change underrun variablePau Espin Pedrol1-1/+3
2019-07-22Add SPDX annotationPau Espin Pedrol1-0/+1
2019-06-17Add option to set stack size in config file, default == 0 == OS defaultEric Wild1-2/+4
2019-04-25Move duplicated thread_enable_cancel to CommonLibsPau Espin Pedrol1-0/+6
2018-09-28Use pthread_setname_np to name threadsPau Espin Pedrol1-2/+21
2013-05-31syncing commonlibs with Many thanks to Michael Iedema for these patches, make...kurtis.heimerl1-2/+3
2011-10-07Putting the actual OpenBTS P2.8 source code into the public SVN branch.dburgess1-0/+120