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
1038 InterruptsSpinLocker threadCreationLocker(gThreadCreationLock);
1137 InterruptsSpinLocker threadCreationLocker(gThreadCreationLock);
2073 SpinLocker threadCreationLocker(gThreadCreationLock);
2215 SpinLocker threadCreationLocker(gThreadCreationLock);
H A Dsmp.cpp984 info.thread_creation_spinlock = gThreadCreationLock.total_wait;
H A Dteam.cpp2656 SpinLocker threadCreationLocker(gThreadCreationLock);

Completed in 83 milliseconds