Home
last modified time | relevance | path

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

/bionic/libc/private/
Dthread_private.h46 __LIBC_HIDDEN__ void _thread_arc4_lock(void);
49 #define _ARC4_LOCK() _thread_arc4_lock()
/bionic/libc/bionic/
Dthread_private.cpp46 void _thread_arc4_lock() { in _thread_arc4_lock() function