HomeSort by: relevance | last modified time | path
    Searched refs:thread_t (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/crypto/external/apache2/openssl/dist/test/
threadstest.h 19 typedef unsigned int thread_t; typedef
21 static int run_thread(thread_t *t, void (*f)(void))
27 static int wait_for_thread(thread_t thread)
34 typedef HANDLE thread_t; typedef
46 static int run_thread(thread_t *t, void (*f)(void))
52 static int wait_for_thread(thread_t thread)
59 typedef pthread_t thread_t; typedef
72 static int run_thread(thread_t *t, void (*f)(void))
77 static int wait_for_thread(thread_t thread)
threadstest_fips.c 30 thread_t thread;
threadstest.c 220 static thread_t rwwriter1;
221 static thread_t rwwriter2;
222 static thread_t rwreader1;
223 static thread_t rwreader2;
246 memset(&rwwriter1, 0, sizeof(thread_t));
247 memset(&rwwriter2, 0, sizeof(thread_t));
248 memset(&rwreader1, 0, sizeof(thread_t));
249 memset(&rwreader2, 0, sizeof(thread_t));
413 static thread_t writer1;
414 static thread_t writer2
    [all...]
drbgtest.c 701 typedef HANDLE thread_t; typedef
714 static int run_thread(thread_t *t)
720 static int wait_for_thread(thread_t thread)
727 typedef pthread_t thread_t; typedef
740 static int run_thread(thread_t *t)
745 static int wait_for_thread(thread_t thread)
760 thread_t t[THREADS];
  /src/crypto/external/bsd/openssl/dist/test/
threadstest.h 19 typedef unsigned int thread_t; typedef
21 static int run_thread(thread_t *t, void (*f)(void))
27 static int wait_for_thread(thread_t thread)
34 typedef HANDLE thread_t; typedef
46 static int run_thread(thread_t *t, void (*f)(void))
52 static int wait_for_thread(thread_t thread)
59 typedef pthread_t thread_t; typedef
71 static int run_thread(thread_t *t, void (*f)(void))
76 static int wait_for_thread(thread_t thread)
threadstest_fips.c 30 thread_t thread;
threadstest.c 67 thread_t thread;
112 thread_t thread;
221 static thread_t multi_threads[MAXIMUM_THREADS];
472 thread_t thread1, thread2;
583 thread_t thread1, thread2;
620 thread_t threads[MULTI_LOAD_THREADS];
drbgtest.c 711 typedef HANDLE thread_t; typedef
724 static int run_thread(thread_t *t)
730 static int wait_for_thread(thread_t thread)
737 typedef pthread_t thread_t; typedef
750 static int run_thread(thread_t *t)
755 static int wait_for_thread(thread_t thread)
770 thread_t t[THREADS];
  /src/crypto/external/bsd/openssl.old/dist/test/
threadstest.c 19 typedef unsigned int thread_t; typedef
21 static int run_thread(thread_t *t, void (*f)(void))
27 static int wait_for_thread(thread_t thread)
34 typedef HANDLE thread_t; typedef
46 static int run_thread(thread_t *t, void (*f)(void))
52 static int wait_for_thread(thread_t thread)
59 typedef pthread_t thread_t; typedef
71 static int run_thread(thread_t *t, void (*f)(void))
76 static int wait_for_thread(thread_t thread)
111 thread_t thread
    [all...]
drbgtest.c 872 typedef HANDLE thread_t; typedef
885 static int run_thread(thread_t *t)
891 static int wait_for_thread(thread_t thread)
898 typedef pthread_t thread_t; typedef
911 static int run_thread(thread_t *t)
916 static int wait_for_thread(thread_t thread)
931 thread_t t[THREADS];
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_mac.cc 28 thread_t thread;
36 thread_t GetThread(uptr index) const;
38 bool ContainsThread(thread_t thread) const;
39 void Append(thread_t thread);
66 thread_t thread_self = mach_thread_self();
116 thread_t SuspendedThreadsListMac::GetThread(uptr index) const {
125 bool SuspendedThreadsListMac::ContainsThread(thread_t thread) const {
132 void SuspendedThreadsListMac::Append(thread_t thread) {
146 thread_t thread = GetThread(index);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld_mac.cpp 27 thread_t thread;
35 thread_t GetThread(uptr index) const;
37 bool ContainsThread(thread_t thread) const;
38 void Append(thread_t thread);
65 thread_t thread_self = mach_thread_self();
119 thread_t SuspendedThreadsListMac::GetThread(uptr index) const {
128 bool SuspendedThreadsListMac::ContainsThread(thread_t thread) const {
135 void SuspendedThreadsListMac::Append(thread_t thread) {
149 thread_t thread = GetThread(index);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld_mac.cpp 27 thread_t thread;
35 thread_t GetThread(uptr index) const;
37 bool ContainsThread(thread_t thread) const;
38 void Append(thread_t thread);
65 thread_t thread_self = mach_thread_self();
116 thread_t SuspendedThreadsListMac::GetThread(uptr index) const {
125 bool SuspendedThreadsListMac::ContainsThread(thread_t thread) const {
132 void SuspendedThreadsListMac::Append(thread_t thread) {
146 thread_t thread = GetThread(index);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
semaphore.d 34 alias mach_port_t thread_t;
61 kern_return_t semaphore_signal_thread(semaphore_t, thread_t);
  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.h 55 thread_t gdb_port = 0;
59 thread_t inf_port = 0;
209 void darwin_set_sstep (thread_t thread, int enable);
211 void darwin_check_osabi (darwin_inferior *inf, thread_t thread);
i386-darwin-nat.c 61 thread_t current_thread = regcache->ptid ().tid ();
177 thread_t current_thread = regcache->ptid ().tid ();
282 thread_t current_thread;
371 thread_t current_thread;
475 darwin_check_osabi (darwin_inferior *inf, thread_t thread)
580 darwin_set_sstep (thread_t thread, int enable)
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.h 55 thread_t gdb_port = 0;
59 thread_t inf_port = 0;
209 void darwin_set_sstep (thread_t thread, int enable);
211 void darwin_check_osabi (darwin_inferior *inf, thread_t thread);
i386-darwin-nat.c 61 thread_t current_thread = regcache->ptid ().tid ();
177 thread_t current_thread = regcache->ptid ().tid ();
282 thread_t current_thread;
371 thread_t current_thread;
475 darwin_check_osabi (darwin_inferior *inf, thread_t thread)
580 darwin_set_sstep (thread_t thread, int enable)
  /src/external/cddl/osnet/dist/head/
thread.h 44 typedef pthread_t thread_t; typedef
81 void *arg, long flags, thread_t *new_thread_ID)
  /src/external/cddl/osnet/dist/lib/libzpool/common/
taskq.c 45 thread_t *tq_threadlist;
261 tq->tq_threadlist = kmem_alloc(nthreads * sizeof (thread_t), KM_SLEEP);
304 kmem_free(tq->tq_threadlist, nthreads * sizeof (thread_t));
324 if (tq->tq_threadlist[i] == (thread_t)(uintptr_t)t)
  /src/sys/ddb/
db_break.c 278 thread_t thread;
294 thread_t thread;
  /src/external/gpl3/gdb/dist/gdb/nat/
glibc_thread_db.h 242 typedef pthread_t thread_t; typedef
263 thread_t ti_tid; /* Thread ID returned by
  /src/external/gpl3/gdb.old/dist/gdb/nat/
glibc_thread_db.h 242 typedef pthread_t thread_t; typedef
263 thread_t ti_tid; /* Thread ID returned by
  /src/external/bsd/openldap/dist/include/
ldap_int_thread.h 121 typedef thread_t ldap_int_thread_t;
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.c 437 lock->owner = (thread_t) 0;
444 thread_t self = thr_self ();
464 lock->owner = (thread_t) 0;
473 if (lock->owner != (thread_t) 0)

Completed in 42 milliseconds

1 2 3