Searched refs:thread_id (Results 151 - 175 of 619) sorted by relevance

1234567891011>>

/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.h194 void SetTo(thread_id thread, int32 flags);
196 thread_id Thread() const { return fThread; }
208 thread_id fThread;
221 void SetTo(thread_id thread);
223 thread_id Thread() const { return fThread; }
232 thread_id fThread;
281 void SetTo(thread_id thread, CpuState* state);
283 thread_id Thread() const { return fThread; }
294 thread_id fThread;
/haiku/headers/private/app/
H A DRosterPrivate.h34 thread_id* appThread, port_id* appPort, uint32* appToken,
48 uint32 flags, team_id team, thread_id thread,
57 status_t CompleteRegistration(team_id team, thread_id thread,
/haiku/headers/private/userlandfs/shared/
H A DRecursiveLock.h46 thread_id LockingThread(void) const
/haiku/headers/tools/cppunit/
H A DTestApp.h46 thread_id fAppThread;
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.h43 thread_id fRequestThread;
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DTaskManager.h34 thread_id fThread;
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterfaceListener.h57 thread_id fReportThread;
/haiku/src/apps/cortex/NodeManager/
H A DNodeSyncThread.h108 thread_id m_thread;
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.h51 thread_id fConvertThreadID;
/haiku/src/apps/mediaplayer/support/
H A DEventQueue.h43 thread_id fEventExecutor;
/haiku/src/apps/soundrecorder/
H A DVUView.h34 thread_id fThreadId;
/haiku/src/kits/debug/arch/x86/
H A Darch_debug_support.cpp19 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
/haiku/src/kits/debug/arch/x86_64/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
/haiku/src/kits/shared/
H A DRWLockManager.cpp97 thread_id thread = find_thread(NULL);
119 thread_id thread = find_thread(NULL);
141 thread_id thread = find_thread(NULL);
242 thread_id readers[kMaxReaderUnblockCount];
/haiku/src/libs/glut/
H A DglutState.h32 thread_id appthread;
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A DAdaptiveBuffering.h30 thread_id fWriterThread;
/haiku/src/tests/add-ons/opengl/fake_renderer/
H A DFakeRenderer.h34 thread_id fDrawThread;
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp140 link.Attach(&fMonitorThreadID, sizeof(thread_id));
216 link.Attach(&app->fMonitorThreadID, sizeof(thread_id));
245 sender.Attach(&app->fMonitorThreadID, sizeof(thread_id));
329 thread_id
/haiku/src/tests/kits/app/blooper/
H A DRunTest.cpp38 @case Check thread_id of Looper
39 @results Run() and Thread() return the same thread_id
44 thread_id tid = Looper->Run();
/haiku/src/tests/system/kernel/
H A Dcow_bug113_test.cpp14 thread_id parent = find_thread(NULL);
H A Dport_wakeup_test_1.cpp47 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_3.cpp51 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_4.cpp45 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_5.cpp45 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_8.cpp50 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);

Completed in 100 milliseconds

1234567891011>>