lp:~anj/epics-base/+git/base-3.15

Owned by Andrew Johnson
Get this repository:
git clone https://git.launchpad.net/~anj/epics-base/+git/base-3.15
Only Andrew Johnson can upload to this repository. If you are Andrew Johnson please log in for upload directions.

Branches

Name Last Modified Last Commit
epicsThreadSelfJoin 2021-06-25 17:23:23 UTC
Allow an epicsThread to self-join by calling exitWait()

Author: Andrew Johnson
Author Date: 2020-02-21 20:48:00 UTC

Allow an epicsThread to self-join by calling exitWait()

Guard the bool threadDestroyed with the thread's mutex.

Move the clearing of threadDestroyed into the epicsThread destructor.
This lets the epicsThread object be safely deleted by a parent thread
after the child has called exitWait().

Enable tests for this in epicsThreadClassTest.

3.15 2020-05-13 20:26:34 UTC
Heinz Junkes' fix for lp: #1812084 Build failure on RTEMS

Author: Andrew Johnson
Author Date: 2020-05-13 20:26:34 UTC

Heinz Junkes' fix for lp: #1812084 Build failure on RTEMS

I reduced some of the code duplication from his original.

12 of 2 results
This repository contains Public information 
Everyone can see this information.

Subscribers