Searched refs:a_thread_func (Results 1 - 25 of 80) sorted by relevance

1234

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
H A D1-2.c24 void *a_thread_func() function
36 if (pthread_create(&new_th1, NULL, a_thread_func, NULL) != 0) {
42 if (pthread_create(&new_th2, NULL, a_thread_func, NULL) != 0) {
H A D1-1.c24 void *a_thread_func() function
36 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D12-1.c23 static void *a_thread_func() function
33 ret = pthread_create(&new_th, NULL, a_thread_func, NULL);
H A D4-1.c25 static void *a_thread_func();
33 ret = pthread_create(&new_th, NULL, a_thread_func, NULL);
56 static void *a_thread_func() function
H A D1-2.c25 static void *a_thread_func() function
41 ret = pthread_create(&new_th, NULL, a_thread_func, NULL);
H A D2-1.c29 void *a_thread_func() function
41 ret = pthread_create(&new_th, NULL, a_thread_func, NULL);
H A D5-1.c26 static void *a_thread_func(void *num) function
40 ret = pthread_create(&new_th, NULL, a_thread_func, (void *)i);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
H A D5-1.c27 void *a_thread_func() function
39 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) {
H A D4-1.c24 void *a_thread_func() function
46 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D4-2.c32 void *a_thread_func() function
44 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) {
H A D2-1.c26 void *a_thread_func() function
59 if (pthread_create(&new_th, &new_attr, a_thread_func, NULL) != 0) {
H A D3-1.c26 void *a_thread_func() function
59 if (pthread_create(&new_th, &new_attr, a_thread_func, NULL) != 0) {
H A D4-1.c31 void *a_thread_func() function
64 if (pthread_create(&new_th, &new_attr, a_thread_func, NULL) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
H A D1-1.c27 static void *a_thread_func() function
52 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) {
H A D5-1.c25 static void *a_thread_func() function
36 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) {
H A D6-2.c39 static void *a_thread_func() function
50 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/speculative/
H A D6-1.c38 static void *a_thread_func() function
53 if (pthread_create(&new_th, &attr, a_thread_func, NULL) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_self/
H A D1-1.c29 void *a_thread_func() function
41 if (pthread_create(&new_th1, NULL, a_thread_func, NULL) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/
H A D3-1.c31 void *a_thread_func() function
48 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/
H A D1-1.c27 void *a_thread_func() function
54 ret = pthread_create(&new_th, &new_attr, a_thread_func, NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/
H A D2-1.c36 void *a_thread_func() function
67 if (pthread_create(&new_th, &new_attr, a_thread_func, NULL) != 0) {
H A D3-1.c26 void *a_thread_func(void *attr) function
48 pthread_create(&new_threads[i], &new_attr, a_thread_func,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setdetachstate/
H A D2-1.c28 void *a_thread_func() function
55 if (pthread_create(&new_th, &new_attr, a_thread_func, NULL) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/
H A D1-1.c47 void *a_thread_func() function
64 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) {
H A D1-3.c46 void *a_thread_func() function
63 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) {

Completed in 187 milliseconds

1234