Searched refs:fStop_thread (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/AppleUSBIrDA-145.2.4/
H A DIrDAComm.h100 thread_call_t fStop_thread; // non-gated stop member in class:IrDAComm
H A DIrDAComm.cpp145 THREAD_FREE(fStop_thread);
185 fStop_thread = nil;
196 fStop_thread = thread_call_allocate(stop_thread, this);
197 require(fStop_thread, Fail);
263 bt = thread_call_enter(fStop_thread); // run stop logic in another thread

Completed in 122 milliseconds