Home
last modified time | relevance | path

Searched refs:t1_start (Results 1 – 11 of 11) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
D1-1.c33 int t1_start = 0; variable
43 while (!t1_start) in main()
95 t1_start = 1; in func()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
D2-2.c33 int t1_start = 0; variable
52 t1_start = 1; in t1_func()
97 while (!t1_start) /* wait for thread1 started */ in main()
D1-1.c30 int t1_start = 0; variable
46 t1_start = 1; /* let main thread continue */ in t1_func()
97 while (!t1_start) /* wait for thread1 started */ in main()
D3-1.c30 int t1_start = 0; variable
46 t1_start = 1; /* let main thread continue */ in t1_func()
101 while (!t1_start) /* wait for thread1 started */ in main()
D2-1.c37 int t1_start = 0; variable
53 t1_start = 1; /* let main thread continue */ in t1_func()
116 while (!t1_start) /* wait for thread1 started */ in main()
D2-3.c32 int t1_start = 0; variable
47 t1_start = 1; /* let main thread continue */ in t1_func()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
D1-1.c29 int t1_start = 0; variable
49 t1_start = 1; /* let main thread continue */ in t1_func()
85 while (!t1_start) /* wait for thread1 started */ in main()
D2-1.c29 int t1_start = 0; variable
49 t1_start = 1; /* let main thread continue */ in t1_func()
99 while (!t1_start) /* wait for thread1 started */ in main()
D3-1.c27 int t1_start = 0; variable
47 t1_start = 1; /* let main thread continue */ in t1_func()
/external/compiler-rt/test/safestack/
Dpthread-cleanup.c12 void *t1_start(void *ptr) in t1_start() function
23 if (pthread_create(&t1, NULL, t1_start, NULL)) in main()
Dpthread.c15 void *t1_start(void *ptr) in t1_start() function
35 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()