; assembly | /* r2dec pseudo code output */ | /* bslmt_threadutil.t/assume @ 0x41c700 */ | #include | ; (fcn) method.int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE.Func_63488____unsigned_long__BloombergLP::bslmt::ThreadAttributes_const__STACKSIZE_TEST_CASE_NAMESPACE::Func_63488__const__BloombergLP::bslma::Allocator_ () | int64_t method_int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE_Func_63488_unsigned_long_BloombergLP::bslmt::ThreadAttributes_const_STACKSIZE_TEST_CASE_NAMESPACE::Func_63488_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<63488> const&, BloombergLP::bslma::Allocator*) */ 0x0041c700 push rbp | 0x0041c701 push r15 | 0x0041c703 push r14 | 0x0041c705 push r13 | 0x0041c707 push r12 | 0x0041c709 push rbx | 0x0041c70a push rax | 0x0041c70b mov r14, rcx | r14 = rcx; 0x0041c70e mov r15, rsi | r15 = rsi; 0x0041c711 mov r12, rdi | r12 = rdi; 0x0041c714 mov r13, qword [rsi + 0x30] | r13 = *((rsi + 0x30)); 0x0041c718 cmp qword [rsi + 0x38], 0x17 | | if (*((rsi + 0x38)) != 0x17) { 0x0041c71d je 0x41c725 | 0x0041c71f mov rbp, qword [r15 + 0x18] | rbp = *((r15 + 0x18)); 0x0041c723 jmp 0x41c729 | | } else { 0x0041c725 lea rbp, [r15 + 0x18] | rbp = r15 + 0x18; | } 0x0041c729 mov rax, qword [r14] | rax = *(r14); 0x0041c72c mov esi, 0x40 | esi = 0x40; 0x0041c731 mov rdi, r14 | rdi = r14; 0x0041c734 call qword [rax + 0x10] | rax = uint64_t (*rax + 0x10)() (); 0x0041c737 mov rbx, rax | rbx = rax; 0x0041c73a mov qword [rax], 0x41c840 | *(rax) = method.BloombergLP::bslmt::EntryPointFunctorAdapter_STACKSIZE_TEST_CASE_NAMESPACE::Func_63488___.invokerFunction_void_; 0x0041c741 lea rdi, [rax + 0x10] | 0x0041c745 mov qword [rax + 0x10], 0 | *((rax + 0x10)) = 0; 0x0041c74d mov qword [rax + 0x38], r14 | *((rax + 0x38)) = r14; 0x0041c751 movaps xmm0, xmmword [rip + 0x14918] | xmm0 = .comment; 0x0041c758 movups xmmword [rax + 0x28], xmm0 | __asm ("movups xmmword [rax + 0x28], xmm0"); 0x0041c75c mov ecx, 0x4327df | 0x0041c761 mov rsi, rbp | 0x0041c764 mov rdx, r13 | 0x0041c767 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"); 0x0041c76c mov edx, 0x4227b0 | 0x0041c771 mov rdi, r12 | 0x0041c774 mov rsi, r15 | 0x0041c777 mov rcx, rbx | 0x0041c77a call 0x422e20 | eax = BloombergLP::bslmt::ThreadUtilImpl::create(unsigned long*,BloombergLP::bslmt::ThreadAttributesconst&,void*(*)(void*),void*) (r12, r15, sym.bslmt_EntryPointFunctorAdapter_invoker, rbx); 0x0041c77f mov ebp, eax | 0x0041c781 test eax, eax | | if (eax != 0) { 0x0041c783 je 0x41c7ae | 0x0041c785 cmp qword [rbx + 0x30], 0x17 | | if (*((rbx + 0x30)) != 0x17) { 0x0041c78a je 0x41c79a | 0x0041c78c mov rsi, qword [rbx + 0x10] | rsi = *((rbx + 0x10)); 0x0041c790 mov rdi, qword [rbx + 0x38] | rdi = *((rbx + 0x38)); 0x0041c794 mov rax, qword [rdi] | rax = *(rdi); 0x0041c797 call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x0041c79a mov qword [rbx + 0x28], 0xffffffffffffffff | *((rbx + 0x28)) = 0xffffffffffffffff; 0x0041c7a2 mov rax, qword [r14] | rax = *(r14); 0x0041c7a5 mov rdi, r14 | rdi = r14; 0x0041c7a8 mov rsi, rbx | rsi = rbx; 0x0041c7ab call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x0041c7ae mov eax, ebp | eax = ebp; 0x0041c7b0 add rsp, 8 | 0x0041c7b4 pop rbx | 0x0041c7b5 pop r12 | 0x0041c7b7 pop r13 | 0x0041c7b9 pop r14 | 0x0041c7bb pop r15 | 0x0041c7bd pop rbp | 0x0041c7be ret | return rax; | }