Thread IDs
include/thread/tid.h View source View on GitHubFunctions
Section titled “Functions”tid_alloc
Section titled “tid_alloc”uint64_t tid_alloc(struct tid_space *ts); tid_free
Section titled “tid_free”void tid_free(struct tid_space *ts, uint64_t id); tid_space_init
Section titled “tid_space_init”struct tid_space tid_space_init(uint64_t max_id); Macros
Section titled “Macros”TID_RANGE_RESERVE_COUNT
Section titled “TID_RANGE_RESERVE_COUNT”#define TID_RANGE_RESERVE_COUNT ID_RANGE_RESERVE_COUNT tid_range
Section titled “tid_range”#define tid_range id_range tid_space
Section titled “tid_space”#define tid_space id_space