Searched refs:thread_id (Results 126 - 150 of 619) sorted by relevance

1234567891011>>

/haiku/src/tests/system/kernel/
H A Dreserved_areas_test.cpp76 thread_id eater = spawn_thread(&memory_eater, "memory eater",
80 thread_id creator = spawn_thread(&area_creator, "area creator",
/haiku/src/tests/system/kernel/unit/
H A DTestThread.h27 thread_id Spawn(const char* name, int32 priority)
51 thread_id
/haiku/src/apps/terminal/
H A DTermParse.h69 thread_id fParseThread;
70 thread_id fReaderThread;
/haiku/src/apps/expander/
H A DExpanderThread.h48 thread_id PipeCommand(int argc, const char** argv,
54 thread_id fThreadId;
/haiku/src/tests/system/libroot/posix/
H A Dsignal_in_allocator_test.cpp24 thread_id mainThread = teamInfo.team;
58 thread_id signalThread = spawn_thread(&signal_pusher, "signal pusher",
/haiku/src/system/libroot/posix/malloc_debug/
H A Dmalloc_debug_api.h36 void (*dump_allocations)(bool statsOnly, thread_id thread);
40 thread_id *thread);
/haiku/src/kits/media/legacy/
H A DDeprecated.cpp76 status_t media_realtime_init_thread(thread_id thread, size_t stack_used,
108 media_realtime_init_thread(thread_id thread, size_t stack_used, uint32 flags)
/haiku/src/kits/shared/
H A DRWLocker.cpp15 thread_id reader;
84 thread_id thread = find_thread(NULL);
118 thread_id thread = find_thread(NULL);
149 thread_id thread = find_thread(NULL);
208 thread_id thread = find_thread(NULL);
283 thread_id thread = find_thread(NULL);
417 RWLocker::_NewReadLockInfo(thread_id thread, int32 count)
442 RWLocker::_IndexOf(thread_id thread) const
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h52 bool EnableReports(ppp_report_type type, thread_id thread,
54 bool DisableReports(ppp_report_type type, thread_id thread) const;
H A DPPPManager.h51 bool EnableReports(ppp_report_type type, thread_id thread,
53 bool DisableReports(ppp_report_type type, thread_id thread) const;
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.h19 ReportUserInterface(thread_id targetThread,
59 thread_id fTargetThread;
/haiku/src/apps/processcontroller/
H A DProcessController.h47 void _HandleDebugRequest(team_id team, thread_id thread);
75 extern thread_id gPopupThreadID;
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.h48 volatile thread_id last_raiser_thread;
53 thread_id poller_thread;
/haiku/headers/private/kernel/vm/
H A Dvm_types.h229 thread_id threadID = thread_get_current_thread_id();
230 thread_id previousThread = atomic_test_and_set(&page->accessing_thread,
243 thread_id threadID = thread_get_current_thread_id();
244 thread_id previousThread = atomic_test_and_set(&page->accessing_thread, -1,
258 thread_id thread = page->accessing_thread;
268 vm_page_debug_access_transfer(vm_page* page, thread_id expectedPreviousThread)
270 thread_id threadID = thread_get_current_thread_id();
271 thread_id previousThread = atomic_test_and_set(&page->accessing_thread,
/haiku/headers/private/libroot/
H A Dtime_private.h27 thread_id thread;
29 void SetTo(int32 id, thread_id thread)
/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.h50 void _SetWorkerThread(thread_id thread);
68 thread_id fWorkerThread;
H A DScreenshotWindow.h51 void _SetWorkerThread(thread_id thread);
83 thread_id fWorkerThread;
H A DRatePackageWindow.h48 void _SetWorkerThread(thread_id thread);
79 thread_id fWorkerThread;
/haiku/headers/private/netservices/
H A DUrlRequest.h34 virtual thread_id Run();
73 thread_id fThreadId;
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.h47 thread_id _PipeCommand(int argc, const char** argv,
58 thread_id fZipProcess;
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewStateHistory.cpp19 thread_id threadID;
22 Key(thread_id threadID, FunctionID* functionID)
48 StateEntry(thread_id threadID, FunctionID* functionID)
140 VariablesViewStateHistory::GetState(thread_id threadID, FunctionID* functionID)
165 VariablesViewStateHistory::SetState(thread_id threadID, FunctionID* functionID,
/haiku/headers/private/kernel/
H A Duser_debugger.h62 thread_id nub_thread;
68 thread_id causing_thread;
264 void user_debug_thread_created(thread_id threadID);
265 void user_debug_thread_deleted(team_id teamID, thread_id threadID);
285 status_t _user_debug_thread(thread_id thread);
/haiku/headers/os/kernel/
H A DOS.h49 typedef int32 thread_id; typedef
187 thread_id latest_holder;
244 thread_id debugger_nub_thread;
311 thread_id thread;
343 extern thread_id spawn_thread(thread_func, const char *name, int32 priority,
345 extern status_t kill_thread(thread_id thread);
346 extern status_t resume_thread(thread_id thread);
347 extern status_t suspend_thread(thread_id thread);
349 extern status_t rename_thread(thread_id thread, const char *newName);
350 extern status_t set_thread_priority(thread_id threa
[all...]
/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheConcurrencyTest.cpp78 thread_id theThread, BList *cacheList, BList *nonCacheList)
95 *((thread_id *)thePtr) = theThread;
107 size_t blockSize, thread_id theThread, BList *cacheList,
114 CPPUNIT_ASSERT(*((thread_id *)thePtr) == theThread);
136 bool isMallocTest, thread_id theThread, BList *cacheList,
143 CPPUNIT_ASSERT(*((thread_id *)thePtr) == theThread);
182 thread_id theThread = find_thread(NULL);
/haiku/headers/os/app/
H A DLooper.h71 virtual thread_id Run();
79 thread_id Thread() const;
81 static BLooper* LooperForThread(thread_id thread);
84 thread_id LockingThread() const;
137 thread_id this_tid, sem_id sem,
167 thread_id fOwner;
168 thread_id fThread;

Completed in 507 milliseconds

1234567891011>>