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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
3-1.c 287 pthread_t th_work, th_sig1, th_sig2; local
314 if ((ret = pthread_create(&th_work, NULL, threaded, NULL))) {
322 arg1.thr = &th_work;
323 arg2.thr = &th_work;
369 if ((ret = pthread_join(th_work, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
3-3.c 205 pthread_t th_work, th_sig1, th_sig2, me; local
258 if ((ret = pthread_create(&th_work, NULL, test, &me))) {
294 if ((ret = pthread_join(th_work, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
2-1.c 189 pthread_t th_work, th_sig1, th_sig2, me; local
233 if ((ret = pthread_create(&th_work, NULL, test, (void *)&me))) {
268 if ((ret = pthread_join(th_work, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
6-3.c 170 pthread_t th_work, th_sig1, th_sig2; local
216 ret = pthread_create(&th_work, NULL, test, NULL);
254 ret = pthread_join(th_work, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
8-1.c 212 pthread_t th_work, th_sig1, th_sig2; local
263 if ((ret = pthread_create(&th_work, NULL, test, NULL))) {
299 if ((ret = pthread_join(th_work, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
6-1.c 220 pthread_t th_work, th_sig1, th_sig2; local
271 if ((ret = pthread_create(&th_work, NULL, test, NULL))) {
307 if ((ret = pthread_join(th_work, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
5-1.c 203 pthread_t th_work, th_sig1, th_sig2, me; local
256 if ((ret = pthread_create(&th_work, NULL, test, &me))) {
292 if ((ret = pthread_join(th_work, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
18-1.c 227 pthread_t th_work, th_sig1, th_sig2; local
278 if ((ret = pthread_create(&th_work, NULL, test, NULL))) {
314 if ((ret = pthread_join(th_work, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
4-3.c 223 pthread_t th_work, th_sig1; local
259 ret = pthread_create(&th_work, NULL, test, NULL);
263 ret = pthread_join(th_work, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
4-3.c 312 pthread_t th_work, th_sig1, th_sig2; local
354 if ((ret = pthread_create(&th_work, NULL, test, NULL))) {
388 if ((ret = pthread_join(th_work, NULL))) {

Completed in 1066 milliseconds