HomeSort by relevance Sort by last modified time
    Searched refs:SingleThread (Results 1 - 25 of 47) sorted by null

1 2

  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.h 124 BOOLEAN SingleThread;
237 If SingleThread is TRUE, all the enabled APs execute the function specified by
296 @param[in] SingleThread If TRUE, then all the enabled APs execute
367 IN BOOLEAN SingleThread,
CpuMp.c 294 if (mMpSystemData.SingleThread) {
525 If SingleThread is TRUE, all the enabled APs execute the function specified by
584 @param[in] SingleThread If TRUE, then all the enabled APs execute
655 IN BOOLEAN SingleThread,
721 mMpSystemData.SingleThread = SingleThread;
744 // if "SingleThread", only 1 AP will put to ready state, other AP will be put to ready
746 // if not "SingleThread", all APs are put to ready state from the beginning
768 if (SingleThread) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
MpServices.h 91 @param[in] SingleThread If TRUE, then all the enabled APs execute the function
123 IN BOOLEAN SingleThread,
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
PeiMpServices.h 132 If SingleThread is TRUE, all the enabled APs execute the function specified by
159 @param[in] SingleThread If TRUE, then all the enabled APs execute the function
191 IN BOOLEAN SingleThread,
PeiMpServices.c 364 If SingleThread is TRUE, all the enabled APs execute the function specified by
391 @param[in] SingleThread If TRUE, then all the enabled APs execute the function
423 IN BOOLEAN SingleThread,
497 if (!SingleThread) {
    [all...]
  /external/libmojo/base/android/
application_status_listener_unittest.cc 102 TEST(ApplicationStatusListenerTest, SingleThread) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
MpService.h 232 If SingleThread is TRUE, all the enabled APs execute the function specified by
291 @param[in] SingleThread If TRUE, then all the enabled APs execute
362 IN BOOLEAN SingleThread,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.h 129 BOOLEAN SingleThread;
198 @param SingleThread Indicates whether to execute the function simultaneously or one by one..
222 IN BOOLEAN SingleThread,
MpServicesOnFrameworkMpServicesThunk.c 200 @param SingleThread Indicates whether to execute the function simultaneously or one by one..
224 IN BOOLEAN SingleThread,
315 if (SingleThread) {
336 mMPSystemData.SingleThread = SingleThread;
867 if (mMPSystemData.SingleThread) {
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
CpuDriver.h 106 BOOLEAN SingleThread;
MpService.c 261 If SingleThread is TRUE, all the enabled APs execute the function specified by
320 @param[in] SingleThread If TRUE, then all the enabled APs execute
391 IN BOOLEAN SingleThread,
458 gMPSystem.SingleThread = SingleThread;
477 // if "SingleThread", only 1 AP will put to ready state, other AP will be put to ready
479 // if not "SingleThread", all APs are put to ready state from the beginning
487 if (SingleThread) {
555 if (SingleThread) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkMpService.h 340 @param[in] SingleThread Flag that requests APs to execute one at a
363 If SingleThread is TRUE, this parameter
364 is ignored. If SingleThread is FALSE (i.e.
386 If SingleThread is TRUE and FailedCPUList
388 SingleThread is TRUE and FailedCPUList is
393 until all APs finish. If SingleThread is
395 is ignored. If SingleThread is FALSE and
438 IN BOOLEAN SingleThread,
    [all...]
  /external/llvm/tools/llvm-c-test/
echo.cpp 576 LLVMBool SingleThread = LLVMIsAtomicSingleThread(Src);
579 SingleThread);
  /external/llvm/lib/IR/
Core.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 655 Function *F = FI->getSynchScope() == SingleThread ?

Completed in 974 milliseconds

1 2