/netbsd-src/tests/lib/libc/sys/ |
H A D | t_futex_robust.c | 63 lwpid_t threadid; member 83 lwp_data.threadid = 0; in setup_lwp_context() 116 d->threadid = _lwp_self(); in test_pos_robust_list() 148 d->threadid = _lwp_self(); in test_neg_robust_list() 180 d->threadid = _lwp_self(); in test_unmapped_robust_list() 203 d->threadid = _lwp_self(); in test_evil_circular_robust_list() 235 d->threadid = _lwp_self(); in test_bad_pending_robust_list() 268 lwp_data.threadid); in ATF_TC_BODY() 298 lwp_data.threadid); in ATF_TC_BODY() 357 lwp_data.threadid); in ATF_TC_BODY() [all …]
|
H A D | t_futex_ops.c | 74 lwpid_t threadid; member 160 d->threadid = 0; in setup_lwp_context() 169 d->threadid = _lwp_self(); in simple_test_waiter_lwp() 279 d->threadid = _lwp_self(); in wait_wake_test_waiter_lwp() 1337 ATF_REQUIRE(_lwp_kill(lwp_data[0].threadid, SIGUSR1) == 0); 1372 d->threadid = _lwp_self(); in highpri_simple_test_waiter_lwp() 1374 ATF_REQUIRE(_sched_getparam(getpid(), d->threadid, &policy, &sp) == 0); 1377 ATF_REQUIRE(_sched_setparam(getpid(), d->threadid, policy, &sp) == 0); in do_test_wake_highest_pri() 1389 d->threadid = _lwp_self(); in do_test_wake_highest_pri() 1391 ATF_REQUIRE(_sched_getparam(getpid(), d->threadid, in do_test_wake_highest_pri() [all...] |
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
H A D | mem_dbg.c | 50 CRYPTO_THREAD_ID threadid; member 69 CRYPTO_THREAD_ID threadid; member 281 ami->threadid = CRYPTO_THREAD_get_current_id(); in CRYPTO_mem_debug_push() 350 m->threadid = CRYPTO_THREAD_get_current_id(); in CRYPTO_mem_debug_malloc() 492 tid.tid = m->threadid; in print_leak() 514 ti = amip->threadid; in print_leak() 526 tid.tid = amip->threadid; in print_leak() 552 while (amip && CRYPTO_THREAD_compare_id(amip->threadid, ti)); in print_leak()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
H A D | socket.c | 345 int threadid; member 395 int threadid; member 627 thread->threadid, msgbuf); in thread_log() 941 select_poke(isc_socketmgr_t *mgr, int threadid, int fd, int msg) { in select_poke() argument 950 cc = write(mgr->threads[threadid].pipe_fds[1], buf, in select_poke() 1824 select_poke(thread->manager, thread->threadid, fd, in socketclose() 1887 thread = &manager->threads[sock->threadid]; in destroy() 1889 sock->threadid = -1; in destroy() 1924 sock->threadid = -1; in allocate_socket() 2528 sock->threadid = gen_threadid(sock); in socket_create() [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/ |
H A D | clvmd.c | 546 newfd->bits.localsock.threadid = 0; in local_rendezvous_callback() 589 if (thisfd->bits.pipe.threadid) { in local_pipe_callback() 590 jstat = pthread_join(thisfd->bits.pipe.threadid, &ret); in local_pipe_callback() 591 thisfd->bits.pipe.threadid = 0; in local_pipe_callback() 594 threadid = 0; in local_pipe_callback() 675 if (client->bits.localsock.threadid) { in request_timed_out() 966 pthread_kill(thisfd->bits.localsock.threadid, SIGUSR2); in read_from_local_sock() 977 if (thisfd->bits.localsock.threadid) { in read_from_local_sock() 985 pthread_join(thisfd->bits.localsock.threadid, in read_from_local_sock() 989 thisfd->bits.localsock.threadid = 0; in read_from_local_sock() [all …]
|
H A D | clvmd.h | 62 pthread_t threadid; member 73 pthread_t threadid; /* Our own copy of the thread id */ member
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | task.c | 107 int threadid; member 205 isc_task_t **taskp, int threadid) { in isc_task_create_bound() argument 219 if (threadid == -1) { in isc_task_create_bound() 226 task->threadid = -1; in isc_task_create_bound() 233 task->threadid = threadid; in isc_task_create_bound() 349 isc_nm_task_enqueue(manager->netmgr, task, task->threadid); in task_ready() 431 c = task->threadid; in task_send() 438 task->threadid = c; in task_send() 1076 task->threadid = 0; in isc__taskmgr_shutdown() 1116 REQUIRE(task->threadid == 0); in isc_taskmgr_setexcltask()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | task.c |
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/gcn/ |
H A D | team.c | 46 int threadid = __builtin_gcn_dim_pos (1); in gomp_gcn_enter_kernel() local 48 if (threadid == 0) in gomp_gcn_enter_kernel()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/gcn/ |
H A D | team.c | 46 int threadid = __builtin_gcn_dim_pos (1); in gomp_gcn_enter_kernel() local 48 if (threadid == 0) in gomp_gcn_enter_kernel()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | task.h |
|
H A D | netmgr.h |
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
H A D | task.h | 110 isc_task_t **taskp, int threadid);
|
H A D | netmgr.h | 491 isc_nm_task_enqueue(isc_nm_t *mgr, isc_task_t *task, int threadid);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-expand.c | 3644 tree n, q, s0, e0, e, t, tt, nthreads = NULL_TREE, threadid; in expand_omp_for_static_nochunk() local 3846 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in expand_omp_for_static_nochunk() 3850 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_TEAM_NUM); in expand_omp_for_static_nochunk() 3859 threadid = build_call_expr (threadid, 0); in expand_omp_for_static_nochunk() 3860 threadid = fold_convert (itype, threadid); in expand_omp_for_static_nochunk() 3861 threadid = force_gimple_operand_gsi (&gsi, threadid, true, NULL_TREE, in expand_omp_for_static_nochunk() 3908 t = build2 (LT_EXPR, boolean_type_node, threadid, tt); in expand_omp_for_static_nochunk() 3992 t = build2 (MULT_EXPR, itype, q, threadid); in expand_omp_for_static_nochunk() 4446 tree trip_var, trip_init, trip_main, trip_back, nthreads, threadid; in expand_omp_for_static_chunk() local 4613 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in expand_omp_for_static_chunk() [all …]
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
H A D | netmgr.c | 843 isc_nm_task_enqueue(isc_nm_t *nm, isc_task_t *task, int threadid) { in isc_nm_task_enqueue() argument 848 if (threadid == -1) { in isc_nm_task_enqueue() 850 } else if (threadid == ISC_NM_TASK_SLOW_OFFSET) { in isc_nm_task_enqueue() 853 } else if (threadid < ISC_NM_TASK_SLOW_OFFSET) { in isc_nm_task_enqueue() 854 tid = nm->nlisteners + (ISC_NM_TASK_SLOW(threadid) % in isc_nm_task_enqueue() 857 tid = threadid % nm->nlisteners; in isc_nm_task_enqueue()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/ |
H A D | netmgr.c | 820 isc_nm_task_enqueue(isc_nm_t * nm,isc_task_t * task,int threadid) isc_nm_task_enqueue() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-expand.cc | 4854 tree n, q, s0, e0, e, t, tt, nthreads = NULL_TREE, threadid; in expand_omp_for_static_nochunk() local 5047 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in expand_omp_for_static_nochunk() 5051 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_TEAM_NUM); in expand_omp_for_static_nochunk() 5060 threadid = build_call_expr (threadid, 0); in expand_omp_for_static_nochunk() 5061 threadid = fold_convert (itype, threadid); in expand_omp_for_static_nochunk() 5062 threadid = force_gimple_operand_gsi (&gsi, threadid, true, NULL_TREE, in expand_omp_for_static_nochunk() 5109 t = build2 (LT_EXPR, boolean_type_node, threadid, tt); in expand_omp_for_static_nochunk() 5193 t = build2 (MULT_EXPR, itype, q, threadid); in expand_omp_for_static_nochunk() 5647 tree trip_var, trip_init, trip_main, trip_back, nthreads, threadid; in expand_omp_for_static_chunk() local 5805 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in expand_omp_for_static_chunk() [all …]
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/ |
H A D | struct.rst | 334 The ID of this rrset. unique, based on threadid + sequenceno.
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 38380 #define threadid pthread_self() 38382 #define threadid 0 38871 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 112868 …3 Thread 1251861.1251863 "no-unwaited-for" __pthread_clockjoin_ex (threadid=140737351558976, th…
|