Searched refs:find_thread (Results 1 - 25 of 193) sorted by relevance

12345678

/haiku/src/system/libroot/os/arch/m68k/
H A Dthread.c6 find_thread(const char *name) function
/haiku/src/system/libroot/os/arch/ppc/
H A Dthread.c6 find_thread(const char *name) function
/haiku/src/system/libroot/os/arch/sparc/
H A Dthread.c6 find_thread(const char *name) function
/haiku/src/system/libroot/posix/signal/
H A Draise.c22 RETURN_AND_SET_ERRNO(send_signal(find_thread(NULL), sig));
/haiku/src/system/libroot/os/arch/x86_64/
H A Dthread.cpp12 find_thread(const char* name) function
/haiku/src/system/libroot/os/arch/riscv64/
H A Dthread.cpp13 find_thread(const char *name) function
/haiku/src/system/libroot/os/arch/arm/
H A Dthread.c19 find_thread(const char *name) function
/haiku/src/system/libroot/os/arch/arm64/
H A Dthread.c13 find_thread(const char *name) function
/haiku/src/system/libroot/posix/time/
H A Dclock.cpp19 get_thread_info(find_thread(NULL), &info);
30 get_thread_info(find_thread(NULL), &info);
/haiku/src/bin/
H A Dwaitfor.cpp28 while (find_thread(argv[1]) < 0) {
33 while (find_thread(argv[2]) >= 0) {
/haiku/src/system/libroot/os/locks/
H A Drecursive_lock.cpp23 if (lock->holder == find_thread(NULL))
59 thread_id thread = find_thread(NULL);
74 if (find_thread(NULL) != lock->holder) {
H A Drw_lock.cpp26 waiter.thread = find_thread(NULL);
126 if (lock->holder == find_thread(NULL)) {
140 if (lock->holder == find_thread(NULL)) {
170 lock->holder = find_thread(NULL);
175 if (lock->holder == find_thread(NULL)) {
186 if (lock->holder != find_thread(NULL)) {
201 if (lock->holder != find_thread(NULL)) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DLockable.cpp11 fThread(find_thread(NULL))
67 thread_id thread = find_thread(NULL);
79 thread_id thread = find_thread(NULL);
97 return (fLockOwner == find_thread(NULL));
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dthread.h21 return (Thread*)(addr_t)find_thread(NULL);
/haiku/src/tests/kits/support/bautolock/
H A DAutolockLockerTest.cpp64 CPPUNIT_ASSERT(theLocker->LockingThread() == find_thread(NULL));
73 CPPUNIT_ASSERT(theLocker->LockingThread() == find_thread(NULL));
79 CPPUNIT_ASSERT(theLocker->LockingThread() != find_thread(NULL));
84 CPPUNIT_ASSERT(theLocker->LockingThread() == find_thread(NULL));
90 CPPUNIT_ASSERT(theLocker->LockingThread() != find_thread(NULL));
H A DAutolockLooperTest.cpp64 CPPUNIT_ASSERT(theLooper->LockingThread() == find_thread(NULL));
70 CPPUNIT_ASSERT(theLooper->LockingThread() != find_thread(NULL));
/haiku/src/tests/system/kernel/
H A Dcow_bug113_test.cpp14 thread_id parent = find_thread(NULL);
32 child = find_thread(NULL);
H A Dport_multi_read_test.cpp21 printf("[%ld] read port...\n", find_thread(NULL));
25 printf("[%ld] buffer size %ld waiting\n", find_thread(NULL), bytes);
30 printf("[%ld] read port result (code %lx): %s\n", find_thread(NULL),
/haiku/src/kits/network/libnetapi/
H A DSSL.cpp25 int64 seed = find_thread(NULL) ^ system_time();
57 return find_thread(NULL);
/haiku/src/tools/fs_shell/
H A Dthread.cpp39 return find_thread(name);
/haiku/src/build/libroot/
H A Dthread.cpp30 // find_thread
32 find_thread(const char *name) function
/haiku/src/system/libroot/os/arch/x86/
H A Dthread.c12 find_thread(const char *name) function
14 // BeOS R5 applications also use this trick as find_thread was available
28 // there find_thread (see above) is provided as inline function
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DThreadLocal.cpp50 thread_id thread = find_thread(NULL);
67 thread_id thread = find_thread(NULL);
83 return fMap->Get(find_thread(NULL));
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixDatagramEndpoint.cpp32 find_thread(NULL), this);
39 find_thread(NULL), this);
47 find_thread(NULL), this);
57 find_thread(NULL), this);
67 find_thread(NULL), this);
81 find_thread(NULL), this);
103 find_thread(NULL), this);
118 find_thread(NULL), this,
139 find_thread(NULL), this);
153 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::Listen(%d)\n", find_thread(NUL
[all...]
/haiku/src/tests/kits/net/urlRequest/
H A DurlProtocolListener_test.cpp17 printf("Thread<#%5d> ", (int)find_thread(NULL));
31 printf("Thread<#%5d> ", (int)find_thread(NULL));
64 printf("Launching test from thread #%5ld\n", find_thread(NULL));

Completed in 206 milliseconds

12345678