Home
last modified time | relevance | path

Searched refs:thread_ptr (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/mpl/include/
H A Dmpl_thread_priv.h27 void *thread_ptr; \
32 thread_ptr = MPL_calloc(1, sizeof(var), class_); \
33 if (unlikely(!thread_ptr)) { \
37 MPL_thread_tls_set(&(key), thread_ptr, err_ptr_); \
42 void *thread_ptr; \
43 MPL_thread_tls_get(&(key), &thread_ptr, err_ptr_); \
46 if (!thread_ptr) { \
47 thread_ptr = MPL_calloc(1, sizeof(var), MPL_MEM_OTHER); \
61 void *thread_ptr; \
63 MPL_thread_tls_get(&(key), &thread_ptr, err_ptr_); \
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/mpl/include/
H A Dmpl_thread_priv.h27 void *thread_ptr; \
32 thread_ptr = MPL_calloc(1, sizeof(var), class_); \
33 if (unlikely(!thread_ptr)) { \
37 MPL_thread_tls_set(&(key), thread_ptr, err_ptr_); \
42 void *thread_ptr; \
43 MPL_thread_tls_get(&(key), &thread_ptr, err_ptr_); \
46 if (!thread_ptr) { \
47 thread_ptr = MPL_calloc(1, sizeof(var), MPL_MEM_OTHER); \
61 void *thread_ptr; \
63 MPL_thread_tls_get(&(key), &thread_ptr, err_ptr_); \
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/mpl/include/
H A Dmpl_thread_priv.h27 void *thread_ptr; \
32 thread_ptr = MPL_calloc(1, sizeof(var), class_); \
33 if (unlikely(!thread_ptr)) { \
37 MPL_thread_tls_set(&(key), thread_ptr, err_ptr_); \
42 void *thread_ptr; \
43 MPL_thread_tls_get(&(key), &thread_ptr, err_ptr_); \
46 if (!thread_ptr) { \
47 thread_ptr = MPL_calloc(1, sizeof(var), MPL_MEM_OTHER); \
61 void *thread_ptr; \
63 MPL_thread_tls_get(&(key), &thread_ptr, err_ptr_); \
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpl/include/
H A Dmpl_thread_priv.h27 void *thread_ptr; \
32 thread_ptr = MPL_calloc(1, sizeof(var), class_); \
33 if (unlikely(!thread_ptr)) { \
37 MPL_thread_tls_set(&(key), thread_ptr, err_ptr_); \
42 void *thread_ptr; \
43 MPL_thread_tls_get(&(key), &thread_ptr, err_ptr_); \
46 if (!thread_ptr) { \
47 thread_ptr = MPL_calloc(1, sizeof(var), MPL_MEM_OTHER); \
61 void *thread_ptr; \
63 MPL_thread_tls_get(&(key), &thread_ptr, err_ptr_); \
[all …]
/dports/comms/flamp/flamp-2.2.07/src/utils/
H A Dtransmit_camp.cxx229 thread_ptr->exit_thread = 0; in create_tx_table()
262 if(thread_ptr->que) { in create_tx_table()
828 thread_ptr->exit_thread = 0; in transmit_relay_interval()
875 …if(!send_vector_to_fldigi(thread_ptr, thread_ptr->header_modem, tail, vector_header_data, thread_p… in transmit_relay_interval()
895 send_vector_to_fldigi(thread_ptr, thread_ptr->modem, tail, vector_data, thread_ptr->mode, tx); in transmit_relay_interval()
953 if(thread_ptr->que) { in transmit_interval()
1024 if(thread_ptr->que) { in transmit_interval()
1084 …if(!send_vector_to_fldigi(thread_ptr, thread_ptr->header_modem, tail_bk, vector_header_data, threa… in transmit_interval()
1118 send_vector_to_fldigi(thread_ptr, thread_ptr->modem, tail, vector_data, thread_ptr->mode, tx); in transmit_interval()
1349 if(thread_ptr) { in check_block_tx_time()
[all …]
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_ranking_utils.cu17 dh::device_vector<size_t> thread_ptr(kGroups + 1, 0); in TEST() local
18 size_t total = SegmentedTrapezoidThreads(dh::ToSpan(offset_ptr), dh::ToSpan(thread_ptr), h); in TEST()
22 SegmentedTrapezoidThreads(dh::ToSpan(offset_ptr), dh::ToSpan(thread_ptr), h); in TEST()
23 std::vector<size_t> h_thread_ptr(thread_ptr.size()); in TEST()
24 thrust::copy(thread_ptr.cbegin(), thread_ptr.cend(), h_thread_ptr.begin()); in TEST()
30 SegmentedTrapezoidThreads(dh::ToSpan(offset_ptr), dh::ToSpan(thread_ptr), h); in TEST()
31 thrust::copy(thread_ptr.cbegin(), thread_ptr.cend(), h_thread_ptr.begin()); in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_ranking_utils.cu17 dh::device_vector<size_t> thread_ptr(kGroups + 1, 0); in TEST() local
18 size_t total = SegmentedTrapezoidThreads(dh::ToSpan(offset_ptr), dh::ToSpan(thread_ptr), h); in TEST()
22 SegmentedTrapezoidThreads(dh::ToSpan(offset_ptr), dh::ToSpan(thread_ptr), h); in TEST()
23 std::vector<size_t> h_thread_ptr(thread_ptr.size()); in TEST()
24 thrust::copy(thread_ptr.cbegin(), thread_ptr.cend(), h_thread_ptr.begin()); in TEST()
30 SegmentedTrapezoidThreads(dh::ToSpan(offset_ptr), dh::ToSpan(thread_ptr), h); in TEST()
31 thrust::copy(thread_ptr.cbegin(), thread_ptr.cend(), h_thread_ptr.begin()); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/nonsfi/linux/
H A Dlinux_pthread_private.c29 void *thread_ptr, in nacl_irt_thread_create_v0_2() argument
55 ptid, thread_ptr, /* ctid */ NULL)); in nacl_irt_thread_create_v0_2()
59 void *thread_ptr) { in nacl_irt_thread_create() argument
61 return nacl_irt_thread_create_v0_2(start_func, stack, thread_ptr, &child_tid); in nacl_irt_thread_create()
100 static struct nc_combined_tdb *get_irt_tdb(void *thread_ptr) { in get_irt_tdb() argument
101 struct nc_combined_tdb *tdb = (void *) ((uintptr_t) thread_ptr + in get_irt_tdb()
139 void *thread_ptr, nacl_irt_tid_t *child_tid) { in nacl_user_thread_create() argument
162 tdb->tdb.state = thread_ptr; in nacl_user_thread_create()
/dports/devel/boost-docs/boost_1_72_0/libs/thread/test/threads/container/
H A Dthread_ptr_list_pass.cpp59 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
61 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
66 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
77 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
79 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
84 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
87 thread_ptr sth(new boost::thread(&increment_count)); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/thread/test/threads/container/
H A Dthread_ptr_list_pass.cpp59 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
61 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
66 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
77 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
79 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
84 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
87 thread_ptr sth(new boost::thread(&increment_count)); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/thread/test/threads/container/
H A Dthread_ptr_list_pass.cpp59 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
61 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
66 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
77 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
79 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
84 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
87 thread_ptr sth(new boost::thread(&increment_count)); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/thread/test/threads/container/
H A Dthread_ptr_list_pass.cpp59 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
61 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
66 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
77 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
79 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
84 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
87 thread_ptr sth(new boost::thread(&increment_count)); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/thread/test/threads/container/
H A Dthread_ptr_list_pass.cpp59 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
61 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
66 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
77 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
79 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
84 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
87 thread_ptr sth(new boost::thread(&increment_count)); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/thread/test/threads/container/
H A Dthread_ptr_list_pass.cpp59 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
61 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
66 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
77 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
79 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
84 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
87 thread_ptr sth(new boost::thread(&increment_count)); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/thread/test/threads/container/
H A Dthread_ptr_list_pass.cpp59 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
61 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
66 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
77 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
79 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
84 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
87 thread_ptr sth(new boost::thread(&increment_count)); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/thread/test/threads/container/
H A Dthread_ptr_list_pass.cpp59 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
61 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
66 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
77 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
79 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
84 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
87 thread_ptr sth(new boost::thread(&increment_count)); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/thread/test/threads/container/
H A Dthread_ptr_list_pass.cpp59 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
61 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
66 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
77 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
79 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()
84 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()
87 thread_ptr sth(new boost::thread(&increment_count)); in main()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dagent.c249 thd_t *thread_ptr; in agent() local
431 thd_t *thread_ptr = NULL; in _make_agent_info() local
622 &thread_ptr[i].state, in _wdog()
626 thread_ptr[i].ret_list); in _wdog()
757 state = thread_ptr[i].state; in _notify_slurmctld_nodes()
923 thread_ptr->end_time = thread_ptr->start_time + message_timeout; in _thread_per_group_rpc()
937 thread_ptr->nodelist); in _thread_per_group_rpc()
941 if (thread_ptr->addr) { in _thread_per_group_rpc()
957 if (thread_ptr->addr) { in _thread_per_group_rpc()
1217 thread_ptr->start_time); in _thread_per_group_rpc()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A Dndbd_malloc.cpp130 struct NdbThread *thread_ptr[TOUCH_PARALLELISM]; in ndbd_alloc_touch_mem() local
146 thread_ptr[i] = NULL; in ndbd_alloc_touch_mem()
149 thread_ptr[i] = NdbThread_Create(touch_mem, in ndbd_alloc_touch_mem()
155 if (thread_ptr[i] == NULL) in ndbd_alloc_touch_mem()
163 if (thread_ptr[i]) in ndbd_alloc_touch_mem()
165 NdbThread_WaitFor(thread_ptr[i], &dummy_status); in ndbd_alloc_touch_mem()
166 NdbThread_Destroy(&thread_ptr[i]); in ndbd_alloc_touch_mem()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A Dndbd_malloc.cpp130 struct NdbThread *thread_ptr[TOUCH_PARALLELISM]; in ndbd_alloc_touch_mem() local
146 thread_ptr[i] = NULL; in ndbd_alloc_touch_mem()
149 thread_ptr[i] = NdbThread_Create(touch_mem, in ndbd_alloc_touch_mem()
155 if (thread_ptr[i] == NULL) in ndbd_alloc_touch_mem()
163 if (thread_ptr[i]) in ndbd_alloc_touch_mem()
165 NdbThread_WaitFor(thread_ptr[i], &dummy_status); in ndbd_alloc_touch_mem()
166 NdbThread_Destroy(&thread_ptr[i]); in ndbd_alloc_touch_mem()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A Dndbd_malloc.cpp130 struct NdbThread *thread_ptr[TOUCH_PARALLELISM]; in ndbd_alloc_touch_mem() local
146 thread_ptr[i] = NULL; in ndbd_alloc_touch_mem()
149 thread_ptr[i] = NdbThread_Create(touch_mem, in ndbd_alloc_touch_mem()
155 if (thread_ptr[i] == NULL) in ndbd_alloc_touch_mem()
163 if (thread_ptr[i]) in ndbd_alloc_touch_mem()
165 NdbThread_WaitFor(thread_ptr[i], &dummy_status); in ndbd_alloc_touch_mem()
166 NdbThread_Destroy(&thread_ptr[i]); in ndbd_alloc_touch_mem()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/vm/
H A Dndbd_malloc.cpp130 struct NdbThread *thread_ptr[TOUCH_PARALLELISM]; in ndbd_alloc_touch_mem() local
146 thread_ptr[i] = NULL; in ndbd_alloc_touch_mem()
149 thread_ptr[i] = NdbThread_Create(touch_mem, in ndbd_alloc_touch_mem()
155 if (thread_ptr[i] == NULL) in ndbd_alloc_touch_mem()
163 if (thread_ptr[i]) in ndbd_alloc_touch_mem()
165 NdbThread_WaitFor(thread_ptr[i], &dummy_status); in ndbd_alloc_touch_mem()
166 NdbThread_Destroy(&thread_ptr[i]); in ndbd_alloc_touch_mem()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/vm/
H A Dndbd_malloc.cpp130 struct NdbThread *thread_ptr[TOUCH_PARALLELISM]; in ndbd_alloc_touch_mem() local
146 thread_ptr[i] = NULL; in ndbd_alloc_touch_mem()
149 thread_ptr[i] = NdbThread_Create(touch_mem, in ndbd_alloc_touch_mem()
155 if (thread_ptr[i] == NULL) in ndbd_alloc_touch_mem()
163 if (thread_ptr[i]) in ndbd_alloc_touch_mem()
165 NdbThread_WaitFor(thread_ptr[i], &dummy_status); in ndbd_alloc_touch_mem()
166 NdbThread_Destroy(&thread_ptr[i]); in ndbd_alloc_touch_mem()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/vm/
H A Dndbd_malloc.cpp160 struct NdbThread *thread_ptr[TOUCH_PARALLELISM]; in ndbd_alloc_touch_mem() local
190 thread_ptr[i] = NULL; in ndbd_alloc_touch_mem()
193 thread_ptr[i] = NdbThread_Create(touch_mem, in ndbd_alloc_touch_mem()
199 if (thread_ptr[i] == NULL) in ndbd_alloc_touch_mem()
207 if (thread_ptr[i]) in ndbd_alloc_touch_mem()
209 NdbThread_WaitFor(thread_ptr[i], &dummy_status); in ndbd_alloc_touch_mem()
210 NdbThread_Destroy(&thread_ptr[i]); in ndbd_alloc_touch_mem()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/
H A Dserver.c91 static struct inferior_list_entry *thread_ptr; in handle_query() local
104 thread_ptr = all_threads.head; in handle_query()
105 sprintf (own_buf, "m%x", thread_ptr->id); in handle_query()
106 thread_ptr = thread_ptr->next; in handle_query()
112 if (thread_ptr != NULL) in handle_query()
114 sprintf (own_buf, "m%x", thread_ptr->id); in handle_query()
115 thread_ptr = thread_ptr->next; in handle_query()

123456789