|
|
Track correctly the number of secure command channel connections
Currently, we track number of secure command channel threads. However,
these are not directly related to the number of command channels which
might result in sel_ldr hanging around even after last connection went
away.
Note that r9853 broke Chromium integration, causing
run_pnacl_bad_browser_test to fail in the PNaCl tests (on the
*_naclmore bots only). This change should fix that.
BUG=http://code.google.com/p/nativeclient/issues/detail?id=3051
TESTS=small_tests
Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=9882
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+149 lines, -129 lines) |
Patch |
 |
M |
SConstruct
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/trusted/sel_universal/reverse_emulate.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/trusted/sel_universal/reverse_emulate.cc
|
View
|
1
|
6 chunks |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/trusted/sel_universal/rpc_universal.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/trusted/sel_universal/sel_universal.cc
|
View
|
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/trusted/service_runtime/nacl_secure_service.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/trusted/service_runtime/nacl_secure_service.c
|
View
|
1
2
|
6 chunks |
+32 lines, -127 lines |
0 comments
|
Download
|
 |
A |
tests/sel_ldr/force_shutdown_test.stdin
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tests/sel_ldr/hard_shutdown_test.stdin
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tests/sel_ldr/nacl.scons
|
View
|
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
tests/sel_ldr/non_exit.c
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|