Home
last modified time | relevance | path

Searched defs:shm_mq (Results 1 – 25 of 83) sorted by relevance

1234

/dports/devel/llvm13/llvm-project-13.0.1.src/libclc/generic/include/clc/relational/
H A Dfloatn.inc71 #undef __CLC_INTN
74 #define __CLC_FLOATN double16
75 #define __CLC_INTN long16
77 #undef __CLC_INTN
78 #undef __CLC_FLOATN
81 #ifdef cl_khr_fp16
82 #pragma OPENCL EXTENSION cl_khr_fp16 : enable
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/include/asio/ssl/
H A Drfc2818_verification.hpp72 /// Perform certificate verification.
73 ASIO_DECL bool operator()(bool preverified, verify_context& ctx) const;
76 // Helper function to check a host name against a pattern.
77 ASIO_DECL static bool match_pattern(const char* pattern,
78 std::size_t pattern_length, const char* host);
80 // Helper function to check a host name against an IPv4 address
82 std::string host_;
/dports/benchmarks/bombardier/bombardier-1.2.5/
H A Dargs_parser.go71 app := kingpin.New("", "Fast cross-platform HTTP benchmarking tool").
73 runtime.GOARCH)
74 app.Flag("connections", "Maximum number of concurrent connections").
76 PlaceHolder(strconv.FormatUint(defaultNumberOfConns, decBase)).
78 app.Flag("timeout", "Socket/request timeout").
79 PlaceHolder(defaultTimeout.String()).
81 DurationVar(&kparser.timeout)
82 app.Flag("latencies", "Print latency statistics").
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/storage/ipc/
H A Dshm_mq.c71 struct shm_mq struct
94 * to shm_mq_attach(), and we'll store it in mqh_handle. The point of this argument

1234