Home
last modified time | relevance | path

Searched refs:Handlers (Results 1 – 25 of 65) sorted by relevance

123

/third_party/python/Modules/
Dsignalmodule.c106 } Handlers[NSIG]; variable
158 return (PyObject *)_Py_atomic_load(&Handlers[i].func); in get_handler()
164 _Py_atomic_store(&Handlers[i].func, (uintptr_t)func); in set_handler()
286 _Py_atomic_store_relaxed(&Handlers[sig_num].tripped, 1); in trip_signal()
1735 _Py_atomic_store_relaxed(&Handlers[signum].tripped, 0);
1803 if (!_Py_atomic_load_relaxed(&Handlers[i].tripped)) {
1806 _Py_atomic_store_relaxed(&Handlers[i].tripped, 0);
1968 _Py_atomic_store_relaxed(&Handlers[signum].tripped, 0);
1990 if (!_Py_atomic_load_relaxed(&Handlers[SIGINT].tripped)) {
1994 _Py_atomic_store_relaxed(&Handlers[SIGINT].tripped, 0);
[all …]
/third_party/grpc/third_party/upb/tests/json/
Dtest_json.cc190 const upb::Handlers* serialize_handlers, in test_json_roundtrip_message()
233 const upb::Handlers* serialize_handlers = serialize_handlercache.Get(md); in test_json_roundtrip()
285 const upb::Handlers* serialize_handlers, in test_json_parse_failure()
315 const upb::Handlers* serialize_handlers = serialize_handlercache.Get(md); in test_json_failure()
/third_party/python/Lib/
Dsignal.py57 return _int_to_enum(handler, Handlers)
63 return _int_to_enum(handler, Handlers)
/third_party/PyYAML/tests/data/
Dconstruct-python-name-module.code1 [str, yaml.Loader, yaml.dump, abs, yaml.tokens, signal.Handlers]
Dconstruct-python-name-module.data6 - !!python/name:signal.Handlers
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h165 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
363 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
886 HandlerT &&Handler, HandlerTs &&... Handlers) { in handleErrorImpl()
891 std::forward<HandlerTs>(Handlers)...); in handleErrorImpl()
924 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors() argument
925 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...)); in handleAllErrors()
960 HandlerTs &&... Handlers) { in handleExpected()
965 std::forward<HandlerTs>(Handlers)...)) in handleExpected()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h159 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
332 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
503 HandlerT &&Handler, HandlerTs &&... Handlers) { in handleErrorImpl()
508 std::forward<HandlerTs>(Handlers)...); in handleErrorImpl()
541 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors() argument
542 auto F = handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...); in handleAllErrors()
/third_party/grpc/third_party/upb/upb/pb/
Dencoder.h61 static EncoderPtr Create(Arena* arena, const Handlers* handlers, in Create()
Ddecoder.h68 const Handlers *dest_handlers() const { in dest_handlers()
/third_party/grpc/third_party/upb/upb/json/
Dprinter.h51 static PrinterPtr Create(Arena *arena, const upb::Handlers *handlers, in Create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h996 Handlers[NegotiateId] = wrapHandler<OrcRPCNegotiate>( in RPCEndpointBase()
1087 auto I = Handlers.find(FnId); in handleOne()
1088 if (I != Handlers.end()) in handleOne()
1139 auto HandlerItr = Handlers.find(IdItr->second); in removeHandler()
1140 assert(HandlerItr != Handlers.end() && in removeHandler()
1142 Handlers.erase(HandlerItr); in removeHandler()
1147 Handlers.clear(); in clearHandlers()
1168 Handlers[NewFnId] = wrapHandler<Func>(std::move(Handler)); in addHandlerImpl()
1183 Handlers[NewFnId] = wrapAsyncHandler<Func>(std::move(Handler)); in addAsyncHandlerImpl()
1345 std::map<FunctionIdT, WrappedHandlerFn> Handlers; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp195 assert(!DD && Handlers.empty() && "Debug/EH info didn't get finalized"); in ~AsmPrinter()
317 Handlers.emplace_back(std::make_unique<CodeViewDebug>(this), in doInitialization()
325 Handlers.emplace_back(std::unique_ptr<DwarfDebug>(DD), DbgTimerName, in doInitialization()
380 Handlers.emplace_back(std::unique_ptr<EHStreamer>(ES), EHTimerName, in doInitialization()
387 Handlers.emplace_back(std::make_unique<WinCFGuard>(this), CFGuardName, in doInitialization()
512 for (const HandlerInfo &HI : Handlers) { in EmitGlobalVariable()
761 for (const HandlerInfo &HI : Handlers) { in EmitFunctionHeader()
1098 for (const HandlerInfo &HI : Handlers) { in EmitFunctionBody()
1153 for (const HandlerInfo &HI : Handlers) { in EmitFunctionBody()
1227 for (const HandlerInfo &HI : Handlers) { in EmitFunctionBody()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp142 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry() argument
148 for (const CatchPadInst *CPI : Handlers) { in addTryBlockMapEntry()
247 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
250 Handlers.push_back(CatchPad); in calculateCXXStateNumbers()
263 for (const auto *CatchPad : Handlers) { in calculateCXXStateNumbers()
283 addTryBlockMapEntry(FuncInfo, TryLow, TryHigh, CatchHigh, Handlers); in calculateCXXStateNumbers()
/third_party/pulseaudio/man/
Dxmltoman210 my $parser = new XML::Parser(Handlers => {
/third_party/grpc/third_party/upb/tests/
Dtest_cpp.cc597 void RegisterHandlers(const void* closure, upb::Handlers* h_ptr) { in RegisterHandlers()
615 const upb::Handlers* h = cache.Get(md); in TestHandler()
682 void RegisterMismatchedTypes(const void* closure, upb::Handlers* h_ptr) { in RegisterMismatchedTypes()
799 void RegisterMismatchedTypes2(const void* closure, upb::Handlers* h_ptr) { in RegisterMismatchedTypes2()
877 void RegisterIncrementor(const void* closure, upb::Handlers* h_ptr) { in RegisterIncrementor()
/third_party/grpc/third_party/upb/tests/pb/
Dtest_encoder.cc80 const upb::Handlers *encoder_handlers = encoder_cache.Get(md); in test_pb_roundtrip()
Dtest_decoder.cc401 void callback(const void *closure, upb::Handlers* h_ptr) { in callback()
447 const upb::Handlers *global_handlers;
1102 void empty_callback(const void* /* closure */, upb::Handlers* /* h_ptr */) {} in empty_callback() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAsmPrinter.cpp64 Handlers.push_back(HandlerInfo(std::unique_ptr<BTFDebug>(BTF), "emit", in doInitialization()
/third_party/grpc/doc/python/sphinx/
Dgrpc.rst67 RPC Method Handlers
/third_party/boost/libs/asio/doc/requirements/
DHandler.qbk8 [section:Handler Handlers]
/third_party/boost/libs/asio/doc/overview/
Dcpp2011.qbk13 [link boost_asio.overview.cpp2011.move_handlers Movable Handlers]
91 [section:move_handlers Movable Handlers]
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts400 type Handlers<T> = { [K in keyof T]: (t: T[K]) => void } alias
401 declare function on<T>(handlerHash: Handlers<T>): T
/third_party/libcoap/man/
Dcoap_attribute.txt.in44 Callback Handlers are then added to the resource to handle the different
/third_party/boost/libs/asio/doc/
Doverview.qbk45 * [link boost_asio.overview.cpp2011.move_handlers Movable Handlers]
/third_party/python/Lib/test/
Dtest_signal.py28 self.assertIsInstance(sig, signal.Handlers)
65 self.assertIsInstance(hup, signal.Handlers)

123