HomeSort by: relevance | last modified time | path
    Searched refs:native_handle_type (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/config/io/
basic_file_stdio.h 133 using native_handle_type = __c_file*; // FILE*
135 using native_handle_type = void*; // HANDLE
137 using native_handle_type = int; // POSIX file descriptor
140 native_handle_type
basic_file_stdio.cc 468 __basic_file<char>::native_handle_type
475 return reinterpret_cast<native_handle_type>(handle);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
std_thread.h 86 using native_handle_type = __gthread_t;
88 using native_handle_type = int;
98 native_handle_type _M_thread;
104 id(native_handle_type __id) : _M_thread(__id) { }
220 native_handle_type
std_mutex.h 99 typedef __native_type* native_handle_type; typedef in class:mutex
135 native_handle_type
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
std_thread.h 91 using native_handle_type = __gthread_t;
93 using native_handle_type = int;
103 native_handle_type _M_thread;
109 id(native_handle_type __id) : _M_thread(__id) { }
210 native_handle_type
std_mutex.h 99 typedef __native_type* native_handle_type; typedef in class:mutex
134 native_handle_type
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++23/
stacktrace.cc 124 stacktrace_entry::_Info::_M_populate(native_handle_type pc)

Completed in 26 milliseconds