Home
last modified time | relevance | path

Searched refs:PLAYER_B (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/thread/example/
Dtennis.cpp25 PLAYER_B, enumerator
39 if (state == PLAYER_B) in player_name()
49 int other = active == PLAYER_A ? PLAYER_B : PLAYER_A; in player()
106 boost::thread thrdb(&player, PLAYER_B); in main()