Searched refs:Thread (Results 26 - 50 of 184) sorted by relevance

12345678

/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DThreading.cpp83 pthread_t Thread; local
96 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)
100 ::pthread_join(Thread, 0);
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameList.h30 StackFrameList (Thread &thread,
96 friend class Thread;
139 Thread &m_thread;
H A DThreadPlanCallFunction.h18 #include "lldb/Target/Thread.h"
31 ThreadPlanCallFunction (Thread &thread,
140 ConstructorSetup (Thread &thread,
169 Thread::ThreadStateCheckpoint m_stored_thread_state;
H A DThreadPlanCallUserExpression.h19 #include "lldb/Target/Thread.h"
30 ThreadPlanCallUserExpression (Thread &thread,
H A DThreadPlanStepOverRange.h19 #include "lldb/Target/Thread.h"
28 ThreadPlanStepOverRange (Thread &thread,
H A DThreadPlanStepOut.h17 #include "lldb/Target/Thread.h"
25 ThreadPlanStepOut (Thread &thread,
70 Thread::QueueThreadPlanForStepOut (bool abort_other_plans,
H A DThreadPlanStepThrough.h17 #include "lldb/Target/Thread.h"
40 ThreadPlanStepThrough (Thread &thread,
52 Thread::QueueThreadPlanForStepThrough (StackID &return_stack_id,
H A DThreadPlanStepUntil.h17 #include "lldb/Target/Thread.h"
40 ThreadPlanStepUntil (Thread &thread,
65 Thread::QueueThreadPlanForStepUntil (bool abort_other_plans,
H A DExecutionContext.h245 SetThreadPtr (Thread *thread);
442 Thread *thread = NULL,
510 Thread *
571 Thread &
673 SetThreadPtr (Thread *thread);
696 // context. Thread and frame contexts will be cleared.
H A DThreadPlan.h23 #include "lldb/Target/Thread.h"
51 // in lldb::Thread. Those API's will return the plan that performs the named operation in a manner
67 // the lldb::Thread::StopInfo for the thread can be set properly. If one plan pushes another to achieve part of
69 // sub-plan when you create it, and the Thread will pass over that plan in reporting the reason for the stop.
159 // the logic in lldb::Thread will only call MischiefManaged.
261 Thread &thread,
281 /// Returns the Thread that is using this thread plan.
286 Thread &
292 const Thread &
539 // This is mostly a formal requirement, it allows us to make the Thread'
[all...]
H A DThreadPlanStepOverBreakpoint.h17 #include "lldb/Target/Thread.h"
27 ThreadPlanStepOverBreakpoint (Thread &thread);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.h29 PrepareTrivialCall (lldb_private::Thread &thread,
36 GetArgumentValues (lldb_private::Thread &thread,
44 GetReturnValueObjectImpl (lldb_private::Thread &thread,
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp24 Thread (process, tid),
38 Thread (process, tid),
69 Thread::ClearStackFrames();
H A DHistoryUnwind.h24 HistoryUnwind (Thread &thread, std::vector<lldb::addr_t> pcs, uint32_t stop_id, bool stop_id_is_valid);
H A DRegisterContextMacOSXFrameBackchain.h28 RegisterContextMacOSXFrameBackchain (lldb_private::Thread &thread,
H A DRegisterContextMach_arm.h24 RegisterContextMach_arm(lldb_private::Thread &thread, uint32_t concrete_frame_idx);
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestAbort.java52 Thread.currentThread().sleep(1000);
80 Thread.currentThread().sleep(1000);
132 Thread.currentThread().sleep(1000);
H A DTestStopLock.java54 Thread.currentThread().sleep(500);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_mips64.h19 RegisterContextCorePOSIX_mips64 (lldb_private::Thread &thread,
H A DRegisterContextPOSIXCore_x86_64.h19 RegisterContextCorePOSIX_x86_64 (lldb_private::Thread &thread,
/freebsd-10.3-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswstate.c484 * PARAMETERS: Thread - Get current active state for this Thread
495 ACPI_THREAD_STATE *Thread)
500 if (!Thread)
506 Thread->WalkStateList));
508 return (Thread->WalkStateList);
517 * Thread - Thread state object
521 * DESCRIPTION: Place the Thread state at the head of the state list
528 ACPI_THREAD_STATE *Thread)
494 AcpiDsGetCurrentWalkState( ACPI_THREAD_STATE *Thread) argument
526 AcpiDsPushWalkState( ACPI_WALK_STATE *WalkState, ACPI_THREAD_STATE *Thread) argument
555 AcpiDsPopWalkState( ACPI_THREAD_STATE *Thread) argument
600 AcpiDsCreateWalkState( ACPI_OWNER_ID OwnerId, ACPI_PARSE_OBJECT *Origin, ACPI_OPERAND_OBJECT *MethodDesc, ACPI_THREAD_STATE *Thread) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DFuncUnwinders.cpp20 #include "lldb/Target/Thread.h"
99 FuncUnwinders::GetUnwindPlanAtNonCallSite (Thread& thread)
128 FuncUnwinders::GetUnwindPlanFastUnwind (Thread& thread)
157 FuncUnwinders::GetUnwindPlanArchitectureDefault (Thread& thread)
193 FuncUnwinders::GetUnwindPlanArchitectureDefaultAtFunctionEntry (Thread& thread)
247 FuncUnwinders::InvalidateNonCallSiteUnwindPlan (lldb_private::Thread& thread)
/freebsd-10.3-release/usr.sbin/faithd/test/
H A Dfaithd.rb38 Thread.start do
42 t[0] = Thread.start do
45 t[1] = Thread.start do
147 Thread.start do
149 STDERR.print "accepted #{s} -> #{Thread.current}\n" if DEBUG
191 Thread.start do
193 STDERR.print "accepted #{s} -> #{Thread.current}\n" if DEBUG
211 threads[i] = Thread.start do
294 listenthreads[i] = Thread.start do
296 STDERR.print "listen[#{i}]: thread #{Thread
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/utilities/
H A Dutstate.c156 * RETURN: New Thread State. NULL on failure
158 * DESCRIPTION: Create a "Thread State" - a flavor of the generic state used
184 State->Thread.ThreadId = AcpiOsGetThreadId ();
188 if (!State->Thread.ThreadId)
191 State->Thread.ThreadId = (ACPI_THREAD_ID) 1;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h66 GetStepThroughTrampolinePlan (lldb_private::Thread &thread,

Completed in 215 milliseconds

12345678