Home
last modified time | relevance | path

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

/third_party/boost/libs/thread/example/
Dtennis.cpp24 PLAYER_A, enumerator
37 if (state == PLAYER_A) in player_name()
49 int other = active == PLAYER_A ? PLAYER_B : PLAYER_A; in player()
105 boost::thread thrda(&player, PLAYER_A); in main()