Deleted Added
sdiff udiff text old ( 13642:253cda14088e ) new ( 13650:93efc0143eb7 )
full compact
1/*
2 * Copyright (c) 2017 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 207 unchanged lines hidden (view full) ---

216 }
217 }
218
219 if (waiterList.empty())
220 erase(it);
221
222 return woken_up;
223 }
224};
225
226#endif // __FUTEX_MAP_HH__