Home
last modified time | relevance | path

Searched refs:ntids (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/config/nvptx/
H A Dteam.c52 int tid, ntids; in gomp_nvptx_main() local
54 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
57 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
58 gomp_global_icv.thread_limit_var = ntids; in gomp_nvptx_main()
63 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
67 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
68 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
70 pool->threads_size = ntids; in gomp_nvptx_main()
71 pool->threads_used = ntids; in gomp_nvptx_main()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/lang/gcc11/gcc-11.2.0/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/lang/gcc10/gcc-10.3.0/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/lang/gcc9-devel/gcc-9-20211007/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/devel/avr-gcc/gcc-10.2.0/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/lang/gcc9/gcc-9.4.0/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/lang/gcc9-aux/gcc-9.1.0/libgomp/config/nvptx/
H A Dteam.c51 int tid, ntids; in gomp_nvptx_main() local
53 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids)); in gomp_nvptx_main()
56 gomp_global_icv.nthreads_var = ntids; in gomp_nvptx_main()
60 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
61 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs)); in gomp_nvptx_main()
64 pool->threads = alloca (ntids * sizeof (*pool->threads)); in gomp_nvptx_main()
65 for (tid = 0; tid < ntids; tid++) in gomp_nvptx_main()
67 pool->threads_size = ntids; in gomp_nvptx_main()
68 pool->threads_used = ntids; in gomp_nvptx_main()
71 gomp_simple_barrier_init (&pool->threads_dock, ntids); in gomp_nvptx_main()
/dports/databases/postgresql14-server/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c39 static void sanity_check_tid_array(ArrayType *ta, int *ntids);
41 static BlockNumber find_tids_one_page(ItemPointer tids, int ntids,
86 int ntids, in heap_force_common() local
100 sanity_check_tid_array(ta, &ntids); in heap_force_common()
114 if (ntids > 1) in heap_force_common()
115 qsort((void *) tids, ntids, sizeof(ItemPointerData), tidcmp); in heap_force_common()
123 while (next_start_ptr != ntids) in heap_force_common()
141 blkno = find_tids_one_page(tids, ntids, &next_start_ptr); in heap_force_common()
351 sanity_check_tid_array(ArrayType *ta, int *ntids) in sanity_check_tid_array() argument
363 *ntids = ArrayGetNItems(ARR_NDIM(ta), ARR_DIMS(ta)); in sanity_check_tid_array()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c39 static void sanity_check_tid_array(ArrayType *ta, int *ntids);
41 static BlockNumber find_tids_one_page(ItemPointer tids, int ntids,
86 int ntids, in heap_force_common() local
100 sanity_check_tid_array(ta, &ntids); in heap_force_common()
114 if (ntids > 1) in heap_force_common()
115 qsort((void *) tids, ntids, sizeof(ItemPointerData), tidcmp); in heap_force_common()
123 while (next_start_ptr != ntids) in heap_force_common()
141 blkno = find_tids_one_page(tids, ntids, &next_start_ptr); in heap_force_common()
351 sanity_check_tid_array(ArrayType *ta, int *ntids) in sanity_check_tid_array() argument
363 *ntids = ArrayGetNItems(ARR_NDIM(ta), ARR_DIMS(ta)); in sanity_check_tid_array()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c39 static void sanity_check_tid_array(ArrayType *ta, int *ntids);
41 static BlockNumber find_tids_one_page(ItemPointer tids, int ntids,
86 int ntids, in heap_force_common() local
100 sanity_check_tid_array(ta, &ntids); in heap_force_common()
114 if (ntids > 1) in heap_force_common()
115 qsort((void *) tids, ntids, sizeof(ItemPointerData), tidcmp); in heap_force_common()
123 while (next_start_ptr != ntids) in heap_force_common()
141 blkno = find_tids_one_page(tids, ntids, &next_start_ptr); in heap_force_common()
351 sanity_check_tid_array(ArrayType *ta, int *ntids) in sanity_check_tid_array() argument
363 *ntids = ArrayGetNItems(ARR_NDIM(ta), ARR_DIMS(ta)); in sanity_check_tid_array()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c39 static void sanity_check_tid_array(ArrayType *ta, int *ntids);
41 static BlockNumber find_tids_one_page(ItemPointer tids, int ntids,
86 int ntids, in heap_force_common() local
100 sanity_check_tid_array(ta, &ntids); in heap_force_common()
114 if (ntids > 1) in heap_force_common()
115 qsort((void *) tids, ntids, sizeof(ItemPointerData), tidcmp); in heap_force_common()
123 while (next_start_ptr != ntids) in heap_force_common()
141 blkno = find_tids_one_page(tids, ntids, &next_start_ptr); in heap_force_common()
351 sanity_check_tid_array(ArrayType *ta, int *ntids) in sanity_check_tid_array() argument
363 *ntids = ArrayGetNItems(ARR_NDIM(ta), ARR_DIMS(ta)); in sanity_check_tid_array()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c39 static void sanity_check_tid_array(ArrayType *ta, int *ntids);
41 static BlockNumber find_tids_one_page(ItemPointer tids, int ntids,
86 int ntids, in heap_force_common() local
100 sanity_check_tid_array(ta, &ntids); in heap_force_common()
114 if (ntids > 1) in heap_force_common()
115 qsort((void *) tids, ntids, sizeof(ItemPointerData), tidcmp); in heap_force_common()
123 while (next_start_ptr != ntids) in heap_force_common()
141 blkno = find_tids_one_page(tids, ntids, &next_start_ptr); in heap_force_common()
351 sanity_check_tid_array(ArrayType *ta, int *ntids) in sanity_check_tid_array() argument
363 *ntids = ArrayGetNItems(ARR_NDIM(ta), ARR_DIMS(ta)); in sanity_check_tid_array()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c39 static void sanity_check_tid_array(ArrayType *ta, int *ntids);
41 static BlockNumber find_tids_one_page(ItemPointer tids, int ntids,
86 int ntids, in heap_force_common() local
100 sanity_check_tid_array(ta, &ntids); in heap_force_common()
114 if (ntids > 1) in heap_force_common()
115 qsort((void *) tids, ntids, sizeof(ItemPointerData), tidcmp); in heap_force_common()
123 while (next_start_ptr != ntids) in heap_force_common()
141 blkno = find_tids_one_page(tids, ntids, &next_start_ptr); in heap_force_common()
351 sanity_check_tid_array(ArrayType *ta, int *ntids) in sanity_check_tid_array() argument
363 *ntids = ArrayGetNItems(ARR_NDIM(ta), ARR_DIMS(ta)); in sanity_check_tid_array()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c39 static void sanity_check_tid_array(ArrayType *ta, int *ntids);
41 static BlockNumber find_tids_one_page(ItemPointer tids, int ntids,
86 int ntids, in heap_force_common() local
100 sanity_check_tid_array(ta, &ntids); in heap_force_common()
114 if (ntids > 1) in heap_force_common()
115 qsort((void *) tids, ntids, sizeof(ItemPointerData), tidcmp); in heap_force_common()
123 while (next_start_ptr != ntids) in heap_force_common()
141 blkno = find_tids_one_page(tids, ntids, &next_start_ptr); in heap_force_common()
351 sanity_check_tid_array(ArrayType *ta, int *ntids) in sanity_check_tid_array() argument
363 *ntids = ArrayGetNItems(ARR_NDIM(ta), ARR_DIMS(ta)); in sanity_check_tid_array()
[all …]
/dports/net/openldap24-server/openldap-2.4.59/libraries/libldap_r/
H A Dthr_nt.c39 static int ntids; variable
83 tids[ntids].tid = tid; in ldap_pvt_thread_create()
84 tids[ntids].thd = thd; in ldap_pvt_thread_create()
85 ntids++; in ldap_pvt_thread_create()
103 for (i=0; i<ntids; i++) { in ldap_pvt_thread_join()
107 if ( i > ntids ) return -1; in ldap_pvt_thread_join()
110 for (; i<ntids; i++) { in ldap_pvt_thread_join()
113 ntids--; in ldap_pvt_thread_join()
/dports/net/openldap24-client/openldap-2.4.59/libraries/libldap_r/
H A Dthr_nt.c39 static int ntids; variable
83 tids[ntids].tid = tid; in ldap_pvt_thread_create()
84 tids[ntids].thd = thd; in ldap_pvt_thread_create()
85 ntids++; in ldap_pvt_thread_create()
103 for (i=0; i<ntids; i++) { in ldap_pvt_thread_join()
107 if ( i > ntids ) return -1; in ldap_pvt_thread_join()
110 for (; i<ntids; i++) { in ldap_pvt_thread_join()
113 ntids--; in ldap_pvt_thread_join()

12345678910>>...22