Searched refs:thread_num (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_threads.c91 UINT32 thread_num = -1; local
128 for (thread_num = 0; thread_num < tm->max_threads; thread_num++) {
129 if (tm->thread_data[thread_num].thread_id == THREAD_NULL)
133 DBG_ASSERT(thread_num != tm->max_threads);
135 tm->thread_data[thread_num].sock = socket;
136 tm->thread_data[thread_num].context = NULL_TCS_HANDLE;
138 tm->thread_data[thread_num].hostname = hostname;
141 (void)tcsd_thread_run((void *)(&(tm->thread_data[thread_num])));
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatch_thread_num.exp18 # watch-thread_num.exp Test thread <thread_num> parameter for
72 set thread_num "$expect_out(1,string)"
75 gdb_test "watch shared_var thread $thread_num" "Hardware watchpoint 3: shared_var" "Watchpoint on shared variable"
76 gdb_test "info breakpoint 3" "stop only in thread $thread_num"
83 gdb_test "thread" ".*Current thread is $thread_num .*" $check
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dbreakpoint.c8855 parameter. If we're expecting a 'thread <thread_num>'
8866 parameter. If we're expecting a 'thread <thread_num>'
8900 /* Truncate the string and get rid of the thread <thread_num>
9274 int thread_num;
9289 delete_longjmp_breakpoint (a->thread_num);
9374 args->thread_num = thread;
9263 int thread_num; member in struct:until_break_command_continuation_args

Completed in 133 milliseconds