; assembly | /* r2dec pseudo code output */ | /* bslmt_threadutil.t/assume @ 0x41c4e0 */ | #include | ; (fcn) method.int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE.Func_61440____unsigned_long__BloombergLP::bslmt::ThreadAttributes_const__STACKSIZE_TEST_CASE_NAMESPACE::Func_61440__const__BloombergLP::bslma::Allocator_ () | int64_t method_int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE_Func_61440_unsigned_long_BloombergLP::bslmt::ThreadAttributes_const_STACKSIZE_TEST_CASE_NAMESPACE::Func_61440_const_BloombergLP::bslma::Allocator_ (int64_t arg4, uint32_t arg2, int64_t arg1) { | rcx = arg4; | rsi = arg2; | rdi = arg1; | /* int BloombergLP::bslmt::ThreadUtil::createWithAllocator >(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, STACKSIZE_TEST_CASE_NAMESPACE::Func<61440> const&, BloombergLP::bslma::Allocator*) */ 0x0041c4e0 push rbp | 0x0041c4e1 push r15 | 0x0041c4e3 push r14 | 0x0041c4e5 push r13 | 0x0041c4e7 push r12 | 0x0041c4e9 push rbx | 0x0041c4ea push rax | 0x0041c4eb mov r14, rcx | r14 = rcx; 0x0041c4ee mov r15, rsi | r15 = rsi; 0x0041c4f1 mov r12, rdi | r12 = rdi; 0x0041c4f4 mov r13, qword [rsi + 0x30] | r13 = *((rsi + 0x30)); 0x0041c4f8 cmp qword [rsi + 0x38], 0x17 | | if (*((rsi + 0x38)) != 0x17) { 0x0041c4fd je 0x41c505 | 0x0041c4ff mov rbp, qword [r15 + 0x18] | rbp = *((r15 + 0x18)); 0x0041c503 jmp 0x41c509 | | } else { 0x0041c505 lea rbp, [r15 + 0x18] | rbp = r15 + 0x18; | } 0x0041c509 mov rax, qword [r14] | rax = *(r14); 0x0041c50c mov esi, 0x40 | esi = 0x40; 0x0041c511 mov rdi, r14 | rdi = r14; 0x0041c514 call qword [rax + 0x10] | rax = uint64_t (*rax + 0x10)() (); 0x0041c517 mov rbx, rax | rbx = rax; 0x0041c51a mov qword [rax], 0x41c620 | *(rax) = method.BloombergLP::bslmt::EntryPointFunctorAdapter_STACKSIZE_TEST_CASE_NAMESPACE::Func_61440___.invokerFunction_void_; 0x0041c521 lea rdi, [rax + 0x10] | 0x0041c525 mov qword [rax + 0x10], 0 | *((rax + 0x10)) = 0; 0x0041c52d mov qword [rax + 0x38], r14 | *((rax + 0x38)) = r14; 0x0041c531 movaps xmm0, xmmword [rip + 0x14b38] | xmm0 = .comment; 0x0041c538 movups xmmword [rax + 0x28], xmm0 | __asm ("movups xmmword [rax + 0x28], xmm0"); 0x0041c53c mov ecx, 0x4327df | 0x0041c541 mov rsi, rbp | 0x0041c544 mov rdx, r13 | 0x0041c547 call 0x424f70 | bsl::basic_string,bsl::allocator>::privateAppend(char const*,unsigned long,char const*) (rax + 0x10, rbp, r13, "string<...>::assign(i,j): string too long"); 0x0041c54c mov edx, 0x4227b0 | 0x0041c551 mov rdi, r12 | 0x0041c554 mov rsi, r15 | 0x0041c557 mov rcx, rbx | 0x0041c55a call 0x422e20 | eax = BloombergLP::bslmt::ThreadUtilImpl::create(unsigned long*,BloombergLP::bslmt::ThreadAttributesconst&,void*(*)(void*),void*) (r12, r15, sym.bslmt_EntryPointFunctorAdapter_invoker, rbx); 0x0041c55f mov ebp, eax | 0x0041c561 test eax, eax | | if (eax != 0) { 0x0041c563 je 0x41c58e | 0x0041c565 cmp qword [rbx + 0x30], 0x17 | | if (*((rbx + 0x30)) != 0x17) { 0x0041c56a je 0x41c57a | 0x0041c56c mov rsi, qword [rbx + 0x10] | rsi = *((rbx + 0x10)); 0x0041c570 mov rdi, qword [rbx + 0x38] | rdi = *((rbx + 0x38)); 0x0041c574 mov rax, qword [rdi] | rax = *(rdi); 0x0041c577 call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x0041c57a mov qword [rbx + 0x28], 0xffffffffffffffff | *((rbx + 0x28)) = 0xffffffffffffffff; 0x0041c582 mov rax, qword [r14] | rax = *(r14); 0x0041c585 mov rdi, r14 | rdi = r14; 0x0041c588 mov rsi, rbx | rsi = rbx; 0x0041c58b call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x0041c58e mov eax, ebp | eax = ebp; 0x0041c590 add rsp, 8 | 0x0041c594 pop rbx | 0x0041c595 pop r12 | 0x0041c597 pop r13 | 0x0041c599 pop r14 | 0x0041c59b pop r15 | 0x0041c59d pop rbp | 0x0041c59e ret | return rax; | }