-
pid(Process ID) / tid(Thread ID)코딩Coding/Rust용어 2023. 4. 14. 01:30728x90
Type Definitions
lldb_addr_t Storage for the value of an address. lldb_offset_t Storage for an offset between 2 addresses in memory. lldb_pid_t Storage for an OS process ID. lldb_tid_t Storage for an OS thread ID. lldb_user_id_t Storage for an OS user ID. https://endoli.github.io/lldb.rs/lldb/index.html
반응형'코딩Coding > Rust용어' 카테고리의 다른 글
스텁(stub) (0) 2023.03.06 Rust용어] first첫번째 변수를 의미함, rest 첫번째를 뺀 나머지 변수들__split_first_mut() 할 때 나오는 용어 (0) 2022.05.29 rust용어]src = source / dest = destination (0) 2022.05.29 Rust용어] Zero Sized Types (ZSTs) (0) 2022.05.29 Rust용어]ABI, Application Binary Interface (ABI) (0) 2022.05.17 coding용어) aggregation (0) 2022.04.05 Rust용어)Type Inference:(타입_추론)Hindley-Milner in Rust-Reddit (0) 2022.02.07 Rust용어)Type annotation (0) 2022.02.04