Searched refs:thisThread (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread_mutex.cpp55 thread_id thisThread = find_thread(NULL); local
57 if (mutex->owner == thisThread) {
97 mutex->owner = thisThread;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DLock.h471 int32 thisThread = find_thread(NULL); local
476 fHolder = thisThread;
478 current = _atomic_test_and_set(&fHolder, thisThread, -1);
481 if (current == thisThread)
/haiku-fatelf/src/kits/tracker/
H A DFilePermissionsView.cpp274 thread_id thisThread = find_thread(NULL); local
276 get_thread_info(thisThread, &threadInfo);

Completed in 99 milliseconds