OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_thread_3
(Results
1 - 8
of
8
) sorted by null
/external/lldb/test/functionalities/stop-hook/multiple_threads/
main.cpp
19
pthread_t
g_thread_3
= NULL;
variable
80
err = ::pthread_create (&
g_thread_3
, NULL, thread_func, &thread_index_3);
85
err = ::pthread_join (
g_thread_3
, &thread_result);
/external/lldb/test/functionalities/watchpoint/multiple_threads/
main.cpp
19
pthread_t
g_thread_3
= NULL;
variable
84
err = ::pthread_create (&
g_thread_3
, NULL, thread_func, &thread_index_3);
89
err = ::pthread_join (
g_thread_3
, &thread_result);