You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* fd_log_tid() returns the caller's thread group thread id. A thread
group thread id is intended, at a minimum, to be unique over all
running threads in a thread group. In simple cases, this is the
caller's OS tid. In general cases, this is typically something
provided to the thread when that thread started. This is cheap after
the first call. */
ulong fd_log_tid( void );
fd_log_tid returns the same integer for different threads in a thread group when running on fdctl.
fd_log_tid returns the same integer for different threads in a thread group when running on fdctl.
The text was updated successfully, but these errors were encountered: