; assembly | /* r2dec pseudo code output */ | /* bslmt_threadutil.t/assume @ 0x41cf80 */ | #include | ; (fcn) method.int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE.Func_69632____unsigned_long__BloombergLP::bslmt::ThreadAttributes_const__STACKSIZE_TEST_CASE_NAMESPACE::Func_69632__const__BloombergLP::bslma::Allocator_ () | int64_t method_int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE_Func_69632_unsigned_long_BloombergLP::bslmt::ThreadAttributes_const_STACKSIZE_TEST_CASE_NAMESPACE::Func_69632_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<69632> const&, BloombergLP::bslma::Allocator*) */ 0x0041cf80 push rbp | 0x0041cf81 push r15 | 0x0041cf83 push r14 | 0x0041cf85 push r13 | 0x0041cf87 push r12 | 0x0041cf89 push rbx | 0x0041cf8a push rax | 0x0041cf8b mov r14, rcx | r14 = rcx; 0x0041cf8e mov r15, rsi | r15 = rsi; 0x0041cf91 mov r12, rdi | r12 = rdi; 0x0041cf94 mov r13, qword [rsi + 0x30] | r13 = *((rsi + 0x30)); 0x0041cf98 cmp qword [rsi + 0x38], 0x17 | | if (*((rsi + 0x38)) != 0x17) { 0x0041cf9d je 0x41cfa5 | 0x0041cf9f mov rbp, qword [r15 + 0x18] | rbp = *((r15 + 0x18)); 0x0041cfa3 jmp 0x41cfa9 | | } else { 0x0041cfa5 lea rbp, [r15 + 0x18] | rbp = r15 + 0x18; | } 0x0041cfa9 mov rax, qword [r14] | rax = *(r14); 0x0041cfac mov esi, 0x40 | esi = 0x40; 0x0041cfb1 mov rdi, r14 | rdi = r14; 0x0041cfb4 call qword [rax + 0x10] | rax = uint64_t (*rax + 0x10)() (); 0x0041cfb7 mov rbx, rax | rbx = rax; 0x0041cfba mov qword [rax], 0x41d0c0 | *(rax) = method.BloombergLP::bslmt::EntryPointFunctorAdapter_STACKSIZE_TEST_CASE_NAMESPACE::Func_69632___.invokerFunction_void_; 0x0041cfc1 lea rdi, [rax + 0x10] | 0x0041cfc5 mov qword [rax + 0x10], 0 | *((rax + 0x10)) = 0; 0x0041cfcd mov qword [rax + 0x38], r14 | *((rax + 0x38)) = r14; 0x0041cfd1 movaps xmm0, xmmword [rip + 0x14098] | xmm0 = .comment; 0x0041cfd8 movups xmmword [rax + 0x28], xmm0 | __asm ("movups xmmword [rax + 0x28], xmm0"); 0x0041cfdc mov ecx, 0x4327df | 0x0041cfe1 mov rsi, rbp | 0x0041cfe4 mov rdx, r13 | 0x0041cfe7 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"); 0x0041cfec mov edx, 0x4227b0 | 0x0041cff1 mov rdi, r12 | 0x0041cff4 mov rsi, r15 | 0x0041cff7 mov rcx, rbx | 0x0041cffa call 0x422e20 | eax = BloombergLP::bslmt::ThreadUtilImpl::create(unsigned long*,BloombergLP::bslmt::ThreadAttributesconst&,void*(*)(void*),void*) (r12, r15, sym.bslmt_EntryPointFunctorAdapter_invoker, rbx); 0x0041cfff mov ebp, eax | 0x0041d001 test eax, eax | | if (eax != 0) { 0x0041d003 je 0x41d02e | 0x0041d005 cmp qword [rbx + 0x30], 0x17 | | if (*((rbx + 0x30)) != 0x17) { 0x0041d00a je 0x41d01a | 0x0041d00c mov rsi, qword [rbx + 0x10] | rsi = *((rbx + 0x10)); 0x0041d010 mov rdi, qword [rbx + 0x38] | rdi = *((rbx + 0x38)); 0x0041d014 mov rax, qword [rdi] | rax = *(rdi); 0x0041d017 call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x0041d01a mov qword [rbx + 0x28], 0xffffffffffffffff | *((rbx + 0x28)) = 0xffffffffffffffff; 0x0041d022 mov rax, qword [r14] | rax = *(r14); 0x0041d025 mov rdi, r14 | rdi = r14; 0x0041d028 mov rsi, rbx | rsi = rbx; 0x0041d02b call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x0041d02e mov eax, ebp | eax = ebp; 0x0041d030 add rsp, 8 | 0x0041d034 pop rbx | 0x0041d035 pop r12 | 0x0041d037 pop r13 | 0x0041d039 pop r14 | 0x0041d03b pop r15 | 0x0041d03d pop rbp | 0x0041d03e ret | return rax; | }