Searched refs:thread_id (Results 376 - 400 of 619) sorted by relevance

<<11121314151617181920>>

/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/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.cpp362 RemoteDebugSetThreadFlagsRequest::SetTo(thread_id thread, int32 flags)
419 RemoteDebugThreadActionRequest::SetTo(thread_id thread)
549 RemoteDebugSetCpuStateRequest::SetTo(thread_id thread, CpuState* state)
/haiku/src/tests/kits/storage/virtualdrive/
H A Dvirtualdrive.cpp90 static thread_id gLockOwner = -1;
98 thread_id thread = find_thread(NULL);
111 thread_id thread = find_thread(NULL);
/haiku/src/apps/terminal/
H A DShell.cpp322 send_handshake_message(thread_id target, const handshake_t& handshake)
331 thread_id sender;
442 thread_id terminalThread = find_thread(NULL);
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp1058 user_debug_thread_created(thread_id threadID)
1078 user_debug_thread_deleted(team_id teamID, thread_id threadID)
1616 thread_id threadID, port_id &threadDebugPort)
1809 thread_id threadID = message.set_thread_flags.thread;
1839 thread_id threadID;
1886 thread_id threadID = message.set_cpu_state.thread;
1914 thread_id threadID = message.get_cpu_state.thread;
2066 thread_id threadID = message.set_signal_masks.thread;
2124 thread_id threadID = message.get_signal_masks.thread;
2249 thread_id threadI
[all...]
/haiku/headers/private/bluetooth/
H A DPortListener.h130 thread_id fThread;
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceManager.h141 thread_id fMediaChecker;
/haiku/headers/tools/cppunit/
H A DThreadManager.h36 thread_id fID;
/haiku/src/add-ons/accelerants/intel_810/
H A Daccelerant.cpp132 thread_id threadID = spawn_thread(SuppressArtifacts,
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.h140 thread_id fNodeMonitoringProcessor;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestConnection.cpp89 thread_id fThread;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.h78 thread_id spawn_kernel_thread(thread_entry function, const char *threadName,
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.h139 thread_id fThreadIdCardReader;
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.h117 thread_id fThread;
/haiku/src/bin/
H A Dspybmessage.cpp30 thread_id gWaitForBAppThID = -1;
/haiku/src/servers/print/
H A DPrintServerApp.R5.cpp166 thread_id tid = spawn_thread(async_thread, "async", B_NORMAL_PRIORITY,
/haiku/src/tests/servers/app/drawing_debugger/
H A DDrawingDebugger.cpp45 thread_id fListenerThread;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DIdMap.cpp169 thread_id thread = load_image_etc(1, args, NULL, B_NORMAL_PRIORITY,
H A DRPCServer.h94 thread_id fThread;
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dtimer.cpp44 static thread_id sTimerThread;
/haiku/src/kits/tracker/
H A DTaskLoop.h227 volatile thread_id fScanThread;
/haiku/src/system/libroot/os/locks/
H A Drw_lock.cpp17 thread_id thread;
/haiku/src/system/kernel/
H A DUserEvent.cpp282 thread_id threadID = thread_create_thread(fCreationAttributes, false);
/haiku/src/kits/app/
H A DLooperList.cpp141 BLooperList::LooperForThread(thread_id thread)
/haiku/headers/os/midi/
H A DMidi.h115 volatile thread_id fThreadId;

Completed in 141 milliseconds

<<11121314151617181920>>