source: proiecte/swift/trunk/include/swift_backoff.h @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 263 bytes
Line 
1/*
2 * swift_backoff.h
3 *
4 * (c) 2009 Ionut Rosoiu <ionut.rosoiu@gmail.com>
5 *
6 */
7
8#ifndef SWIFT_BACKOFF_H_
9#define SWIFT_BACKOFF_H_
10
11#include "swift_common.h"
12#include "swift_thread.h"
13
14void swift_backoff(swift_thread_t *thread);
15
16
17#endif /* SWIFT_BACKOFF_H_ */
Note: See TracBrowser for help on using the repository browser.