Searched refs:testdata_t (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_lock/
H A Ds-c2.c129 } testdata_t; typedef in typeref:struct:_td
139 testdata_t * td = (testdata_t *)arg;
162 testdata_t * td = (testdata_t *)arg;
234 testdata_t sentinel;
235 testdata_t *cur, *tmp;
302 tmp = (testdata_t *)malloc(sizeof(testdata_t));
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D8-2.c110 } testdata_t; typedef in typeref:struct:__anon5987
117 testdata_t * td=(testdata_t *)arg;
141 testdata_t td_parent, td_thread;
H A D3-2.c300 } testdata_t; typedef in typeref:struct:__anon5986
304 testdata_t * td = (testdata_t *)arg;
489 testdata_t td;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_trylock/
H A D1-2.c92 } testdata_t; typedef in typeref:struct:__anon5995
129 testdata_t * td = (testdata_t *)arg;
151 testdata_t * td;
152 testdata_t alternativ;
236 td = (testdata_t *) mmaped;
298 * Initialize the testdata_t structure with the previously defined attributes
H A D2-1.c97 } testdata_t; typedef in typeref:struct:__anon5996
117 testdata_t * td = (testdata_t *)arg;
139 testdata_t * td;
140 testdata_t alternativ;
216 td = (testdata_t *) mmaped;
275 * Initialize the testdata_t structure with the previously defined attributes
H A D4-2.c90 } testdata_t; typedef in typeref:struct:__anon5997
127 testdata_t * td = (testdata_t *)arg;
149 testdata_t * td;
150 testdata_t alternativ;
237 td = (testdata_t *) mmaped;
299 * Initialize the testdata_t structure with the previously defined attributes
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_signal/
H A D1-2.c177 } testdata_t; typedef in typeref:struct:__anon5968
178 testdata_t * td;
263 testdata_t alternativ;
329 sz= ((sizeof(testdata_t) / ps) + 1) * ps; /* # pages needed to store the testdata */
346 td = (testdata_t *) mmaped;
350 output("Testdata allocated in shared memory (%ib).\n", sizeof(testdata_t));
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-4.c108 } testdata_t; typedef in typeref:struct:__anon5971
158 testdata_t * td = (testdata_t *)arg;
254 testdata_t * td;
255 testdata_t alternativ;
343 td = (testdata_t *) mmaped;
424 * Initialize the testdata_t structure with the previously defined attributes
H A D2-7.c109 } testdata_t; typedef in typeref:struct:__anon5975
159 testdata_t * td = (testdata_t *)arg;
261 testdata_t * td;
304 testdata_t alternativ;
349 td = (testdata_t *) mmaped;
430 * Initialize the testdata_t structure with the previously defined attributes
H A D4-2.c107 } testdata_t; typedef in typeref:struct:__anon5976
169 testdata_t * td = (testdata_t *)arg;
203 testdata_t * td;
204 testdata_t alternativ;
292 td = (testdata_t *) mmaped;
383 * Initialize the testdata_t structure with the previously defined attributes
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_wait/
H A D2-2.c107 } testdata_t; typedef in typeref:struct:__anon5980
156 testdata_t * td = (testdata_t *)arg;
239 testdata_t * td;
240 testdata_t alternativ;
328 td = (testdata_t *) mmaped;
409 * Initialize the testdata_t structure with the previously defined attributes
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Dstress1.c193 } testdata_t; typedef in typeref:struct:__anon6007
348 testdata_t * td;
349 testdata_t alternativ;
419 sz= ((sizeof(testdata_t) / ps) + 1) * ps; /* # pages needed to store the testdata */
436 td = (testdata_t *) mmaped;
440 output("Testdata allocated in shared memory (%ib).\n", sizeof(testdata_t));
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_wait/
H A Dstress1.c193 } testdata_t; typedef in typeref:struct:__anon6008
338 testdata_t * td;
339 testdata_t alternativ;
409 sz= ((sizeof(testdata_t) / ps) + 1) * ps; /* # pages needed to store the testdata */
426 td = (testdata_t *) mmaped;
430 output("Testdata allocated in shared memory (%ib).\n", sizeof(testdata_t));
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_trylock/
H A Dstress.c130 } testdata_t; typedef in typeref:struct:__anon6010
160 testdata_t * td = (testdata_t *) arg;
214 testdata_t td;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-2.c190 } testdata_t; typedef in typeref:struct:__anon5954
191 testdata_t * td;
298 testdata_t alternativ;
364 sz= ((sizeof(testdata_t) / ps) + 1) * ps; /* # pages needed to store the testdata */
381 td = (testdata_t *) mmaped;
385 output("Testdata allocated in shared memory (%ib).\n", sizeof(testdata_t));
H A D2-3.c178 } testdata_t; typedef in typeref:struct:__anon5956
179 testdata_t * td;
289 testdata_t alternativ;
355 sz= ((sizeof(testdata_t) / ps) + 1) * ps; /* # pages needed to store the testdata */
372 td = (testdata_t *) mmaped;
376 output("Testdata allocated in shared memory (%ib).\n", sizeof(testdata_t));
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_destroy/
H A D2-1.c180 } testdata_t; typedef in typeref:struct:__anon5961
181 testdata_t * td;
300 testdata_t alternativ;
366 sz= ((sizeof(testdata_t) / ps) + 1) * ps; /* # pages needed to store the testdata */
383 td = (testdata_t *) mmaped;
387 output("Testdata allocated in shared memory (%ib).\n", sizeof(testdata_t));
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_getschedparam/
H A Dstress.c104 testdata_t; typedef in typeref:struct:_tdata
106 testdata_t td[ 4 ];

Completed in 121 milliseconds