HomeSort by: relevance | last modified time | path
    Searched defs:thread_arg (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
access-mem-running-thread-exit.c 49 struct thread_arg struct
63 struct thread_arg *p = arg;
109 struct thread_arg *p;
access-mem-running-thread-exit.c 49 struct thread_arg struct
63 struct thread_arg *p = arg;
109 struct thread_arg *p;
attach-many-short-lived-threads.c 63 struct thread_arg struct
71 thread_arg object. */
76 struct thread_arg *p = arg;
149 struct thread_arg *p;
attach-many-short-lived-threads.c 63 struct thread_arg struct
71 thread_arg object. */
76 struct thread_arg *p = arg;
149 struct thread_arg *p;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
access-mem-running-thread-exit.c 49 struct thread_arg struct
63 struct thread_arg *p = arg;
116 struct thread_arg *p;
access-mem-running-thread-exit.c 49 struct thread_arg struct
63 struct thread_arg *p = arg;
116 struct thread_arg *p;
attach-many-short-lived-threads.c 63 struct thread_arg struct
71 thread_arg object. */
76 struct thread_arg *p = arg;
149 struct thread_arg *p;
attach-many-short-lived-threads.c 63 struct thread_arg struct
71 thread_arg object. */
76 struct thread_arg *p = arg;
149 struct thread_arg *p;
  /src/external/bsd/zstd/dist/lib/common/
threading.c 48 void* thread_arg; local
50 /* Initialized thread_arg and start_routine and signal main thread that we don't need it
55 thread_arg = thread_param->arg;
65 start_routine(thread_arg);
threading.c 48 void* thread_arg; local
50 /* Initialized thread_arg and start_routine and signal main thread that we don't need it
55 thread_arg = thread_param->arg;
65 start_routine(thread_arg);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 76 pthread_mutex_lock(&thread_arg.terminate_thread_mutex);
77 thread_arg.terminate_thread = true;
78 pthread_cond_broadcast(&thread_arg.terminate_thread_cond);
79 pthread_mutex_unlock(&thread_arg.terminate_thread_mutex);
91 TidReporterArgument thread_arg; member in class:__sanitizer::ThreadListerTest
111 pthread_mutex_lock(&thread_arg.tid_reported_mutex);
112 thread_arg.reported_tid = -1;
115 &thread_arg));
116 while (thread_arg.reported_tid == (tid_t)(-1))
117 pthread_cond_wait(&thread_arg.tid_reported_cond
    [all...]
sanitizer_linux_test.cc 76 pthread_mutex_lock(&thread_arg.terminate_thread_mutex);
77 thread_arg.terminate_thread = true;
78 pthread_cond_broadcast(&thread_arg.terminate_thread_cond);
79 pthread_mutex_unlock(&thread_arg.terminate_thread_mutex);
91 TidReporterArgument thread_arg; member in class:__sanitizer::ThreadListerTest
111 pthread_mutex_lock(&thread_arg.tid_reported_mutex);
112 thread_arg.reported_tid = -1;
115 &thread_arg));
116 while (thread_arg.reported_tid == (tid_t)(-1))
117 pthread_cond_wait(&thread_arg.tid_reported_cond
    [all...]

Completed in 74 milliseconds