Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstdio.h13 # define _flockfile(fp) (((fp)->_flags & __SSTR) ? 0 : __lock_acquire_recursive((fp)->_lock))
H A Dlock.h16 #define __lock_acquire_recursive(lock) (0) macro