Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Dec 21, 2023
1 parent 72a3575 commit 96a55aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unified-scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ where
}

type Tid = i32;
// The linux's tid (essentially is same in the pid name space) is guaranteed to be non-zero; so
// using 0 for special purpose at userland is totaly safe.
// The linux's tid (essentially is in the pid name space) is guaranteed to be non-zero; so
// using 0 for special purpose at user-land is totally safe.
#[cfg_attr(target_os = "linux", allow(dead_code))]
const DUMMY_TID: Tid = 0;

Expand Down

0 comments on commit 96a55aa

Please sign in to comment.