Home
last modified time | relevance | path

Searched refs:lwprot_thread (Results 1 – 1 of 1) sorted by relevance

/lib/liblwip/src/arch/
Dsys_arch.c98 static pthread_t lwprot_thread = (pthread_t)0xDEAD; variable
520 if (lwprot_thread != pthread_self()) in sys_arch_protect()
525 lwprot_thread = pthread_self(); in sys_arch_protect()
545 if (lwprot_thread == pthread_self()) in sys_arch_unprotect()
549 lwprot_thread = (pthread_t) 0xDEAD; in sys_arch_unprotect()