Home
last modified time | relevance | path

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

/bionic/libc/private/
Dthread_private.h47 __LIBC_HIDDEN__ void _thread_arc4_unlock(void);
50 #define _ARC4_UNLOCK() _thread_arc4_unlock()
/bionic/libc/bionic/
Dthread_private.cpp50 void _thread_arc4_unlock() { in _thread_arc4_unlock() function