Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/libdispatch/
H A Dio.c17 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in test_dispatch_io_write() local
59 dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_RDONLY, in test_dispatch_io_read() local
H A Dio-barrier-race.c26 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main() local
H A Dio-cleanup.c17 dispatch_io_t channel; in main() local
H A Dfd.c18 dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY, in main() local
H A Dio-race.c26 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main() local
H A Dio-barrier.c25 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp37 for (llvm::StringRef channel : Log::ListChannels()) in CompleteEnableDisable() local
40 llvm::StringRef channel = request.GetParsedLine().GetArgumentAtIndex(0); in CompleteEnableDisable() local
181 const std::string channel = std::string(args[0].ref()); in DoExecute() local
254 const std::string channel = std::string(args[0].ref()); in DoExecute() local
299 for (llvm::StringRef channel : Log::ListChannels()) in HandleArgumentCompletion() local
415 const std::string channel = std::string(args[0].ref()); in DoExecute() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2003-11-19-BitFieldArray.c9 void g_io_channel_init (struct _GIOChannel *channel) { in g_io_channel_init()
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp197 void Log::Register(llvm::StringRef name, Channel &channel) { in Register()
211 uint32_t log_options, llvm::StringRef channel, in EnableLogChannel()
226 bool Log::DisableLogChannel(llvm::StringRef channel, in DisableLogChannel()
241 bool Log::DumpLogChannel(llvm::StringRef channel, in DumpLogChannel()
257 bool Log::ListChannelCategories(llvm::StringRef channel, in ListChannelCategories()
274 llvm::StringRef channel, in ForEachChannelCategory()
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp66 std::string channel(channel_then_categories.GetArgumentAtIndex(0)); in SetupLogging() local
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DLogTest.cpp43 uint32_t log_options, llvm::StringRef channel, in EnableChannel()
52 static bool DisableChannel(llvm::StringRef channel, in DisableChannel()
60 static bool ListCategories(llvm::StringRef channel, std::string &result) { in ListCategories()
/llvm-project-15.0.7/libcxx/test/std/language.support/support.coroutines/end.to.end/
H A Dgo.pass.cpp76 class channel class
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_libdispatch.cpp623 TSAN_INTERCEPTOR(void, dispatch_io_read, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR()
641 TSAN_INTERCEPTOR(void, dispatch_io_write, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR()
660 TSAN_INTERCEPTOR(void, dispatch_io_barrier, dispatch_io_t channel, in TSAN_INTERCEPTOR()
752 TSAN_INTERCEPTOR(void, dispatch_io_close, dispatch_io_t channel, in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp623 TSAN_INTERCEPTOR(void, dispatch_io_read, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR()
641 TSAN_INTERCEPTOR(void, dispatch_io_write, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR()
660 TSAN_INTERCEPTOR(void, dispatch_io_barrier, dispatch_io_t channel, in TSAN_INTERCEPTOR()
752 TSAN_INTERCEPTOR(void, dispatch_io_close, dispatch_io_t channel, in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
H A Dgo.pass.cpp78 class channel class
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLog.h214 Log(Channel &channel) : m_channel(channel) {} in Log()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1615 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1425 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog()
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1383 Value channel = rewriter.create<linalg::IndexOp>(loc, 3); in matchAndRewrite() local