Changeset 90aa64cc1cfa26c51713efcec08cb22d41530477
- Timestamp:
- 05/09/08 17:34:41
(2 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210347281 +0300
- git-parent:
[f9b6eba7207f9ab55218e406b10929145dcae8e3]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210347281 +0300
- Message:
Ugly fix for httpd deadlock
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd804de7 |
r90aa64c |
|
| 2025 | 2025 | bool b_die; |
|---|
| 2026 | 2026 | |
|---|
| | 2027 | retry: |
|---|
| 2027 | 2028 | vlc_object_lock( host ); |
|---|
| 2028 | 2029 | evfd = vlc_object_waitpipe( VLC_OBJECT( host ) ); |
|---|
| … | … | |
| 2036 | 2037 | /* 0.2s (FIXME: use a condition variable) */ |
|---|
| 2037 | 2038 | msleep( 200000 ); |
|---|
| 2038 | | continue; |
|---|
| | 2039 | goto retry; |
|---|
| 2039 | 2040 | } |
|---|
| 2040 | 2041 | |
|---|