- Timestamp:
- Mar 6, 2007 11:35:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_core_win32.c
r1042 r1046 325 325 #endif 326 326 327 PJ_LOG(6,(rec->obj_name, "Thread started"));328 329 327 if (pj_thread_local_set(thread_tls_id, rec) != PJ_SUCCESS) { 330 328 pj_assert(!"TLS is not set (pj_init() error?)"); 331 329 } 330 331 PJ_LOG(6,(rec->obj_name, "Thread started")); 332 332 333 333 result = (*rec->proc)(rec->arg);
Note: See TracChangeset
for help on using the changeset viewer.