HomeSort by relevance Sort by last modified time
    Searched refs:threadattr (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/open_posix_testsuite/functional/threads/include/
pitest.h 74 int threadattr_init(pthread_attr_t *threadattr)
77 rc = pthread_attr_init(threadattr);
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-4.c 241 pthread_attr_t threadattr; local
258 threadattr_init(&threadattr);
262 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
271 rc = pthread_create(&threads[i], &threadattr, thread_fn,
283 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[1]);
292 rc = pthread_create(&threadtl, &threadattr, thread_fn, &tp[0]);
301 rc = pthread_create(&threadtb1, &threadattr, thread_tb1, &timeout);
310 rc = pthread_create(&threadtb2, &threadattr, thread_tb2, &timeout);
pitest-1.c 235 pthread_attr_t threadattr; local
250 threadattr_init(&threadattr);
254 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
263 rc = pthread_create(&threads[i], &threadattr, thread_fn,
276 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[1]);
285 rc = pthread_create(&threadtl, &threadattr, thread_tl, &tp[0]);
295 rc = pthread_create(&threadtb, &threadattr, thread_tb, &timeout);
pitest-5.c 259 pthread_attr_t threadattr; local
273 threadattr_init(&threadattr);
277 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
285 rc = pthread_create(&threads[i], &threadattr, thread_fn,
298 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[1]);
307 rc = pthread_create(&threadtl, &threadattr, thread_tl, &tp[0]);
315 rc = pthread_create(&threadtb, &threadattr, thread_tb, NULL);
pitest-6.c 234 pthread_attr_t threadattr; local
249 threadattr_init(&threadattr);
253 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
262 rc = pthread_create(&threads[i], &threadattr, thread_fn,
275 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[1]);
284 rc = pthread_create(&threadtl, &threadattr, thread_tl, &tp[0]);
293 rc = pthread_create(&threadtb, &threadattr, thread_tb, &timeout);
pitest-2.c 260 pthread_attr_t threadattr; local
276 threadattr_init(&threadattr);
280 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
289 rc = pthread_create(&threads[i], &threadattr, thread_fn,
302 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[i]);
313 rc = pthread_create(&threadtl, &threadattr, thread_tl, &tp[0]);
322 rc = pthread_create(&threadtb1, &threadattr, thread_tb1, &timeout);
330 rc = pthread_create(&threadtb2, &threadattr, thread_tb2, &timeout);
pitest-3.c 271 pthread_attr_t threadattr; local
288 threadattr_init(&threadattr);
292 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
301 rc = pthread_create(&threads[i], &threadattr, thread_fn,
314 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[i]);
325 rc = pthread_create(&threadtl, &threadattr, thread_tl, &tp[0]);
334 rc = pthread_create(&threadtb1, &threadattr, thread_tb1, &timeout);
342 rc = pthread_create(&threadtb2, &threadattr, thread_tb2, &timeout);

Completed in 907 milliseconds