Searched refs:acquire_BigLock (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_scheduler.h60 extern void VG_(acquire_BigLock) ( ThreadId tid, HChar* who );
H A Dm_signals.c1991 VG_(acquire_BigLock)(tid, "async_signalhandler");
2410 VG_(acquire_BigLock)(tid, "sigvgkill_handler");
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c205 void VG_(acquire_BigLock)(ThreadId tid, HChar* who) function
376 VG_(acquire_BigLock)(tid, "VG_(vg_yield)");
951 We assume that the caller has already called VG_(acquire_BigLock) for
1018 VG_(acquire_BigLock)(tid, "VG_(scheduler):timeslice");
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-aix5.c104 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
H A Dsyswrap-main.c1557 VG_(acquire_BigLock)(tid, "VG_(client_syscall)[async]");
2176 VG_(acquire_BigLock)(tid, "wqthread_continue_NORETURN");
H A Dsyswrap-ppc32-aix5.c104 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
H A Dsyswrap-linux.c77 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
H A Dsyswrap-darwin.c99 VG_(acquire_BigLock)(tid, "thread_wrapper");

Completed in 82 milliseconds