Searched refs:thread_id (Results 51 - 75 of 619) sorted by last modified time

1234567891011>>

/haiku/headers/private/tracker/
H A DNavMenu.h171 thread_id fTrackThread;
/haiku/src/system/kernel/
H A Dthread.cpp78 static thread_id sNextThreadID = 2;
125 void Notify(uint32 eventCode, team_id teamID, thread_id threadID,
167 Thread::Thread(const char* name, thread_id threadID, struct cpu_ent* cpu)
289 Thread::Get(thread_id id)
300 Thread::GetAndLock(thread_id id)
328 Thread::GetDebug(thread_id id)
335 Thread::IsAlive(thread_id id)
886 thread_id
1228 send_data_etc(thread_id id, int32 code, const void *buffer, size_t bufferSize,
1291 receive_data_etc(thread_id *_sende
[all...]
H A Dsyscalls.cpp560 bool _AddPendingThread(thread_id thread)
575 bool _RemovePendingThread(thread_id thread)
590 bool _IsPendingThread(thread_id thread)
595 int32 _PendingThreadIndex(thread_id thread)
605 thread_id fPendingThreads[MAX_PENDING_THREADS];
/haiku/headers/private/system/
H A Dsyscalls.h144 extern thread_id _kern_load_image(const char* const* flatArgs,
152 extern pid_t _kern_wait_for_child(thread_id child, uint32 flags,
157 extern thread_id _kern_fork(void);
163 extern thread_id _kern_spawn_thread(
165 extern thread_id _kern_find_thread(const char *name);
166 extern status_t _kern_suspend_thread(thread_id thread);
167 extern status_t _kern_resume_thread(thread_id thread);
168 extern status_t _kern_rename_thread(thread_id thread, const char *newName);
169 extern status_t _kern_set_thread_priority(thread_id thread,
171 extern status_t _kern_kill_thread(thread_id threa
[all...]
/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...]
H A Dthread_types.h84 thread_id thread;
106 thread_id thread; // main thread ID == team ID
438 struct Thread : TeamThreadIteratorEntry<thread_id>, KernelReferenceable {
498 thread_id sender;
560 Thread(const char *name, thread_id threadID,
566 static Thread* Get(thread_id id);
567 static Thread* GetAndLock(thread_id id);
568 static Thread* GetDebug(thread_id id);
571 static bool IsAlive(thread_id id);
733 TeamThreadIteratorEntry<thread_id> fEntr
[all...]
H A Dlock.h26 thread_id holder;
39 thread_id holder;
53 thread_id holder;
158 extern void mutex_transfer_lock(mutex* lock, thread_id thread);
282 recursive_lock_transfer_lock(recursive_lock* lock, thread_id thread)
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.h64 thread_id fExportThread;
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp225 thread_id
H A DCommandLineUserInterface.cpp253 thread_id currentThread = -1;
H A DCliContext.h77 thread_id CurrentThreadID() const;
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp89 thread_id id = manager->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/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp629 thread_id id = spawn_kernel_thread(
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp70 thread_id fThread;
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp95 thread_id fAllocatingThread;
/haiku/src/kits/media/
H A DMediaRoster.cpp150 thread_id roster = BMediaRoster::CurrentRoster()->Thread();
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5411 thread_id WindowThreadID;
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp177 thread_id fThread;
307 thread_id fThread;
2438 thread_id th;
2492 thread_id th = output->fThread;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp541 thread_id id = spawn_kernel_thread((thread_func)BlockAllocator::_Initialize,
/haiku/headers/os/app/
H A DRoster.h22 thread_id thread;
154 team_id team, thread_id thread,
162 thread_id thread) const;
165 thread_id thread, team_id team,
169 thread_id thread, port_id port) const;
188 team_id* _appTeam, thread_id* _appThread,
/haiku/src/system/kernel/locks/
H A Dlock.cpp94 thread_id thread = thread_get_current_thread_id();
111 thread_id thread = thread_get_current_thread_id();
167 thread_id thread = thread_get_current_thread_id();
202 thread_id thread = thread_get_current_thread_id();
232 thread_id thread = thread_get_current_thread_id();
706 thread_id thread = thread_get_current_thread_id();
929 mutex_transfer_lock(mutex* lock, thread_id thread)
/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/system/libroot/posix/pthread/
H A Dpthread_rwlock.cpp37 thread_id thread;
250 thread_id readers[kMaxReaderUnblockCount];
H A Dpthread_mutex.cpp55 thread_id thisThread = find_thread(NULL);

Completed in 195 milliseconds

1234567891011>>