; assembly | /* r2dec pseudo code output */ | /* bslmt_threadutil.t/assume @ 0x419840 */ | #include | ; (fcn) method.int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE.Func_9216____unsigned_long__BloombergLP::bslmt::ThreadAttributes_const__STACKSIZE_TEST_CASE_NAMESPACE::Func_9216__const__BloombergLP::bslma::Allocator_ () | int64_t method_int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE_Func_9216_unsigned_long_BloombergLP::bslmt::ThreadAttributes_const_STACKSIZE_TEST_CASE_NAMESPACE::Func_9216_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<9216> const&, BloombergLP::bslma::Allocator*) */ 0x00419840 push rbp | 0x00419841 push r15 | 0x00419843 push r14 | 0x00419845 push r13 | 0x00419847 push r12 | 0x00419849 push rbx | 0x0041984a push rax | 0x0041984b mov r14, rcx | r14 = rcx; 0x0041984e mov r15, rsi | r15 = rsi; 0x00419851 mov r12, rdi | r12 = rdi; 0x00419854 mov r13, qword [rsi + 0x30] | r13 = *((rsi + 0x30)); 0x00419858 cmp qword [rsi + 0x38], 0x17 | | if (*((rsi + 0x38)) != 0x17) { 0x0041985d je 0x419865 | 0x0041985f mov rbp, qword [r15 + 0x18] | rbp = *((r15 + 0x18)); 0x00419863 jmp 0x419869 | | } else { 0x00419865 lea rbp, [r15 + 0x18] | rbp = r15 + 0x18; | } 0x00419869 mov rax, qword [r14] | rax = *(r14); 0x0041986c mov esi, 0x40 | esi = 0x40; 0x00419871 mov rdi, r14 | rdi = r14; 0x00419874 call qword [rax + 0x10] | rax = uint64_t (*rax + 0x10)() (); 0x00419877 mov rbx, rax | rbx = rax; 0x0041987a mov qword [rax], 0x419980 | *(rax) = method.BloombergLP::bslmt::EntryPointFunctorAdapter_STACKSIZE_TEST_CASE_NAMESPACE::Func_9216___.invokerFunction_void_; 0x00419881 lea rdi, [rax + 0x10] | 0x00419885 mov qword [rax + 0x10], 0 | *((rax + 0x10)) = 0; 0x0041988d mov qword [rax + 0x38], r14 | *((rax + 0x38)) = r14; 0x00419891 movaps xmm0, xmmword [rip + 0x177d8] | xmm0 = .comment; 0x00419898 movups xmmword [rax + 0x28], xmm0 | __asm ("movups xmmword [rax + 0x28], xmm0"); 0x0041989c mov ecx, 0x4327df | 0x004198a1 mov rsi, rbp | 0x004198a4 mov rdx, r13 | 0x004198a7 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"); 0x004198ac mov edx, 0x4227b0 | 0x004198b1 mov rdi, r12 | 0x004198b4 mov rsi, r15 | 0x004198b7 mov rcx, rbx | 0x004198ba call 0x422e20 | eax = BloombergLP::bslmt::ThreadUtilImpl::create(unsigned long*,BloombergLP::bslmt::ThreadAttributesconst&,void*(*)(void*),void*) (r12, r15, sym.bslmt_EntryPointFunctorAdapter_invoker, rbx); 0x004198bf mov ebp, eax | 0x004198c1 test eax, eax | | if (eax != 0) { 0x004198c3 je 0x4198ee | 0x004198c5 cmp qword [rbx + 0x30], 0x17 | | if (*((rbx + 0x30)) != 0x17) { 0x004198ca je 0x4198da | 0x004198cc mov rsi, qword [rbx + 0x10] | rsi = *((rbx + 0x10)); 0x004198d0 mov rdi, qword [rbx + 0x38] | rdi = *((rbx + 0x38)); 0x004198d4 mov rax, qword [rdi] | rax = *(rdi); 0x004198d7 call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x004198da mov qword [rbx + 0x28], 0xffffffffffffffff | *((rbx + 0x28)) = 0xffffffffffffffff; 0x004198e2 mov rax, qword [r14] | rax = *(r14); 0x004198e5 mov rdi, r14 | rdi = r14; 0x004198e8 mov rsi, rbx | rsi = rbx; 0x004198eb call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x004198ee mov eax, ebp | eax = ebp; 0x004198f0 add rsp, 8 | 0x004198f4 pop rbx | 0x004198f5 pop r12 | 0x004198f7 pop r13 | 0x004198f9 pop r14 | 0x004198fb pop r15 | 0x004198fd pop rbp | 0x004198fe ret | return rax; | }