Home
last modified time | relevance | path

Searched defs:errorcode (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRWMutex.cpp53 int errorcode = pthread_rwlock_init(rwlock, nullptr); in RWMutexImpl() local
76 int errorcode = pthread_rwlock_rdlock(rwlock); in lock_shared() local
86 int errorcode = pthread_rwlock_unlock(rwlock); in unlock_shared() local
96 int errorcode = pthread_rwlock_wrlock(rwlock); in lock() local
106 int errorcode = pthread_rwlock_unlock(rwlock); in unlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DMutex.cpp53 int errorcode = pthread_mutexattr_init(&attr); in MutexImpl() local
89 int errorcode = pthread_mutex_lock(mutex); in acquire() local
99 int errorcode = pthread_mutex_unlock(mutex); in release() local
109 int errorcode = pthread_mutex_trylock(mutex); in tryacquire() local
/third_party/python/Modules/_sqlite/
Dutil.c44 int errorcode = sqlite3_errcode(db); in _pysqlite_seterror() local
/third_party/pcre2/pcre2/src/
Dpcre2_substitute.c118 int errorcode; in find_text_end() local
822 int errorcode; in pcre2_substitute() local
Dpcre2_fuzzsupport.c109 int errorcode; in LLVMFuzzerTestOneInput() local
Dpcre2posix.c286 int errorcode; in pcre2_regcomp() local
Dpcre2_jit_test.c2002 int result, errorcode; in run_invalid_utf8_test() local
2211 int result, errorcode; in run_invalid_utf16_test() local
2398 int result, errorcode; in run_invalid_utf32_test() local
Dpcre2_compile.c2618 int errorcode = 0; in parse_regex() local
9607 int errorcode = 0; in check_lookbehinds() local
9797 int errorcode = 0; /* Initialize to avoid compiler warn */ in pcre2_compile() local
Dpcre2test.c4365 print_error_message(int errorcode, const char *before, const char *after) in print_error_message()
4795 int errorcode; in show_pattern_info() local
5172 int errorcode; in process_pattern() local
/third_party/mesa3d/src/glx/
Dapplegl_glx.c129 int errorcode; in applegl_create_context() local
Dglx_pbuffer.c738 int errorcode; in glXCreatePbuffer() local
Dglxcmds.c632 int errorcode; in glXCopyContext() local
/third_party/openssl/test/
Derrtest.c58 unsigned long errorcode; in test_print_error_format() local
/third_party/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c124 int width, int height, int *errorcode, in apple_glx_pbuffer_create()
/third_party/NuttX/fs/vfs/
Dfs_poll.c242 int errorcode = get_errno(); in fdesc_poll() local
/third_party/toybox/toys/pending/
Dtftp.c121 static int mkpkt_err(uint8_t *buffer, uint16_t errorcode, char *errormsg) in mkpkt_err()
/third_party/ffmpeg/libavfilter/
Debur128.c55 #define CHECK_ERROR(condition, errorcode, goto_point) \ argument
/third_party/curl/lib/vtls/
Dschannel.c656 DWORD errorcode = GetLastError(); in schannel_acquire_credential_handle() local