Searched refs:thread_id (Results 26 - 50 of 619) sorted by relevance

1234567891011>>

/haiku/headers/private/kernel/
H A Dthread.h99 int32 thread_get_io_priority(thread_id id);
104 static thread_id thread_get_current_thread_id(void);
105 static inline thread_id
118 thread_id allocate_thread_id();
119 thread_id peek_next_thread_id();
125 thread_id thread_create_thread(const ThreadCreationAttributes& attributes,
128 thread_id spawn_kernel_thread_etc(thread_func, const char *name, int32 priority,
141 status_t _user_set_thread_priority(thread_id thread, int32 newPriority);
142 status_t _user_rename_thread(thread_id thread, const char *name);
143 status_t _user_suspend_thread(thread_id threa
[all...]
/haiku/headers/private/system/
H A Dsystem_profiler_defs.h113 thread_id thread;
120 thread_id thread;
137 thread_id thread;
144 thread_id thread;
150 thread_id thread;
151 thread_id previous_thread;
160 thread_id thread;
167 thread_id thread;
194 thread_id thread;
/haiku/src/kits/tracker/
H A DStatusWindow.h67 void CreateStatusItem(thread_id,
69 void InitStatusItem(thread_id, int32 totalItems,
73 void UpdateStatus(thread_id, const char* curItem,
78 void RemoveStatusItem(thread_id);
80 bool CheckCanceledOrPaused(thread_id);
103 BStatusView(BRect frame, thread_id,
125 thread_id Thread() const;
157 thread_id fThread;
191 inline thread_id
/haiku/headers/private/shared/
H A DCommandPipe.h44 thread_id Pipe(int* stdOut, int* stdErr) const;
45 thread_id Pipe(int* stdOut) const;
46 thread_id PipeAll(int* stdOutAndErr) const;
52 thread_id PipeInto(FILE** _out, FILE** _err);
53 thread_id PipeInto(FILE** _outAndErr);
/haiku/src/tests/system/libroot/posix/
H A Dpthread_barrier_test.cpp14 int thread_id = *(int*)id_ptr; local
18 fprintf(stderr, "thread %d: Wait %d microseconds.\n", thread_id, wait_sec * 100);
21 fprintf(stderr, "thread %d: Waiting on barrier...\n", thread_id);
24 fprintf(stderr, "thread %d: serial thread.\n", thread_id);
25 fprintf(stderr, "thread %d: Finished!\n", thread_id);
/haiku/src/tests/apps/miniterminal/
H A DMiniView.h32 thread_id fShellExecutor;
33 thread_id fShellProcess;
34 thread_id fConsoleWriter;
/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheConcurrencyTest.h32 thread_id theThread, BList *cacheList, BList *nonCacheList);
34 thread_id theThread, BList *cacheList, BList *nonCacheList);
36 thread_id theThread, BList *cacheList,
/haiku/src/tests/system/kernel/
H A Dsem_acquire_test1.cpp37 thread_id thread1 = spawn_thread(&thread_function1, "thread1",
43 thread_id thread2 = spawn_thread(&thread_function2, "thread2",
49 thread_id thread3 = spawn_thread(&thread_function1, "thread3",
/haiku/src/kits/debugger/target_host_interface/network/
H A DNetworkTargetHostInterface.cpp72 NetworkTargetHostInterface::Attach(team_id teamID, thread_id threadID,
89 DebuggerInterface*& _interface, thread_id& _thread) const
96 NetworkTargetHostInterface::FindTeamByThread(thread_id thread,
H A DNetworkTargetHostInterface.h24 virtual status_t Attach(team_id id, thread_id threadID,
31 thread_id& _thread) const;
33 virtual status_t FindTeamByThread(thread_id thread,
/haiku/src/libs/compat/freebsd_iflib/
H A Dkthread.cpp24 thread_id id = spawn_kernel_thread((status_t (*)(void *))func, /* HACK! */
40 set_thread_priority((thread_id)tdi, prio);
48 resume_thread((thread_id)tdi);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPUtils.h36 extern status_t send_data_with_timeout(thread_id thread, int32 code, void *buffer,
38 extern status_t receive_data_with_timeout(thread_id *sender, int32 *code,
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewStateHistory.h23 VariablesViewState* GetState(thread_id threadID,
27 status_t SetState(thread_id threadID,
/haiku/src/tests/kits/support/blocker/
H A DLockerTestCase.cpp58 thread_id actualThread = theLocker->LockingThread();
59 thread_id expectedThread = find_thread(NULL);
/haiku/headers/posix/
H A Dmalloc_debug.h25 void heap_debug_dump_allocations(bool statsOnly, thread_id thread);
31 thread_id *thread);
/haiku/src/kits/debugger/model/
H A DThreadInfo.cpp27 ThreadInfo::ThreadInfo(team_id team, thread_id thread, const BString& name)
37 ThreadInfo::SetTo(team_id team, thread_id thread, const BString& name)
/haiku/src/kits/debugger/value/
H A DValueWriter.h27 thread_id targetThread);
41 thread_id fTargetThread;
/haiku/src/servers/registrar/mime/
H A DRegistrarThread.h25 thread_id Id() const;
43 thread_id fId;
/haiku/src/kits/debug/arch/
H A Darch_debug_support.h15 thread_id thread, void **ip, void **stackFrameAddress);
/haiku/src/kits/debug/arch/m68k/
H A Darch_debug_support.cpp19 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
/haiku/src/kits/debug/arch/mipsel/
H A Darch_debug_support.cpp13 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
/haiku/src/servers/mail/
H A DLEDAnimation.h27 thread_id fThread;
/haiku/src/servers/media_addon/
H A DSystemTimeSource.h45 thread_id fControlThread;
/haiku/src/servers/registrar/
H A DRosterAppInfo.h25 void Init(thread_id thread, team_id team, port_id port, uint32 flags,
/haiku/src/tests/apps/fake_app_server/
H A DAppServer.h46 thread_id Run(void);
67 thread_id fPicassoThreadID;
69 thread_id fISThreadID;
70 thread_id fCursorThreadID;

Completed in 104 milliseconds

1234567891011>>