This repository was archived by the owner on Jun 1, 2026. It is now read-only.
Commit cd8f73d
Adding Mutex Lock to Avoid Race Condition
The following fields encountered a race condition.
Adding a `mutex_lock` in the critical section resolves the issue:
- `drv->event_thread`
Tests:
- Android boot up success
- WiFi/Hotspot ON/OFF success
- Connect WiFi to network success
Tracked-On: OAM-131040
Signed-off-by: rohith2xs <rohith2x.s@intel.com>1 parent a68aed3 commit cd8f73d
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2041 | 2041 | | |
2042 | 2042 | | |
2043 | 2043 | | |
| 2044 | + | |
2044 | 2045 | | |
2045 | 2046 | | |
| 2047 | + | |
2046 | 2048 | | |
2047 | 2049 | | |
2048 | 2050 | | |
| |||
0 commit comments