Home
last modified time | relevance | path

Searched refs:pthread_create (Results 1 – 25 of 102) sorted by relevance

12345

/relibc/pthreads-emb/tests/
H A Drwlock6_t.c114 assert(pthread_create(&wrt1, NULL, wrfunc, NULL) == 0); in pthread_test_rwlock6t()
116 assert(pthread_create(&rdt1, NULL, rdfunc, (void *) 1) == 0); in pthread_test_rwlock6t()
118 assert(pthread_create(&wrt2, NULL, wrfunc, NULL) == 0); in pthread_test_rwlock6t()
120 assert(pthread_create(&rdt2, NULL, rdfunc, (void *) 2) == 0); in pthread_test_rwlock6t()
H A Dmutex4.c84 assert(pthread_create(&t, NULL, unlocker, (void *) 0) == 0); in pthread_test_mutex4()
97 assert(pthread_create(&t, NULL, unlocker, (void *) 0) == 0); in pthread_test_mutex4()
108 assert(pthread_create(&t, NULL, unlocker, (void *) EPERM) == 0); in pthread_test_mutex4()
118 assert(pthread_create(&t, NULL, unlocker, (void *) EPERM) == 0); in pthread_test_mutex4()
H A Drwlock6.c93 assert(pthread_create(&wrt1, NULL, wrfunc, NULL) == 0); in pthread_test_rwlock6()
95 assert(pthread_create(&rdt, NULL, rdfunc, NULL) == 0); in pthread_test_rwlock6()
97 assert(pthread_create(&wrt2, NULL, wrfunc, NULL) == 0); in pthread_test_rwlock6()
H A Drwlock6_t2.c114 assert(pthread_create(&wrt1, NULL, wrfunc, (void *) 1) == 0); in pthread_test_rwlock6t2()
116 assert(pthread_create(&rdt, NULL, rdfunc, NULL) == 0); in pthread_test_rwlock6t2()
118 assert(pthread_create(&wrt2, NULL, wrfunc, (void *) 2) == 0); in pthread_test_rwlock6t2()
H A Dequal1.c57 assert(pthread_create(&t1, NULL, func, (void *) 1) == 0); in pthread_test_equal1()
59 assert(pthread_create(&t2, NULL, func, (void *) 2) == 0); in pthread_test_equal1()
H A Donce1.c78 assert(pthread_create(&t1, NULL, mythread, NULL) == 0); in pthread_test_once1()
80 assert(pthread_create(&t2, NULL, mythread, NULL) == 0); in pthread_test_once1()
H A Djoin4.c63 assert(pthread_create(&handle1, NULL, thr1, NULL) == 0); in pthread_test_join4()
64 assert(pthread_create(&handle2, NULL, thr2, NULL) == 0); in pthread_test_join4()
H A Dreuse1.c107 assert(pthread_create(&t, &attr, func, NULL) == 0); in pthread_test_reuse1()
116 assert(pthread_create(&t, &attr, func, (void *) i) == 0); in pthread_test_reuse1()
H A Dexception1.c163 assert(pthread_create(&et[i], NULL, exceptionedThread, (void *) 0) == 0); in pthread_test_exception1()
164 assert(pthread_create(&ct[i], NULL, canceledThread, NULL) == 0); in pthread_test_exception1()
H A Dtsd1.c167 assert(pthread_create(&thread[i], NULL, mythread, (void *)&accesscount[i]) == 0); in pthread_test_tsd1()
192 assert(pthread_create(&thread[i], NULL, mythread, (void *)&accesscount[i]) == 0); in pthread_test_tsd1()
H A Dtsd2.c166 assert(pthread_create(&thread[i], NULL, mythread, (void *)&accesscount[i]) == 0); in pthread_test_tsd2()
190 assert(pthread_create(&thread[i], NULL, mythread, (void *)&accesscount[i]) == 0); in pthread_test_tsd2()
H A Dbenchtest2.c126 assert(pthread_create(&worker, NULL, workerThread, NULL) == 0); in runTest()
166 assert(pthread_create(&worker, NULL, overheadThread, NULL) == 0); in pthread_test_bench2()
H A Dexit1.c61 assert(pthread_create(&id, NULL, func, 0) == 0); in pthread_test_exit1()
H A Dexit2.c64 assert(pthread_create(&t, NULL, func, (void *) NULL) == 0); in pthread_test_exit2()
H A Dstress1.c259 assert(pthread_create(&master, NULL, masterThread, (void *) timeout) == 0); in pthread_test_stress1()
260 assert(pthread_create(&slave, NULL, slaveThread, NULL) == 0); in pthread_test_stress1()
H A Djoin0.c67 assert(pthread_create(&id, NULL, func, (void *) 123) == 0); in pthread_test_join0()
H A Dcreate1.c66 assert(pthread_create(&t, NULL, func, NULL) == 0); in pthread_test_create1()
H A Dself2.c73 assert(pthread_create(&t, NULL, entry, NULL) == 0); in pthread_test_self2()
H A Dvalid1.c101 assert(pthread_create(&t, NULL, func, NULL) == 0); in pthread_test_valid1()
H A Djoin2.c63 assert(pthread_create(&id[i], NULL, func, (void *) i) == 0); in pthread_test_join2()
H A Djoin3.c63 assert(pthread_create(&id[i], NULL, func, (void *) i) == 0); in pthread_test_join3()
H A Dexit3.c66 assert(pthread_create(&id[i], NULL, func, (void *) i) == 0); in pthread_test_exit3()
H A Dcreate2.c111 assert(pthread_create(&t, &attr, func, NULL) == 0); in pthread_test_create2()
H A Djoin1.c69 assert(pthread_create(&id[i], NULL, func, (void *) i) == 0); in pthread_test_join1()
H A Dexception2.c128 assert(pthread_create(&et[i], NULL, exceptionedThread, NULL) == 0); in pthread_test_exception2()

12345