Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 30) sorted by relevance

12

/TaskScheduler/ThirdParty/Boost.Context/asm/
H A Dmake_x86_64_ms_pe_gas.asm88 .def make_fcontext; .scl 2; .type 32; .endef
151 .def _exit; .scl 2; .type 32; .endef /* standard C library function */
H A Dmake_i386_ms_pe_gas.asm30 .def _make_fcontext; .scl 2; .type 32; .endef
124 .def __exit; .scl 2; .type 32; .endef /* standard C library function */
H A Dmake_x86_64_sysv_elf_gas.S36 .type make_fcontext,@function
H A Dmake_i386_sysv_elf_gas.S23 .type make_fcontext,@function
H A Djump_x86_64_sysv_elf_gas.S36 .type jump_fcontext,@function
H A Djump_i386_sysv_elf_gas.S23 .type jump_fcontext,@function
H A Dmake_ppc64_sysv_elf_gas.S105 .type make_fcontext,@function
114 .type .make_fcontext,@function
H A Dmake_arm_aapcs_elf_gas.S44 .type make_fcontext,%function
H A Dmake_arm64_aapcs_elf_gas.S58 .type make_fcontext, %function
H A Dmake_sparc_sysv_elf_gas.S44 .type make_fcontext,@function
H A Dmake_sparc64_sysv_elf_gas.S50 .type make_fcontext,@function
H A Djump_arm_aapcs_elf_gas.S44 .type jump_fcontext,%function
H A Djump_i386_ms_pe_gas.asm30 .def _jump_fcontext; .scl 2; .type 32; .endef
H A Dmake_ppc32_sysv_elf_gas.S72 .type make_fcontext,@function
H A Dmake_mips32_o32_elf_gas.S37 .type make_fcontext,@function
H A Djump_x86_64_ms_pe_gas.asm88 .def jump_fcontext; .scl 2; .type 32; .endef
H A Djump_ppc64_sysv_elf_gas.S105 .type jump_fcontext,@function
114 .type .jump_fcontext,@function
H A Djump_arm64_aapcs_elf_gas.S58 .type jump_fcontext, %function
H A Djump_sparc_sysv_elf_gas.S47 .type jump_fcontext,@function
/TaskScheduler/Scheduler/Source/
H A DMTThreadContext.cpp119 …(MT::Color::Type debugColor, const mt_char* debugID, TaskExecuteState::Type type, int32 fiberIndex) in NotifyTaskExecuteStateChanged() argument
123 eventListener->OnTaskExecuteStateChanged(debugColor, debugID, type, fiberIndex); in NotifyTaskExecuteStateChanged()
/TaskScheduler/Scheduler/Include/
H A DMTProfilerEventListener.h74 …T::Color::Type debugColor, const mt_char* debugID, TaskExecuteState::Type type, int32 fiberIndex) …
H A DMTThreadContext.h127 …MT::Color::Type debugColor, const mt_char* debugID, TaskExecuteState::Type type, int32 fiberIndex);
H A DMTScheduler.h80 …me std::remove_pointer< decltype(MT::TypeChecker::QueryThisType(this)) >::type, typename TYPE > co…
93 typedef typename std::remove_pointer<THIS_PTR_TYPE>::type CPP_TYPE; \
/TaskScheduler/SchedulerTests/Profiler/
H A DProfiler.cpp110 …olor::Type debugColor, const mt_char* debugID, MT::TaskExecuteState::Type type, int32 fiberIndex) … in OnTaskExecuteStateChanged() argument
133 switch(type) in OnTaskExecuteStateChanged()
/TaskScheduler/ThirdParty/UnitTest++/
H A DINSTALL53 1. `cd' to the directory containing the package's source code and type
61 3. Optionally, type `make check' to run any self-tests that come with
70 5. Optionally, type `make installcheck' to repeat any self-tests, but
80 a different kind of computer), type `make distclean'. There is
86 7. Often, you can also type `make uninstall' to remove the installed
259 automatically, but needs to determine by the type of machine the package
262 a message saying it cannot guess the machine type, give it the
264 type, such as `sun4', or a canonical name which has the form:
275 need to know the machine type.
278 use the option `--target=TYPE' to select the type of system they will

12