Files
epics-base/modules
Michael Davidsaver 02a24a144d Com: fix handling of thread joinable flag and refcnt
The second increment of refcnt must occur before pthread_create
or a subtle possibility of a double free() occurs if the thread
runs immediately and self-joins before the second inc.

Also use atomic ops for joinable flag to ensure that
concurrent joins will error properly.
2020-03-08 22:27:06 -07:00
..
2020-02-14 11:42:17 +00:00
2019-12-19 19:31:21 -08:00
2020-02-14 11:58:17 +00:00
2019-12-19 00:08:18 -06:00
2020-02-14 11:58:17 +00:00