OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_thread
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/test/tsan/
signal_cond.cc
21
void*
my_thread
(void* arg) {
function
37
pthread_create(&thr, 0, &
my_thread
, 0);
/ndk/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp
76
static void*
my_thread
(void* param) {
function
120
int ret = pthread_create(&g_threads[n], &attr,
my_thread
, (void*)n);
/external/curl/docs/examples/
curlgtk.c
45
void *
my_thread
(void *ptr)
function
100
if(!g_thread_create(&
my_thread
, argv[1], FALSE, NULL) != 0)
/external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h
358
static void ThreadBody(MyThread *
my_thread
) {
359
if (
my_thread
->name_) {
360
ANNOTATE_THREAD_NAME(
my_thread
->name_);
362
my_thread
->w_(
my_thread
->arg_);
Completed in 3694 milliseconds