Home
last modified time | relevance | path

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

/lib/libc/posix/
Dpthread.c47 struct pthread *pth = pthread_self(); in __error()
79 pthread_self(void) in pthread_self() function
144 struct pthread *thr = pthread_self(); in pthread_exit()
/include/
Dpthread.h19 pthread_t pthread_self(void);
/lib/liblwip/src/arch/
Dsys_arch.c520 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()