Searched refs:thread_errno (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOKitInternal.h28 #define thread_errno() errno macro
H A DIOCFURLAccess.c282 if (statResult != 0) statResult = thread_errno();
499 int saveerr = thread_errno();
542 } else if (thread_errno() != ENOENT) {
550 int saveerr = thread_errno();
/macosx-10.9.5/CF-855.17/
H A DCFFileUtilities.c117 int saveerr = thread_errno();
189 } else if (thread_errno() != ENOENT) {
199 int saveerr = thread_errno();
522 if (thread_errno() == ENOENT) {
525 return thread_errno();
H A DCFXMLPreferencesDomain.c280 int saveerr = thread_errno();
349 if (!atomicWriteSuccess && thread_errno() == ENOSPC) {
H A DCFInternal.h515 #define thread_errno() errno macro
H A DCFSocket.c1018 return thread_errno();
/macosx-10.9.5/ruby-104/ruby/
H A Dthread_win32.c271 #define thread_errno errno macro
275 #define thread_errno rb_w32_map_errno(GetLastError()) macro
635 return thread_errno;

Completed in 161 milliseconds