HomeSort by relevance Sort by last modified time
    Searched full:thread_wrapper (Results 1 - 18 of 18) sorted by null

  /external/webrtc/src/system_wrappers/source/
thread.cc 11 #include "thread_wrapper.h"
event_posix.h 19 #include "thread_wrapper.h"
thread_posix.h 14 #include "thread_wrapper.h"
system_wrappers.gyp 46 '../interface/thread_wrapper.h',
trace_impl.h 19 #include "system_wrappers/interface/thread_wrapper.h"
data_log.cc 22 #include "thread_wrapper.h"
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 512 thread_wrapper which acquires the lock before continuing.
516 thread_wrapper not holding the lock, and someone has recycled
syswrap-x86-darwin.c 517 thread_wrapper which acquires the lock before continuing.
521 thread_wrapper not holding the lock, and someone has recycled
syswrap-linux.c 65 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
72 "thread_wrapper(tid=%lld): entry\n",
78 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
106 "thread_wrapper(tid=%lld): exit\n",
128 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
135 src = thread_wrapper(tid);
138 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
152 slot is reallocated, in thread_wrapper(). */
    [all...]
syswrap-darwin.c 88 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) function
95 "thread_wrapper(tid=%lld): entry\n",
101 VG_(acquire_BigLock)(tid, "thread_wrapper");
126 "thread_wrapper(tid=%lld): done\n",
212 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
219 src = thread_wrapper(tid);
222 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
236 slot is reallocated, in thread_wrapper(). */
    [all...]
syswrap-amd64-linux.c 258 os_state.threadgroup field for real (in thread_wrapper in
    [all...]
syswrap-ppc64-linux.c 332 os_state.threadgroup field for real (in thread_wrapper in
    [all...]
syswrap-arm-linux.c 208 os_state.threadgroup field for real (in thread_wrapper in
    [all...]
syswrap-ppc32-linux.c 304 os_state.threadgroup field for real (in thread_wrapper in
    [all...]
syswrap-x86-linux.c 269 os_state.threadgroup field for real (in thread_wrapper in
    [all...]
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 320 static void* DRD_(thread_wrapper)(void* arg) function
457 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args);
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 21 #include "thread_wrapper.h"
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 6730 milliseconds