Searched refs:NULL (Results 151 - 175 of 28217) sorted by relevance

1234567891011>>

/external/compiler-rt/test/tsan/
H A Dfd_pipe_norace.cc12 return NULL;
20 return NULL;
26 pthread_create(&t[0], NULL, Thread1, NULL);
27 pthread_create(&t[1], NULL, Thread2, NULL);
28 pthread_join(t[0], NULL);
29 pthread_join(t[1], NULL);
H A Dfd_socketpair_norace.cc15 return NULL;
24 return NULL;
30 pthread_create(&t[0], NULL, Thread1, NULL);
31 pthread_create(&t[1], NULL, Thread2, NULL);
32 pthread_join(t[0], NULL);
33 pthread_join(t[1], NULL);
H A Dfd_stdout_race.cc18 return NULL;
24 return NULL;
29 pthread_create(&t[0], NULL, Thread1, NULL);
30 pthread_create(&t[1], NULL, Thread2, NULL);
31 pthread_join(t[0], NULL);
32 pthread_join(t[1], NULL);
H A Dmemcpy_race.cc15 return NULL;
22 return NULL;
28 pthread_create(&t[0], NULL, Thread1, NULL);
29 pthread_create(&t[1], NULL, Thread2, NULL);
30 pthread_join(t[0], NULL);
31 pthread_join(t[1], NULL);
H A Dmutexset1.cc14 return NULL;
19 return NULL;
32 pthread_create(&t[0], NULL, Thread1, NULL);
33 pthread_create(&t[1], NULL, Thread2, NULL);
34 pthread_join(t[0], NULL);
35 pthread_join(t[1], NULL);
H A Dmutexset2.cc13 return NULL;
19 return NULL;
32 pthread_create(&t[0], NULL, Thread1, NULL);
33 pthread_create(&t[1], NULL, Thread2, NULL);
34 pthread_join(t[0], NULL);
35 pthread_join(t[1], NULL);
H A Dmutexset3.cc17 return NULL;
22 return NULL;
39 pthread_create(&t[0], NULL, Thread1, NULL);
40 pthread_create(&t[1], NULL, Thread2, NULL);
41 pthread_join(t[0], NULL);
42 pthread_join(t[1], NULL);
H A Dmutexset4.cc16 return NULL;
22 return NULL;
39 pthread_create(&t[0], NULL, Thread1, NULL);
40 pthread_create(&t[1], NULL, Thread2, NULL);
41 pthread_join(t[0], NULL);
42 pthread_join(t[1], NULL);
H A Dmutexset5.cc15 return NULL;
22 return NULL;
40 pthread_create(&t[0], NULL, Thread1, NULL);
41 pthread_create(&t[1], NULL, Thread2, NULL);
42 pthread_join(t[0], NULL);
43 pthread_join(t[1], NULL);
H A Dmutexset7.cc12 return NULL;
23 return NULL;
28 pthread_create(&t[0], NULL, Thread1, NULL);
29 pthread_create(&t[1], NULL, Thread2, NULL);
30 pthread_join(t[0], NULL);
31 pthread_join(t[1], NULL);
H A Dmutexset8.cc14 return NULL;
19 return NULL;
33 pthread_create(&t[0], NULL, Thread1, NULL);
34 pthread_create(&t[1], NULL, Thread2, NULL);
35 pthread_join(t[0], NULL);
36 pthread_join(t[1], NULL);
H A Drace_on_mutex.c15 return NULL;
23 return NULL;
28 pthread_create(&t[0], NULL, Thread1, NULL);
29 pthread_create(&t[1], NULL, Thread2, NULL);
30 pthread_join(t[0], NULL);
31 pthread_join(t[1], NULL);
H A Drace_on_write.cc15 return NULL;
20 return NULL;
27 pthread_create(&t[0], NULL, Thread1, NULL);
29 pthread_create(&t[1], NULL, Thread2, NULL);
30 pthread_join(t[0], NULL);
31 pthread_join(t[1], NULL);
H A Drace_with_finished_thread.cc18 return NULL;
24 return NULL;
29 pthread_create(&t[0], NULL, Thread1, NULL);
30 pthread_create(&t[1], NULL, Thread2, NULL);
31 pthread_join(t[0], NULL);
32 pthread_join(t[1], NULL);
H A Dthread_name.cc14 return NULL;
24 return NULL;
29 pthread_create(&t[0], NULL, Thread1, NULL);
30 pthread_create(&t[1], NULL, Thread2, NULL);
31 pthread_join(t[0], NULL);
32 pthread_join(t[1], NULL);
H A Dtsan-vs-gvn.cc19 return NULL;
24 return NULL;
30 pthread_create(&t[0], NULL, Thread1, NULL);
31 pthread_create(&t[1], NULL, Thread2, NULL);
32 pthread_join(t[0], NULL);
33 pthread_join(t[1], NULL);
/external/lldb/test/functionalities/thread/break_after_join/
H A Dmain.cpp57 return NULL;
70 return NULL;
82 pthread_join(*thread_to_join, NULL);
85 return NULL;
107 pthread_create (&thread_1, NULL, break_thread_func, NULL);
110 pthread_create (&thread_2, NULL, wait_thread_func, NULL);
111 pthread_create (&thread_3, NULL, wait_thread_func, NULL);
[all...]
/external/lldb/test/functionalities/thread/create_after_attach/
H A Dmain.c17 return NULL; // Set third breakpoint here
34 return NULL;
43 pthread_create (&thread_1, NULL, thread_1_func, NULL);
53 pthread_create (&thread_2, NULL, thread_2_func, NULL);
56 pthread_join(thread_1, NULL);
57 pthread_join(thread_2, NULL);
/external/lldb/test/functionalities/thread/exit_during_break/
H A Dmain.cpp60 return NULL;
76 return NULL;
89 return NULL;
114 pthread_create (&thread_1, NULL, break_thread_func, NULL);
117 pthread_create (&thread_2, NULL, wait_thread_func, NULL);
118 pthread_create (&thread_3, NULL, wait_thread_func, NULL);
119 pthread_create (&thread_4, NULL, wait_thread_fun
[all...]
/external/mesa3d/src/glx/tests/
H A Dfake_glx_screen.cpp37 NULL,
38 NULL,
39 NULL,
40 NULL,
41 NULL,
42 NULL,
43 NULL,
44 NULL,
/external/qemu/android/
H A Dicons.h983 { NULL, NULL, 0 }
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfBoxStyleDictionary_autogen.cpp14 if ((ret != NULL && ret->isArray()) || (doc == NULL && ret != NULL && ret->isReference())) return (SkPdfArray*)ret;
16 return NULL;
20 return get("C", "") != NULL;
26 if ((ret != NULL && ret->isNumber()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->numberValue();
32 return get("W", "") != NULL;
38 if ((ret != NULL
[all...]
H A DSkPdfInkAnnotationDictionary_autogen.cpp14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
20 return get("Subtype", "") != NULL;
26 if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
32 return get("Contents", "") != NULL;
38 if ((ret != NULL && ret->isArray()) || (doc == NULL
[all...]
H A DSkPdfOutlineDictionary_autogen.cpp14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
20 return get("Type", "") != NULL;
26 if ((ret != NULL && ret->isDictionary()) || (doc == NULL && ret != NULL && ret->isReference())) return (SkPdfDictionary*)ret;
28 return NULL;
32 return get("First", "") != NULL;
38 if ((ret != NULL
[all...]
H A DSkPdfPageTreeNodeDictionary_autogen.cpp14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
20 return get("Type", "") != NULL;
26 if ((ret != NULL && ret->isDictionary()) || (doc == NULL && ret != NULL && ret->isReference())) return (SkPdfDictionary*)ret;
28 return NULL;
32 return get("Parent", "") != NULL;
38 if ((ret != NULL
[all...]

Completed in 4466 milliseconds

1234567891011>>