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

  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
team.c 46 int threadid = __builtin_gcn_dim_pos (1); local
48 if (threadid == 0)
  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
team.c 53 int threadid = __builtin_gcn_dim_pos (1); local
55 if (threadid == 0)
  /src/tests/lib/libc/sys/
t_futex_robust.c 63 lwpid_t threadid; member in struct:lwp_data
83 lwp_data.threadid = 0;
116 d->threadid = _lwp_self();
148 d->threadid = _lwp_self();
180 d->threadid = _lwp_self();
203 d->threadid = _lwp_self();
235 d->threadid = _lwp_self();
268 lwp_data.threadid);
298 lwp_data.threadid);
357 lwp_data.threadid);
    [all...]
t_futex_ops.c 76 lwpid_t threadid; member in struct:lwp_data
167 d->threadid = 0;
176 d->threadid = _lwp_self();
286 d->threadid = _lwp_self();
1431 RL(_lwp_kill(lwp_data[0].threadid, SIGUSR1));
1466 d->threadid = _lwp_self();
1468 RL(_sched_getparam(getpid(), d->threadid, &policy, &sp));
1471 RL(_sched_setparam(getpid(), d->threadid, policy, &sp));
1483 d->threadid = _lwp_self();
1485 RL(_sched_getparam(getpid(), d->threadid, &policy, &sp))
    [all...]
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.h 62 pthread_t threadid; member in struct:localsock_bits
73 pthread_t threadid; /* Our own copy of the thread id */ member in struct:pipe_bits
  /src/external/gpl3/gdb/dist/sim/cris/
sim-main.h 48 unsigned int threadid;
47 unsigned int threadid; member in struct:cris_thread_info
  /src/external/gpl3/gdb.old/dist/sim/cris/
sim-main.h 48 unsigned int threadid;
47 unsigned int threadid; member in struct:cris_thread_info
  /src/crypto/external/bsd/openssl.old/dist/crypto/
mem_dbg.c 50 CRYPTO_THREAD_ID threadid; member in struct:app_mem_info_st
69 CRYPTO_THREAD_ID threadid; member in struct:mem_st
281 ami->threadid = CRYPTO_THREAD_get_current_id();
350 m->threadid = CRYPTO_THREAD_get_current_id();
492 tid.tid = m->threadid;
514 ti = amip->threadid;
526 tid.tid = amip->threadid;
552 while (amip && CRYPTO_THREAD_compare_id(amip->threadid, ti));
  /src/external/mpl/dhcp/bind/dist/lib/isc/
task.c 107 int threadid; member in struct:isc_task
205 isc_task_t **taskp, int threadid) {
219 if (threadid == -1) {
221 * Task is not pinned to a queue, it's threadid will be
226 task->threadid = -1;
233 task->threadid = threadid;
349 isc_nm_task_enqueue(manager->netmgr, task, task->threadid);
431 c = task->threadid;
438 task->threadid = c
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
socket.c 345 int threadid; member in struct:isc_socket
395 int threadid; member in struct:isc__socketthread
627 thread->threadid, msgbuf);
941 select_poke(isc_socketmgr_t *mgr, int threadid, int fd, int msg) {
950 cc = write(mgr->threads[threadid].pipe_fds[1], buf,
1824 select_poke(thread->manager, thread->threadid, fd,
1887 thread = &manager->threads[sock->threadid];
1889 sock->threadid = -1;
1924 sock->threadid = -1;
2528 sock->threadid = gen_threadid(sock)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 4930 if (threadid < tt) goto L3; else goto L4;
4935 s0 = q * threadid + tt;
4953 tree n, q, s0, e0, e, t, tt, nthreads = NULL_TREE, threadid; local
5146 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM);
5150 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_TEAM_NUM);
5159 threadid = build_call_expr (threadid, 0);
5160 threadid = fold_convert (itype, threadid);
5161 threadid = force_gimple_operand_gsi (&gsi, threadid, true, NULL_TREE
5742 tree trip_var, trip_init, trip_main, trip_back, nthreads, threadid; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 4831 if (threadid < tt) goto L3; else goto L4;
4836 s0 = q * threadid + tt;
4854 tree n, q, s0, e0, e, t, tt, nthreads = NULL_TREE, threadid; local
5047 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM);
5051 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_TEAM_NUM);
5060 threadid = build_call_expr (threadid, 0);
5061 threadid = fold_convert (itype, threadid);
5062 threadid = force_gimple_operand_gsi (&gsi, threadid, true, NULL_TREE
5647 tree trip_var, trip_init, trip_main, trip_back, nthreads, threadid; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
remote.c 1270 int remote_get_threadinfo (threadref *threadid, int fieldset,
3398 threadref threadid; /* External form of thread reference. */
3712 threadid:1, # always request threadid
3719 /* Encoding: 'Q':8,'P':8,mask:32,threadid:64 */
3727 pkt = pack_threadid (pkt, id); /* threadid */
3756 /* info->threadid = 0; FIXME: implement zero_threadref. */
3774 copy_threadref (&info->threadid, &ref);
3793 warning (_("ERROR RMT: length of threadid is not 16."));
3839 remote_target::remote_get_threadinfo (threadref *threadid,
3395 threadref threadid; \/* External form of thread reference. *\/ member in struct:gdb_ext_thread_info
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 1240 int remote_get_threadinfo (threadref *threadid, int fieldset,
3363 threadref threadid; /* External form of thread reference. */
3688 threadid:1, # always request threadid
3695 /* Encoding: 'Q':8,'P':8,mask:32,threadid:64 */
3703 pkt = pack_threadid (pkt, id); /* threadid */
3732 /* info->threadid = 0; FIXME: implement zero_threadref. */
3750 copy_threadref (&info->threadid, &ref);
3769 warning (_("ERROR RMT: length of threadid is not 16."));
3815 remote_target::remote_get_threadinfo (threadref *threadid,
3360 threadref threadid; \/* External form of thread reference. *\/ member in struct:gdb_ext_thread_info
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c 38380 #define threadid macro
38382 #define threadid macro
    [all...]

Completed in 114 milliseconds