Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dmisc_thread_common.h276 static __thread int cffi_saved_errno = 0; variable
277 static void save_errno_only(void) { cffi_saved_errno = errno; } in save_errno_only()
278 static void restore_errno_only(void) { errno = cffi_saved_errno; } in restore_errno_only()