Home
last modified time | relevance | path

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

/bionic/libc/private/
Dthread_private.h40 __LIBC_HIDDEN__ void _thread_atexit_lock(void);
43 #define _ATEXIT_LOCK() _thread_atexit_lock()
/bionic/libc/bionic/
Dthread_private.cpp36 void _thread_atexit_lock() { in _thread_atexit_lock() function