Searched refs:tids (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | benchmark-async-pummel.c | 65 uv_thread_t* tids; in test_async_pummel() local 70 tids = calloc(nthreads, sizeof(tids[0])); in test_async_pummel() 71 ASSERT_NOT_NULL(tids); in test_async_pummel() 77 ASSERT(0 == uv_thread_create(tids + i, pummel, &handle)); in test_async_pummel() 87 ASSERT(0 == uv_thread_join(tids + i)); in test_async_pummel() 95 free(tids); in test_async_pummel()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | thr_nt.c | 43 static ldap_int_thread_s tids[NT_MAX_THREADS]; variable 88 tids[ntids].tid = tid; in ldap_pvt_thread_create() 89 tids[ntids].thd = thd; in ldap_pvt_thread_create() 109 if ( tids[i].tid == thread ) in ldap_pvt_thread_join() 114 status = WaitForSingleObject( tids[i].thd, INFINITE ); in ldap_pvt_thread_join() 116 tids[i] = tids[i+1]; in ldap_pvt_thread_join()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| H A D | sanitizer_thread_registry_test.cc | 187 std::vector<int> tids; in RunThread() local 189 tids.push_back( in RunThread() 192 args->registry->StartThread(tids[i], 0, false, (void*)args->shard); in RunThread() 194 args->registry->FinishThread(tids[i]); in RunThread() 196 args->registry->JoinThread(tids[i], (void*)args->shard); in RunThread()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | daemon.c | 3180 ldap_pvt_thread_t tids[0]; member 3188 slap_tid_waiter *tids = ptr; in slapd_daemon_tid_cleanup() local 3191 for ( i=0; i<tids->num_tids; i++ ) in slapd_daemon_tid_cleanup() 3192 ldap_pvt_thread_join( tids->tids[i], (void *)NULL ); in slapd_daemon_tid_cleanup() 3249 slap_tid_waiter *tids = ch_malloc( sizeof(slap_tid_waiter) + in slapd_daemon_resize() local 3252 tids->num_tids = slapd_daemon_threads - newnum; in slapd_daemon_resize() 3254 tids->tids[j] = slap_daemon[i].sd_tid; in slapd_daemon_resize() 3273 slapd_daemon_tid_cleanup, (void *) tids ); in slapd_daemon_resize()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
| H A D | osthread.d | 2829 ThreadID[8] tids; 2830 for (int i = 0; i < tids.length; i++) 2832 tids[i] = createLowLevelThread(&task.run); 2833 assert(tids[i] != ThreadID.init); 2836 for (int i = 0; i < tids.length; i++) 2837 joinLowLevelThread(tids[i]); 2839 assert(task.n == tids.length);
|
| /netbsd-src/sys/dev/pci/cxgb/ |
| H A D | cxgb_t3_hw.c | 2469 unsigned int m, pstructs, tids = t3_mc5_size(&adap->mc5); in partition_mem() local 2473 if (tids <= 16 * 1024) { in partition_mem() 2476 } else if (tids <= 64 * 1024) { in partition_mem() 2479 } else if (tids <= 256 * 1024) { in partition_mem() 2504 m = tids * TCB_SIZE; in partition_mem() 2518 tids = (p->cm_size - m - (3 << 20)) / 3072 - 32; in partition_mem() 2521 if (tids < m) in partition_mem() 2522 adap->params.mc5.nservers += m - tids; in partition_mem()
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 66590 …- * 1 1 Thread 2974541.2974541 "tids-gid-reset" main () at src/gdb/testsuite/gdb.multi/tids-… 66591 - (gdb) PASS: gdb.multi/tids-gid-reset.exp: single-inferior: after restart: info threads -gid 66592 …+ * 1 2 Thread 2958361.2958361 "tids-gid-reset" main () at src/gdb/testsuite/gdb.multi/tids-… 66593 + (gdb) FAIL: gdb.multi/tids-gid-reset.exp: single-inferior: after restart: info threads -gid
|