bcm2079x: fix crash in userial_close_thread()

On Oreo, calling pthread_join() on an exited thread results in a crash.
Fix this by only calling pthread_join() if the thread didn't exit yet,
with the help of a C11 atomic bool.

Eliminates a frequent crash happening while turning off NFC.

Change-Id: Ief322eb9907fa2dbb1893915830d5c5bc69d4f03
1 file changed