Home
last modified time | relevance | path

Searched refs:ret (Results 1 – 16 of 16) sorted by relevance

/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTEvent.h192 int ret = 0; in Wait() local
195 ret = pthread_cond_timedwait( &condition, &mutex, &ts ); in Wait()
196 MT_ASSERT(ret == 0 || ret == ETIMEDOUT || ret == EINTR, "Unexpected return value"); in Wait()
207 if (value == SIGNALED || ret == ETIMEDOUT) in Wait()
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTEventUser.h143 MW_BOOL ret = ::SleepConditionVariableCS(&condition, &criticalSection, (MW_DWORD)milliseconds); in Wait() local
146 if (ret == 0) in Wait()
160 if (value == SIGNALED || ret == 0) in Wait()
/TaskScheduler/Scheduler/Include/
H A DMTConcurrentRingBuffer.h71 size_t ret = index + 1; in NextIndex() local
73 return (ret & mask); in NextIndex()
/TaskScheduler/ThirdParty/Boost.Context/asm/
H A Dmake_x86_64_sysv_macho_gas.S64 ret /* return pointer to context-data */
H A Dmake_x86_64_sysv_elf_gas.S64 ret /* return pointer to context-data */
H A Dmake_i386_sysv_macho_gas.S58 ret /* return pointer to context-data */
H A Dmake_i386_sysv_elf_gas.S59 ret /* return pointer to context-data */
H A Dmake_x86_64_ms_pe_gas.asm139 ret /* return pointer to context-data */
H A Dmake_arm64_aapcs_elf_gas.S75 ret x30 // return pointer to context-data (x0)
H A Dmake_i386_ms_pe_gas.asm113 ret
H A Dmake_arm64_aapcs_macho_gas.S75 ret lr ; return pointer to context-data (x0)
H A Dmake_sparc_sysv_elf_gas.S74 ret
H A Dmake_sparc64_sysv_elf_gas.S78 ret
H A Djump_arm64_aapcs_macho_gas.S120 ret x4
H A Djump_arm64_aapcs_elf_gas.S128 ret x4
H A Dmake_i386_ms_pe_masm.asm112 ret ; return pointer to context-data