HomeSort by: relevance | last modified time | path
    Searched defs:thread_num (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/unbound/dist/libunbound/
libworker.h 69 /** every worker has a unique thread_num. (first in struct) */
70 int thread_num; member in struct:libworker
  /src/crypto/external/cpl/trousers/dist/src/tcsd/
tcsd_threads.c 91 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...]
  /src/external/bsd/unbound/dist/daemon/
worker.h 90 int thread_num; member in struct:worker
  /src/external/bsd/unbound/dist/util/
alloc.h 82 int thread_num; member in struct:alloc_cache
105 * @param thread_num: thread number for id creation of special type.
108 int thread_num);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
omp-par-scope.c 55 int thread_num = omp_get_thread_num (); local
56 omp_set_lock_in_order (thread_num, &lock);
58 s2 = 100 * (thread_num + 1) + 2;
62 printf ("single_scope: thread_num=%d, s1=%d, i1=%d, s2=%d, i2=%d\n",
63 thread_num, s1, i1, s2, i2);
94 int thread_num = omp_get_thread_num (); local
95 omp_set_lock_in_order (thread_num, &lock);
97 i21 = 100 * (thread_num + 1) + 21;
100 printf ("multi_scope: thread_num=%d, i01=%d, i11=%d, i21=%d\n",
101 thread_num, i01, i11, i21)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
omp-par-scope.c 55 int thread_num = omp_get_thread_num (); local
56 omp_set_lock_in_order (thread_num, &lock);
58 s2 = 100 * (thread_num + 1) + 2;
62 printf ("single_scope: thread_num=%d, s1=%d, i1=%d, s2=%d, i2=%d\n",
63 thread_num, s1, i1, s2, i2);
94 int thread_num = omp_get_thread_num (); local
95 omp_set_lock_in_order (thread_num, &lock);
97 i21 = 100 * (thread_num + 1) + 21;
100 printf ("multi_scope: thread_num=%d, i01=%d, i11=%d, i21=%d\n",
101 thread_num, i01, i11, i21)
    [all...]
  /src/external/bsd/unbound/dist/testcode/
asynclook.c 174 int thread_num; member in struct:ext_thr_info
304 log_thread_set(&inf->thread_num);
305 if(inf->thread_num > NUMTHR*2/3) {
332 } else if(inf->thread_num > NUMTHR/2) {
346 if(inf->thread_num > NUMTHR/2) {
368 inf[i].thread_num = i+2;
  /src/external/gpl3/binutils/dist/gprofng/src/
util.cc 863 int thread_num; /* Application-defined thread # */ member in struct:worker_thread_info
937 wt_info->thread_num = worker_thread_number;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
util.cc 863 int thread_num; /* Application-defined thread # */ member in struct:worker_thread_info
937 wt_info->thread_num = worker_thread_number;

Completed in 31 milliseconds