HomeSort by relevance Sort by last modified time
    Searched refs:th (Results 51 - 75 of 709) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
java_lock_rec_race.cc 36 pthread_t th; local
37 pthread_create(&th, 0, Thread, 0);
43 pthread_join(th, 0);
java_move_overlap_race.cc 39 pthread_t th; local
40 pthread_create(&th, 0, Thread, 0);
47 pthread_join(th, 0);
java_symbolization.cc 32 pthread_t th; local
33 pthread_create(&th, 0, Thread, (void*)jheap);
36 pthread_join(th, 0);
signal_sync.cc 25 pthread_t th[kThreads]; local
27 pthread_create(&th[i], 0, thr, 0);
48 pthread_join(th[i], 0);
signal_thread.cc 42 pthread_t th; local
43 pthread_create(&th, 0, thr, 0);
44 pthread_join(th, 0);
  /external/testng/src/main/java/org/testng/junit/
JUnit3TestMethod.java 23 } catch (Throwable th) {
25 "Method '" + name + "' not found in class '" + t + "': " + th.getMessage());
  /external/valgrind/callgrind/tests/
threads.c 14 static void *th(void *v) function
41 pthread_create(&t[i], NULL, th, &sum[i]);
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
BN.java 69 Thread th = new Thread(svc); local
70 th.start();
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
BN.java 69 Thread th = new Thread(svc); local
70 th.start();
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 134 for(int th = 0; th < threadcount; th++)
135 threads[th]->start(QThread::LowPriority);
136 for(int th = 0; th < threadcount; th++)
138 threads[th]->wait();
139 total_iter += threads[th]->total_iter;
182 for(int th = 0; th < threadcount; th++
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
TestUtils.java 90 } catch (Throwable th) {
91 Log.e(TAG, "Caught exception: " + th, th);
93 throw th;
  /external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
ImagePanel.java 102 float th = (float)getWidth() / imgRatio; local
103 gg.drawImage(image, 0, (int)(getHeight()/2 - th/2), (int) tw, (int) th, null);
106 float th = (float)getHeight(); local
107 gg.drawImage(image, (int)((float)getWidth()/2 - tw/2), 0, (int) tw, (int) th, null);
116 int th = (int) (getWidth() / imgRatio); local
118 int ty = getHeight()/2 - th/2;
119 gg.drawImage(image, tx, ty, tx + tw, ty + th, x, y, x + width, y + width, null);
122 int th = getHeight(); local
125 gg.drawImage(image, tx, ty, tx + tw, ty + th, x, y, x + width, y + width, null)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
stress.c 95 void *th(void *arg) function
122 ret = pthread_create(&child, NULL, th, arg);
169 pthread_t th[NTHREADS]; local
195 ret = pthread_create(&th[i], NULL, threaded, &b[i]);
209 ret = pthread_join(th[i], NULL);
  /external/syslinux/core/lwip/src/netif/ppp/
vj.c 144 register struct tcp_hdr *th; local
166 th = (struct tcp_hdr *)&((long *)ip)[hlen];
167 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) {
180 || *(long *)th != ((long *)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]) {
201 && *(long *)th == ((long *)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]) {
216 hlen += TCPH_OFFSET(th);
239 hlen += TCPH_OFFSET(th);
252 * check is unnecessary but costless). The 4th line checks the TCP
253 * header length. The 5th line checks IP options, if any. The 6th
467 struct tcp_hdr *th; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
goroutines.go 145 <th> Goroutine </th>
146 <th> Total time, ns </th>
147 <th> Execution time, ns </th>
148 <th> <a href="/io?id={{.PC}}">Network wait time, ns</a><a href="/io?id={{.PC}}&raw=1" download="io.profile">?</a> </th>
149 <th> <a href="/block?id={{.PC}}">Sync block time, ns</a><a href="/block?id={{.PC}}&raw=1" download="block.profile">?</a> </th>
    [all...]
  /prebuilts/go/linux-x86/src/cmd/trace/
goroutines.go 145 <th> Goroutine </th>
146 <th> Total time, ns </th>
147 <th> Execution time, ns </th>
148 <th> <a href="/io?id={{.PC}}">Network wait time, ns</a><a href="/io?id={{.PC}}&raw=1" download="io.profile">?</a> </th>
149 <th> <a href="/block?id={{.PC}}">Sync block time, ns</a><a href="/block?id={{.PC}}&raw=1" download="block.profile">?</a> </th>
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 52 th,td {
65 .data th {
74 .form th {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.h 63 int real_pthread_create(void *th, void *attr, void *(*callback)(void *),
66 int real_pthread_join(void *th, void **ret);
70 int real_pthread_create(void *th, void *attr, void *(*callback)(void *), \
72 return REAL(pthread_create)(th, attr, callback, param); \
74 int real_pthread_join(void *th, void **ret) { \
75 return REAL(pthread_join(th, ret)); \
  /system/media/camera/docs/
html.mako 42 td,th { border: 1px solid; border-color: #aaaaaa; padding-left: 0.5em; padding-right: 0.5em }
202 <th class="th_name">Property Name</th>
203 <th class="th_type">Type</th>
204 <th class="th_description">Description</th>
205 <th class="th_units">Units</th>
206 <th class="th_range">Range</th
    [all...]
  /art/test/003-omnibus-opcodes/src/
Main.java 67 } catch (Throwable th) {
70 th.printStackTrace(System.out);
  /art/tools/ahat/etc/
style.css 38 table th {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
ThreadTest.java 92 for (Thread th:threads) {
93 th.start();
95 for (Thread th:threads) {
97 th.join();
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ThreadTest.java 89 for (Thread th:threads) {
90 th.start();
92 for (Thread th:threads) {
94 th.join();
  /external/ltp/testcases/open_posix_testsuite/stress/threads/
helper.c 90 pthread_t th; local
118 ret = pthread_create(&th, NULL, timer, NULL);
157 (void)pthread_cancel(th);
159 ret = pthread_join(th, NULL);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8427/
poc.c 68 pthread_t th; local
70 pthread_create(&th, 0, thr, (void*)i);
74 pthread_create(&th, 0, thr, (void*)i);

Completed in 811 milliseconds

1 23 4 5 6 7 8 91011>>