Searched defs:threadName (Results 1 - 21 of 21) sorted by relevance

/haiku/src/tests/system/kernel/
H A Dsem_acquire_test1.cpp13 const char* threadName = (const char*)data; local
/haiku/headers/tools/cppunit/
H A DThreadManager.h46 BThreadManager( std::string threadName, TestClass *object, ThreadMethod method, sem_id &threadSem ) argument
H A DThreadedTestCaller.h90 BThreadedTestCaller<TestClass, ExpectedException>::addThread(std::string threadName, ThreadMethod method) { argument
/haiku/src/tools/cppunit/
H A DThreadedTestCase.cpp99 BThreadedTestCase::InitThreadInfo(thread_id id, string threadName) { argument
/haiku/src/kits/network/libnetservices/
H A DNetworkRequest.cpp19 BNetworkRequest(const BUrl& url, BDataIO* output, BUrlProtocolListener* listener, BUrlContext* context, const char* threadName, const char* protocolName) argument
H A DUrlRequest.cpp20 BUrlRequest(const BUrl& url, BDataIO* output, BUrlProtocolListener* listener, BUrlContext* context, const char* threadName, const char* protocolName) argument
/haiku/src/tools/fs_shell/
H A Dkernel_export.cpp17 fssh_spawn_kernel_thread(fssh_thread_func function, const char *threadName, argument
/haiku/src/bin/debug/profile/
H A DTeam.cpp196 Team::Exec(int32 event, const char* args, const char* threadName) argument
/haiku/src/apps/expander/
H A DGenericThread.cpp10 GenericThread::GenericThread(const char* threadName, int32 priority, argument
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp187 char threadName[B_OS_NAME_LENGTH]; local
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp168 char threadName[B_OS_NAME_LENGTH]; local
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp248 char threadName[B_OS_NAME_LENGTH]; local
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp182 char threadName[B_OS_NAME_LENGTH]; local
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp202 char threadName[B_OS_NAME_LENGTH]; local
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp414 const char* threadName; local
[all...]
/haiku/src/kits/media/
H A DMediaEventLooper.cpp436 char threadName[32]; local
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp1163 spawn_kernel_thread(thread_entry function, const char *threadName, long priority, void *arg) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dbeos_kernel_emu.cpp399 spawn_kernel_thread(thread_entry function, const char *threadName, argument
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp214 char threadName[B_OS_NAME_LENGTH]; local
/haiku/src/kits/interface/
H A DWindow.cpp2902 char threadName[B_OS_NAME_LENGTH]; local
2918 rename_thread(Thread(), threadName); local
/haiku/src/system/kernel/
H A Dteam.cpp1753 const char* threadName = strrchr(path, '/'); local
1967 const char* threadName; local
2062 rename_thread(thread_get_current_thread_id(), threadName); local
[all...]

Completed in 129 milliseconds