HomeSort by: relevance | last modified time | path
    Searched defs:tid (Results 1 - 25 of 382) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
vfork-follow-child-exit.c 47 pthread_t tid; local
49 pthread_create (&tid, NULL, f, NULL);
50 pthread_join (tid, NULL);
vfork-follow-child-exec.c 53 pthread_t tid; local
63 pthread_create (&tid, NULL, f, NULL);
64 pthread_join (tid, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
vfork-follow-child-exit.c 47 pthread_t tid; local
49 pthread_create (&tid, NULL, f, NULL);
50 pthread_join (tid, NULL);
vfork-follow-child-exec.c 53 pthread_t tid; local
63 pthread_create (&tid, NULL, f, NULL);
64 pthread_join (tid, NULL);
  /src/external/bsd/tmux/dist/
osdep-haiku.c 29 pid_t tid; local
32 if ((tid = tcgetpgrp(fd)) == -1)
35 if (get_team_info(tid, &tinfo) != B_OK)
  /src/external/gpl3/gdb/dist/gdb/nat/
loongarch-linux.c 49 int tid = ptid.lwp (); local
54 debug_printf ("prepare_to_resume thread %d\n", tid);
59 loongarch_linux_set_debug_regs (state, tid, 1);
66 loongarch_linux_set_debug_regs (state, tid, 0);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-condbreak-call-thr-state-mt.c 42 pthread_t tid; local
44 if (pthread_create (&tid, NULL, thread_func, NULL))
pthreads.c 52 pthread_t tid; local
54 if (pthread_create (&tid, NULL, routine, (void *) 0xfeedface))
non-stop.c 56 pthread_t tid; local
61 if (pthread_create (&tid, NULL, worker, (void *) id2))
66 return tid;
72 pthread_t tid; local
75 tid = create_thread (1);
76 pthread_join (tid, NULL);
  /src/external/gpl3/gdb/dist/gdb/unittests/
ptid-selftests.c 44 static constexpr ptid_t tid = ptid_t (1, 0, 2); variable
58 static_assert (tid.pid () == 1, "tid's pid is right");
65 static_assert (!tid.lwp_p (), "tid's lwp_p is right");
72 static_assert (tid.lwp () == 0, "tid's lwp is right");
79 static_assert (tid.tid_p (), "tid's tid_p is right");
82 /* Verify tid. *
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-condbreak-call-thr-state-mt.c 42 pthread_t tid; local
44 if (pthread_create (&tid, NULL, thread_func, NULL))
pthreads.c 52 pthread_t tid; local
54 if (pthread_create (&tid, NULL, routine, (void *) 0xfeedface))
non-stop.c 56 pthread_t tid; local
61 if (pthread_create (&tid, NULL, worker, (void *) id2))
66 return tid;
72 pthread_t tid; local
75 tid = create_thread (1);
76 pthread_join (tid, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
ptid-selftests.c 44 static constexpr ptid_t tid = ptid_t (1, 0, 2); variable
58 static_assert (tid.pid () == 1, "tid's pid is right");
65 static_assert (!tid.lwp_p (), "tid's lwp_p is right");
72 static_assert (tid.lwp () == 0, "tid's lwp is right");
79 static_assert (tid.tid_p (), "tid's tid_p is right");
82 /* Verify tid. *
    [all...]
  /src/lib/libbluetooth/
sdp-int.h 33 uint16_t tid; /* current session transaction ID */ member in struct:sdp_session
  /src/external/bsd/openldap/dist/libraries/libldap/
threads.c 50 ldap_pvt_thread_t tid; local
64 tid = ldap_pvt_thread_self();
  /src/external/gpl3/gcc/dist/libgomp/config/linux/
lock.c 51 this is the thread's TID, which ideally we'd get this straight from
78 int tid = tid_cache;
79 if (__builtin_expect (tid == 0, 0))
80 tid_cache = tid = syscall (SYS_gettid);
81 return tid;
100 int otid, tid = gomp_tid (); local
105 if (__atomic_compare_exchange_n (&lock->owner, &otid, tid, false,
111 if (otid == tid)
136 int otid, tid = gomp_tid (); local
139 if (__atomic_compare_exchange_n (&lock->owner, &otid, tid, false
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
lock.c 51 this is the thread's TID, which ideally we'd get this straight from
78 int tid = tid_cache;
79 if (__builtin_expect (tid == 0, 0))
80 tid_cache = tid = syscall (SYS_gettid);
81 return tid;
100 int otid, tid = gomp_tid (); local
105 if (__atomic_compare_exchange_n (&lock->owner, &otid, tid, false,
111 if (otid == tid)
136 int otid, tid = gomp_tid (); local
139 if (__atomic_compare_exchange_n (&lock->owner, &otid, tid, false
    [all...]
  /src/external/lgpl3/mpfr/dist/examples/
threads.c 63 pthread_t tid[MAX_THREADS]; local
76 if (pthread_create (&tid[i], NULL, start_routine, &i) != 0)
83 if (pthread_join (tid[i], NULL) != 0)
  /src/external/mit/libuv/dist/test/
benchmark-thread.c 43 uv_thread_t tid; local
49 r = uv_thread_create(&tid, thread_entry, (void *) 42);
52 r = uv_thread_join(&tid);
  /src/external/mpl/bind/dist/tests/isc/
work_test.c 33 #include <isc/tid.h>
63 uint32_t tid = isc_loopmgr_nloops(loopmgr) - 1; local
65 isc_loop_t *loop = isc_loop_get(loopmgr, tid);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan.cc 100 u32 tid = ThreadCreate(0, 0, true); local
101 CHECK_EQ(tid, 0);
102 ThreadStart(tid, GetTid());
103 SetCurrentThread(tid);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_posix_test.cc 45 pthread_t tid; local
46 ASSERT_EQ(0, pthread_create(&tid, 0, &thread_func,
49 ASSERT_EQ(0, pthread_join(tid, &retval));
  /src/tests/lib/libc/gen/
t_nice.c 163 pthread_t tid[5]; local
171 for (i = 0; i < __arraycount(tid); i++) {
176 rv = pthread_create(&tid[i], NULL, threadfunc, &val);
179 rv = pthread_join(tid[i], NULL);
  /src/crypto/external/bsd/openssl.old/dist/crypto/err/
err_prn.c 29 CRYPTO_THREAD_ID tid; member in union:__anon1970
31 } tid; local
33 tid.ltid = 0;
34 tid.tid = CRYPTO_THREAD_get_current_id();
38 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", tid.ltid, buf,

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>