Home
last modified time | relevance | path

Searched defs:PartitionDispatchData (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Dwait_pred.pass.cpp53 int main(int, char**)
54 {
55 std::unique_lock<std::mutex>lk(mut);
56 std::thread t = support::make_test_thread(f);
58 while (test1 == 0)
59 cv.wait(lk);
60 assert(test1 != 0);
61 test2 = 1;
62 lk.unlock();
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/catalog/
H A Dpartition.h60 typedef struct PartitionDispatchData struct
69 } PartitionDispatchData; argument
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/catalog/
H A Dpartition.h60 typedef struct PartitionDispatchData struct
69 } PartitionDispatchData; argument
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/catalog/
H A Dpartition.h60 typedef struct PartitionDispatchData struct
69 } PartitionDispatchData; argument
/dports/databases/postgresql10-client/postgresql-10.19/src/include/catalog/
H A Dpartition.h60 typedef struct PartitionDispatchData struct
69 } PartitionDispatchData; argument
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/catalog/
H A Dpartition.h60 typedef struct PartitionDispatchData struct
69 } PartitionDispatchData; argument
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/catalog/
H A Dpartition.h60 typedef struct PartitionDispatchData struct
69 } PartitionDispatchData; argument
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/catalog/
H A Dpartition.h60 typedef struct PartitionDispatchData struct
69 } PartitionDispatchData; argument
/dports/databases/postgresql10-server/postgresql-10.19/src/include/catalog/
H A Dpartition.h60 typedef struct PartitionDispatchData struct
69 } PartitionDispatchData; argument
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/catalog/
H A Dpartition.h60 typedef struct PartitionDispatchData struct
69 } PartitionDispatchData; argument
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/prometheus/procfs/procfs-0.0.3/
H A Dproc_test.go53 for _, tt := range []struct {
54 process int
55 want []string
57 {process: 26231, want: []string{"vim", "test.go", "+10"}},
58 {process: 26232, want: []string{}},
59 {process: 26233, want: []string{"com.github.uiautomator"}},
61 p1, err := getProcFixtures(t).Proc(tt.process)
62 if err != nil {
63 t.Fatal(err)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dlegalize-icmp.mir145 ; GFX9: [[C1:%[0-9]+]]:_(s32) = G_CONSTANT i32 255
147 ; GFX9: [[AND:%[0-9]+]]:_(s32) = G_AND [[COPY1]], [[C1]]
148 ; GFX9: [[COPY2:%[0-9]+]]:_(s32) = COPY [[COPY]](s32)
149 ; GFX9: [[AND1:%[0-9]+]]:_(s32) = G_AND [[COPY2]], [[C1]]
150 ; GFX9: [[ICMP:%[0-9]+]]:_(s1) = G_ICMP intpred(ne), [[AND]](s32), [[AND1]]
151 ; GFX9: [[C2:%[0-9]+]]:_(s16) = G_CONSTANT i16 0
152 ; GFX9: [[TRUNC:%[0-9]+]]:_(s16) = G_TRUNC [[COPY]](s32)
153 ; GFX9: [[SELECT:%[0-9]+]]:_(s16) = G_SELECT [[ICMP]](s1), [[C2]], [[TRUNC]]
154 ; GFX9: [[ANYEXT:%[0-9]+]]:_(s32) = G_ANYEXT [[SELECT]](s16)
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DexecPartition.c53 typedef struct PartitionDispatchData struct
62 } PartitionDispatchData; argument
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DexecPartition.c53 typedef struct PartitionDispatchData struct
62 } PartitionDispatchData; argument
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DexecPartition.c53 typedef struct PartitionDispatchData struct
62 } PartitionDispatchData; argument
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DexecPartition.c53 typedef struct PartitionDispatchData struct
62 } PartitionDispatchData; argument
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DexecPartition.c145 typedef struct PartitionDispatchData struct
154 } PartitionDispatchData; argument
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DexecPartition.c145 typedef struct PartitionDispatchData struct
154 } PartitionDispatchData; typedef
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DexecPartition.c145 typedef struct PartitionDispatchData struct
154 } PartitionDispatchData; argument
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DexecPartition.c145 typedef struct PartitionDispatchData struct
154 } PartitionDispatchData; argument
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DexecPartition.c145 typedef struct PartitionDispatchData struct
154 } PartitionDispatchData; typedef
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DexecPartition.c145 typedef struct PartitionDispatchData struct
154 } PartitionDispatchData; argument
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DexecPartition.c145 typedef struct PartitionDispatchData struct
154 } PartitionDispatchData; argument
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DexecPartition.c145 typedef struct PartitionDispatchData struct
154 } PartitionDispatchData; argument
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DexecPartition.c145 typedef struct PartitionDispatchData struct
154 } PartitionDispatchData; argument

12