#2159 closed defect (fixed)
Add synchronization for Endpoint::libRegisterThread()
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.9 |
Component: | pjsua2 | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Currently libRegisterThread() is not thread-safe. The access to the thread descriptor map needs to be protected in order to avoid data race.
Change History (2)
comment:1 Changed 6 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 6 years ago by ming
In 5912:
Note: See
TracTickets for help on using
tickets.
In 5904: