Home
last modified time | relevance | path

Searched refs:threadno (Results 1 – 25 of 88) sorted by relevance

1234

/dports/net/mpich2/mpich2-1.5/src/openpa/test/
H A Dtest_queue.c33 int threadno; /* Unique thread number */ member
44 int threadno; /* Unique thread number */ member
182 element->threadno = udata->threadno; in test_queue_threaded_enqueue()
259 if(peek_element->threadno != element->threadno in test_queue_threaded_dequeue()
268 if(element->threadno < 0 || element->threadno >= nenqueuers) { in test_queue_threaded_dequeue()
269 printf(" Unexpected thread number: %d\n", element->threadno); in test_queue_threaded_dequeue()
274 if(element->sequenceno != expect_sn[element->threadno]) { in test_queue_threaded_dequeue()
276 element->sequenceno, expect_sn[element->threadno]); in test_queue_threaded_dequeue()
279 expect_sn[element->threadno] = element->sequenceno + 1; in test_queue_threaded_dequeue()
376 thread_data[i].threadno = i; in test_queue_threaded()
/dports/sysutils/ccze/ccze-0.2.1/src/
H A Dmod_icecast.c38 char *date = NULL, *admin = NULL, *threadno = NULL, *thread = NULL; in ccze_icecast_process() local
43 pcre_get_substring (str, offsets, match, 4, (const char **)&threadno); in ccze_icecast_process()
61 ccze_addstr (CCZE_COLOR_NUMBERS, threadno); in ccze_icecast_process()
70 free (threadno); in ccze_icecast_process()
79 char *date, *threadno, *thread, *date2, *bw, *src; in ccze_icecast_usage_process() local
83 pcre_get_substring (str, offsets, match, 3, (const char **)&threadno); in ccze_icecast_usage_process()
97 ccze_addstr (CCZE_COLOR_NUMBERS, threadno); in ccze_icecast_usage_process()
125 free (threadno); in ccze_icecast_usage_process()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/test/
H A Dthreaded-test-suite.cc48 void DoNothing (unsigned int threadno);
92 unsigned int threadno = context.second; in SchedulingThread() local
96 me->m_threadWaiting[threadno] = true; in SchedulingThread()
97 Simulator::ScheduleWithContext (threadno, in SchedulingThread()
99 &ThreadedSimulatorEventsTestCase::DoNothing, me, threadno); in SchedulingThread()
100 while (!me->m_stop && me->m_threadWaiting[threadno]) in SchedulingThread()
107 ThreadedSimulatorEventsTestCase::DoNothing (unsigned int threadno) in DoNothing() argument
113 m_threadWaiting[threadno] = false; in DoNothing()
/dports/devel/avr-gdb/gdb-7.3.1/sim/cris/
H A Dtraps.c1151 current_cpu->threadno = next; in schedule()
1287 i != current_cpu->threadno; in reschedule()
1298 i != current_cpu->threadno; in reschedule()
1471 int threadno = current_cpu->threadno; in cris_break_13_handler() local
2491 if (current_cpu->thread_data[threadno] in cris_break_13_handler()
2495 if (current_cpu->thread_data[threadno] in cris_break_13_handler()
2622 current_cpu->thread_data[threadno] in cris_break_13_handler()
2627 current_cpu->thread_data[threadno] in cris_break_13_handler()
2632 current_cpu->thread_data[threadno] in cris_break_13_handler()
2636 current_cpu->thread_data[threadno] in cris_break_13_handler()
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/cris/
H A Dtraps.c1150 current_cpu->threadno = next; in schedule()
1286 i != current_cpu->threadno; in reschedule()
1297 i != current_cpu->threadno; in reschedule()
1470 int threadno = current_cpu->threadno; in cris_break_13_handler() local
2490 if (current_cpu->thread_data[threadno] in cris_break_13_handler()
2494 if (current_cpu->thread_data[threadno] in cris_break_13_handler()
2621 current_cpu->thread_data[threadno] in cris_break_13_handler()
2626 current_cpu->thread_data[threadno] in cris_break_13_handler()
2631 current_cpu->thread_data[threadno] in cris_break_13_handler()
2635 current_cpu->thread_data[threadno] in cris_break_13_handler()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/common/portlib/
H A DNdbPortLibTest.cpp102 int threadno; in testfunc() local
104 threadno = *(int*)arg; in testfunc()
106 ndbout << "Thread" << threadno << " started in testfunc" << endl; in testfunc()
110 if ((threadno % 2) == 0) in testfunc()
118 ndbout << "thread" << threadno << ", testfunc " << endl; in testfunc()
137 int threadno; in testTryLockfunc() local
139 threadno = *(int*)arg; in testTryLockfunc()
141 ndbout << "Thread" << threadno << " started" << endl; in testTryLockfunc()
145 if ((threadno % 2) == 0) in testTryLockfunc()
152 ndbout << "thread" << threadno << ", testTryLockfunc locked" << endl; in testTryLockfunc()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/common/portlib/
H A DNdbPortLibTest.cpp102 int threadno; in testfunc() local
104 threadno = *(int*)arg; in testfunc()
106 ndbout << "Thread" << threadno << " started in testfunc" << endl; in testfunc()
110 if ((threadno % 2) == 0) in testfunc()
118 ndbout << "thread" << threadno << ", testfunc " << endl; in testfunc()
137 int threadno; in testTryLockfunc() local
139 threadno = *(int*)arg; in testTryLockfunc()
141 ndbout << "Thread" << threadno << " started" << endl; in testTryLockfunc()
145 if ((threadno % 2) == 0) in testTryLockfunc()
152 ndbout << "thread" << threadno << ", testTryLockfunc locked" << endl; in testTryLockfunc()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/common/portlib/
H A DNdbPortLibTest.cpp102 int threadno; in testfunc() local
104 threadno = *(int*)arg; in testfunc()
106 ndbout << "Thread" << threadno << " started in testfunc" << endl; in testfunc()
110 if ((threadno % 2) == 0) in testfunc()
118 ndbout << "thread" << threadno << ", testfunc " << endl; in testfunc()
137 int threadno; in testTryLockfunc() local
139 threadno = *(int*)arg; in testTryLockfunc()
141 ndbout << "Thread" << threadno << " started" << endl; in testTryLockfunc()
145 if ((threadno % 2) == 0) in testTryLockfunc()
152 ndbout << "thread" << threadno << ", testTryLockfunc locked" << endl; in testTryLockfunc()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/common/portlib/
H A DNdbPortLibTest.cpp102 int threadno; in testfunc() local
104 threadno = *(int*)arg; in testfunc()
106 ndbout << "Thread" << threadno << " started in testfunc" << endl; in testfunc()
110 if ((threadno % 2) == 0) in testfunc()
118 ndbout << "thread" << threadno << ", testfunc " << endl; in testfunc()
137 int threadno; in testTryLockfunc() local
139 threadno = *(int*)arg; in testTryLockfunc()
141 ndbout << "Thread" << threadno << " started" << endl; in testTryLockfunc()
145 if ((threadno % 2) == 0) in testTryLockfunc()
152 ndbout << "thread" << threadno << ", testTryLockfunc locked" << endl; in testTryLockfunc()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/common/portlib/
H A DNdbPortLibTest.cpp102 int threadno; in testfunc() local
104 threadno = *(int*)arg; in testfunc()
106 ndbout << "Thread" << threadno << " started in testfunc" << endl; in testfunc()
110 if ((threadno % 2) == 0) in testfunc()
118 ndbout << "thread" << threadno << ", testfunc " << endl; in testfunc()
137 int threadno; in testTryLockfunc() local
139 threadno = *(int*)arg; in testTryLockfunc()
141 ndbout << "Thread" << threadno << " started" << endl; in testTryLockfunc()
145 if ((threadno % 2) == 0) in testTryLockfunc()
152 ndbout << "thread" << threadno << ", testTryLockfunc locked" << endl; in testTryLockfunc()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/common/portlib/
H A DNdbPortLibTest.cpp102 int threadno; in testfunc() local
105 threadno = *(int*)arg; in testfunc()
107 ndbout << "Thread" << threadno << " started in testfunc" << endl; in testfunc()
111 if ((threadno % 2) == 0) in testfunc()
122 ndbout << "thread" << threadno << ", testfunc " << endl; in testfunc()
141 int threadno; in testTryLockfunc() local
144 threadno = *(int*)arg; in testTryLockfunc()
146 ndbout << "Thread" << threadno << " started" << endl; in testTryLockfunc()
150 if ((threadno % 2) == 0) in testTryLockfunc()
160 ndbout << "thread" << threadno << ", testTryLockfunc locked" << endl; in testTryLockfunc()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/common/portlib/
H A DNdbPortLibTest.cpp102 int threadno; in testfunc() local
105 threadno = *(int*)arg; in testfunc()
107 ndbout << "Thread" << threadno << " started in testfunc" << endl; in testfunc()
111 if ((threadno % 2) == 0) in testfunc()
122 ndbout << "thread" << threadno << ", testfunc " << endl; in testfunc()
141 int threadno; in testTryLockfunc() local
144 threadno = *(int*)arg; in testTryLockfunc()
146 ndbout << "Thread" << threadno << " started" << endl; in testTryLockfunc()
150 if ((threadno % 2) == 0) in testTryLockfunc()
160 ndbout << "thread" << threadno << ", testTryLockfunc locked" << endl; in testTryLockfunc()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/common/portlib/
H A DNdbPortLibTest.cpp102 int threadno; in testfunc() local
105 threadno = *(int*)arg; in testfunc()
107 ndbout << "Thread" << threadno << " started in testfunc" << endl; in testfunc()
111 if ((threadno % 2) == 0) in testfunc()
122 ndbout << "thread" << threadno << ", testfunc " << endl; in testfunc()
141 int threadno; in testTryLockfunc() local
144 threadno = *(int*)arg; in testTryLockfunc()
146 ndbout << "Thread" << threadno << " started" << endl; in testTryLockfunc()
150 if ((threadno % 2) == 0) in testTryLockfunc()
160 ndbout << "thread" << threadno << ", testTryLockfunc locked" << endl; in testTryLockfunc()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/common/portlib/
H A DNdbPortLibTest.cpp102 int threadno; in testfunc() local
105 threadno = *(int*)arg; in testfunc()
107 ndbout << "Thread" << threadno << " started in testfunc" << endl; in testfunc()
111 if ((threadno % 2) == 0) in testfunc()
122 ndbout << "thread" << threadno << ", testfunc " << endl; in testfunc()
141 int threadno; in testTryLockfunc() local
144 threadno = *(int*)arg; in testTryLockfunc()
146 ndbout << "Thread" << threadno << " started" << endl; in testTryLockfunc()
150 if ((threadno % 2) == 0) in testTryLockfunc()
160 ndbout << "thread" << threadno << ", testTryLockfunc locked" << endl; in testTryLockfunc()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/common/portlib/
H A DNdbPortLibTest.cpp102 int threadno; in testfunc() local
105 threadno = *(int*)arg; in testfunc()
107 ndbout << "Thread" << threadno << " started in testfunc" << endl; in testfunc()
111 if ((threadno % 2) == 0) in testfunc()
122 ndbout << "thread" << threadno << ", testfunc " << endl; in testfunc()
141 int threadno; in testTryLockfunc() local
144 threadno = *(int*)arg; in testTryLockfunc()
146 ndbout << "Thread" << threadno << " started" << endl; in testTryLockfunc()
150 if ((threadno % 2) == 0) in testTryLockfunc()
160 ndbout << "thread" << threadno << ", testTryLockfunc locked" << endl; in testTryLockfunc()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/common/portlib/
H A DNdbPortLibTest.cpp93 int threadno; in testfunc() local
96 threadno = *(int*)arg; in testfunc()
98 ndbout << "Thread" << threadno << " started in testfunc" << endl; in testfunc()
102 if ((threadno % 2) == 0) in testfunc()
113 ndbout << "thread" << threadno << ", testfunc " << endl; in testfunc()
132 int threadno; in testTryLockfunc() local
135 threadno = *(int*)arg; in testTryLockfunc()
137 ndbout << "Thread" << threadno << " started" << endl; in testTryLockfunc()
141 if ((threadno % 2) == 0) in testTryLockfunc()
151 ndbout << "thread" << threadno << ", testTryLockfunc locked" << endl; in testTryLockfunc()
/dports/biology/wise/wise2.4.1/src/network/
H A Dwise_proteinindex_server.c104 int threadno = 2; in main() local
135 strip_out_integer_argument(&argc,argv,"threadno",&threadno); in main()
208 hsi = new_threaded_HSPScanInterface(sli,mat,40,10,threadno); in main()
215 hsi = new_runtime_HSPScanInterface(sli,mat,drop_off,score_cutoff,threadno); in main()
218 tdb = new_HSPThreadedDatabase(threadno,array_numb_level); in main()
/dports/emulators/vmips/vmips-1.5.1/
H A Ddebug.cc389 long threadno; in target_set_thread() local
391 threadno = strtol(&pkt[2], NULL, 0); in target_set_thread()
398 if ((threadno < -1) || (threadno > 1)) { in target_set_thread()
406 threadno_step = threadno; in target_set_thread()
408 threadno_gen = threadno; in target_set_thread()
416 long threadno = strtol(&pkt[1], NULL, 16); in target_poll_thread() local
418 if (threadno != 1) { in target_poll_thread()
/dports/net/sie-nmsg/sie-nmsg-1.2.1/tests/
H A Dtest-io.c155 test_atstart_fp(unsigned threadno, void *user) in test_atstart_fp() argument
157 (void)threadno; /* unused parameter */ in test_atstart_fp()
166 test_atexit_fp(unsigned threadno, void *user) in test_atexit_fp() argument
168 (void)threadno; /* unused parameter */ in test_atexit_fp()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/libtest/
H A Dlib1541.c87 int threadno; member
104 fprintf(stderr, "Thread %d transfer %d\n", u->threadno, i); in run_thread()
131 url[i].threadno = i; in test()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/docs/examples/
H A Dthreaded-shared-conn.c94 int threadno; member
110 fprintf(stderr, "Thread %d transfer %d\n", u->threadno, i); in run_thread()
137 url[i].threadno = i; in main()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/libtest/
H A Dlib1541.c80 int threadno; member
97 fprintf(stderr, "Thread %d transfer %d\n", u->threadno, i); in run_thread()
124 url[i].threadno = i; in test()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/libtest/
H A Dlib1541.c80 int threadno; member
97 fprintf(stderr, "Thread %d transfer %d\n", u->threadno, i); in run_thread()
124 url[i].threadno = i; in test()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/docs/examples/
H A Dthreaded-shared-conn.c94 int threadno; member
110 fprintf(stderr, "Thread %d transfer %d\n", u->threadno, i); in run_thread()
137 url[i].threadno = i; in main()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/docs/examples/
H A Dthreaded-shared-conn.c94 int threadno; member
110 fprintf(stderr, "Thread %d transfer %d\n", u->threadno, i); in run_thread()
137 url[i].threadno = i; in main()

1234