Changeset 5059
- Timestamp:
- 12/03/07 01:22:09 (1 year ago)
- Files:
-
- libwired/trunk/libwired/thread/wi-thread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libwired/trunk/libwired/thread/wi-thread.c
r5057 r5059 210 210 void wi_thread_enter_thread(void) { 211 211 wi_thread_t *thread; 212 wi_pool_t *pool;213 212 214 213 thread = _wi_thread_init(_wi_thread_alloc());
