Searched refs:gThreadCreationLock (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/kernel/
H A Dthread.h74 extern spinlock gThreadCreationLock;
/haiku/src/system/kernel/
H A Dthread.cpp86 spinlock gThreadCreationLock = B_SPINLOCK_INITIALIZER; variable
1040 InterruptsSpinLocker threadCreationLocker(gThreadCreationLock);
1139 InterruptsSpinLocker threadCreationLocker(gThreadCreationLock);
2076 SpinLocker threadCreationLocker(gThreadCreationLock);
2218 SpinLocker threadCreationLocker(gThreadCreationLock);
H A Dsmp.cpp984 info.thread_creation_spinlock = gThreadCreationLock.total_wait;
H A Dteam.cpp2659 SpinLocker threadCreationLocker(gThreadCreationLock);

Completed in 66 milliseconds