Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheHPXProject/hpx
/ valid
Method
valid
libs/core/threading/src/thread.cpp:310–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
bool valid() const noexcept
311
{
312
return id_ != threads::invalid_thread_id;
313
}
314
315
// cancellation support
316
bool cancelable() const noexcept override
Callers
15
serialize
Function · 0.45
hpx_main
Function · 0.45
get_future
Method · 0.45
test_wait_for_all_from_array
Function · 0.45
test_wait_for_two_out_of_five_futures
Function · 0.45
test_wait_for_three_out_of_five_futures
Function · 0.45
test_wait_for_two_out_of_five_late_futures
Function · 0.45
test_wait_for_two_out_of_five_deferred_futures
Function · 0.45
test_wait_for_either_of_two_futures_list_1
Function · 0.45
test_wait_for_either_of_two_futures_list_2
Function · 0.45
test_wait_for_either_of_five_futures_1_from_list
Function · 0.45
test_wait_for_either_of_five_futures_1_from_list_iterators
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_wait_for_all_from_array
Function · 0.36
test_wait_for_two_out_of_five_futures
Function · 0.36
test_wait_for_three_out_of_five_futures
Function · 0.36
test_wait_for_two_out_of_five_late_futures
Function · 0.36
test_wait_for_two_out_of_five_deferred_futures
Function · 0.36
test_wait_for_either_of_two_futures_list_1
Function · 0.36
test_wait_for_either_of_two_futures_list_2
Function · 0.36
test_wait_for_either_of_five_futures_1_from_list
Function · 0.36
test_wait_for_either_of_five_futures_1_from_list_iterators
Function · 0.36
test_when_all_from_list
Function · 0.36
test_when_all_from_list_iterators
Function · 0.36
test_when_all_one_future
Function · 0.36