; assembly | /* r2dec pseudo code output */ | /* bslmt_sluice.t/assume @ 0x405dd0 */ | #include | ; (fcn) method.int_BloombergLP::bslmt::ThreadUtil.createWithAllocator_EnterPostSleepAndWaitJob__unsigned_long__EnterPostSleepAndWaitJob_const__BloombergLP::bslma::Allocator_ () | int64_t method_int_BloombergLP::bslmt::ThreadUtil_createWithAllocator_EnterPostSleepAndWaitJob_unsigned_long_EnterPostSleepAndWaitJob_const_BloombergLP::bslma::Allocator_ (int64_t arg3, int64_t arg2, int64_t arg1) { | int64_t var_18h; | uint32_t var_38h; | int64_t var_40h; | rdx = arg3; | rsi = arg2; | rdi = arg1; | /* int BloombergLP::bslmt::ThreadUtil::createWithAllocator(unsigned long*, EnterPostSleepAndWaitJob const&, BloombergLP::bslma::Allocator*) */ 0x00405dd0 push rbp | 0x00405dd1 push r15 | 0x00405dd3 push r14 | 0x00405dd5 push rbx | 0x00405dd6 sub rsp, 0x48 | 0x00405dda mov r14, rdx | r14 = rdx; 0x00405ddd mov rbp, rsi | 0x00405de0 mov r15, rdi | r15 = rdi; 0x00405de3 mov rax, qword [rdx] | rax = *(rdx); 0x00405de6 mov esi, 0x48 | esi = 0x48; 0x00405deb mov rdi, rdx | rdi = rdx; 0x00405dee call qword [rax + 0x10] | rax = uint64_t (*rax + 0x10)(void, void, void) (rbx, r14, r15); 0x00405df1 mov rbx, rax | rbx = rax; 0x00405df4 mov qword [rax], 0x405f40 | *(rax) = method.BloombergLP::bslmt::EntryPointFunctorAdapter_EnterPostSleepAndWaitJob_.invokerFunction_void_; 0x00405dfb movups xmm0, xmmword [rbp] | __asm ("movups xmm0, xmmword [rbp]"); 0x00405dff movups xmmword [rax + 8], xmm0 | __asm ("movups xmmword [rax + 8], xmm0"); 0x00405e03 lea rdi, [rax + 0x18] | 0x00405e07 mov qword [rax + 0x18], 0 | *((rax + 0x18)) = 0; 0x00405e0f mov qword [rax + 0x40], r14 | *((rax + 0x40)) = r14; 0x00405e13 movaps xmm0, xmmword [rip + 0x282a6] | xmm0 = .comment; 0x00405e1a movups xmmword [rax + 0x30], xmm0 | __asm ("movups xmmword [rax + 0x30], xmm0"); 0x00405e1e mov ecx, 0x42e5a7 | 0x00405e23 xor esi, esi | 0x00405e25 xor edx, edx | 0x00405e27 call 0x409680 | bsl::basic_string,bsl::allocator>::privateAppend(char const*,unsigned long,char const*) (rax + 0x18, 0, 0, "string<...>::assign(i,j): string too long"); 0x00405e2c mov rdi, rsp | 0x00405e2f call 0x406e60 | BloombergLP::bslmt::ThreadAttributes::ThreadAttributes() (rsp); 0x00405e34 mov rsi, rsp | 0x00405e37 mov edx, 0x406910 | 0x00405e3c mov rdi, r15 | 0x00405e3f mov rcx, rbx | 0x00405e42 call 0x407350 | eax = BloombergLP::bslmt::ThreadUtilImpl::create(unsigned long*,BloombergLP::bslmt::ThreadAttributesconst&,void*(*)(void*),void*) (r15, rsp, sym.bslmt_EntryPointFunctorAdapter_invoker, rbx); 0x00405e47 mov ebp, eax | 0x00405e49 cmp qword [rsp + 0x38], 0x17 | | if (*((rsp + 0x38)) != 0x17) { 0x00405e4f je 0x405e61 | 0x00405e51 mov rsi, qword [rsp + 0x18] | rsi = *((rsp + 0x18)); 0x00405e56 mov rdi, qword [rsp + 0x40] | rdi = *((rsp + 0x40)); 0x00405e5b mov rax, qword [rdi] | rax = *(rdi); 0x00405e5e call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x00405e61 test ebp, ebp | | if (ebp != 0) { 0x00405e63 je 0x405e8e | 0x00405e65 cmp qword [rbx + 0x38], 0x17 | | if (*((rbx + 0x38)) != 0x17) { 0x00405e6a je 0x405e7a | 0x00405e6c mov rsi, qword [rbx + 0x18] | rsi = *((rbx + 0x18)); 0x00405e70 mov rdi, qword [rbx + 0x40] | rdi = *((rbx + 0x40)); 0x00405e74 mov rax, qword [rdi] | rax = *(rdi); 0x00405e77 call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x00405e7a mov qword [rbx + 0x30], 0xffffffffffffffff | *((rbx + 0x30)) = 0xffffffffffffffff; 0x00405e82 mov rax, qword [r14] | rax = *(r14); 0x00405e85 mov rdi, r14 | rdi = r14; 0x00405e88 mov rsi, rbx | rsi = rbx; 0x00405e8b call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x00405e8e mov eax, ebp | eax = ebp; 0x00405e90 add rsp, 0x48 | 0x00405e94 pop rbx | 0x00405e95 pop r14 | 0x00405e97 pop r15 | 0x00405e99 pop rbp | 0x00405e9a ret | return rax; | }